We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
In 4.5.3.0 and 4.4.0, I am unable to use org.opencv.img_hash.PHash. I get error:
No implementation found for long org.opencv.img_hash.PHash.create...
Same for the other classes under org.opencv.img_hash. I am importing with implementation 'com.quickbirdstudios:opencv-contrib:4.5.3.0'
implementation 'com.quickbirdstudios:opencv-contrib:4.5.3.0'
My code:
Mat phash = new Mat(); PHash hasher = PHash.create(); hasher.compute(imageMat, phash);
I downgraded to 3.4.15 and it works.
The text was updated successfully, but these errors were encountered:
@jslok If I remember correctly, PHash is is only part of the 3.4.X OpenCV versions and not 4.X OpenCV versions.
Sorry, something went wrong.
Oh weird. It is still mentioned in the 4.x documentation and github. https://github.com/opencv/opencv_contrib/tree/4.x/modules/img_hash https://docs.opencv.org/4.5.5/df/d4e/classcv_1_1img__hash_1_1PHash.html
@jslok I can see the java wrapper class in 4.5.2. I will investigate this sometime next week
No branches or pull requests
In 4.5.3.0 and 4.4.0, I am unable to use org.opencv.img_hash.PHash. I get error:
No implementation found for long org.opencv.img_hash.PHash.create...
Same for the other classes under org.opencv.img_hash. I am importing with
implementation 'com.quickbirdstudios:opencv-contrib:4.5.3.0'
My code:
I downgraded to 3.4.15 and it works.
The text was updated successfully, but these errors were encountered: