-
Notifications
You must be signed in to change notification settings - Fork 588
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
Missing method getListColorChecker() in the CCheckerDetector Java class #571
Comments
…or.getListColorChecker()` (issue bytedeco/javacpp#571)
Fixed in commit bytedeco/javacpp-presets@9f48e43. Thanks for reporting, but please open issues about the presets over there and not here! |
-Sorry for that, I'm still a little confused, I'm new to this, there's a lot of material :-( |
The builds here are complete, so they are now available as snapshots, yes: |
Thanks a lot! Should I change something in the pom.xml, in relation to the example from ? |
That sample pom.xml file is going to get you OpenCV, among other things, but that's fine. |
Discussed in #570
Originally posted by JeeDevUser May 9, 2022
Hi,
Just tried a fresh snapshot, the method
getListColorChecker()
https://docs.opencv.org/4.x/d9/d53/classcv_1_1mcc_1_1CCheckerDetector.html#a035f9ea8c21a9e7d160b622ca94c71f2
seems to be missing from the CCheckerDetector Java class:
http://bytedeco.org/javacpp-presets/opencv/apidocs/org/bytedeco/opencv/opencv_mcc/CCheckerDetector.html
Can anyone check that?
The text was updated successfully, but these errors were encountered: