-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unit Test coverage #13
Comments
On a related note, OpenCV (proper) test coverage is also quite low, e.g. for SimpleBlobDetector:
You have to look at the Java wrapper to have something more proper in terms of tests: https://github.com/opencv/opencv/blob/4.x/modules/features2d/misc/java/test/SIMPLEBLOBFeatureDetectorTest.java |
@vladimir12345 as @stemann mentioned test coverage is quite low. It is anticipated that test coverage will expand as the project evolves. |
Is there a unit test coverage of the OpenCV package?
This package is not yet ready for production use (or any use at all) and it should be clearly stated.
The text was updated successfully, but these errors were encountered: