imgproc.Moments missing in OpenCV 3.0 for Android (Bug #4404)
Description
imgproc.Moments seems to have disappeared in openCVLibrary300 for java.
Looking in Improc.java it says this:
// Return type 'Moments' is not supported, skipping the function
Same for huMoments
These were supported as of 2.4.11
In the 3.0 android distribution, the whole Moments.java file seems to be missing from the imgproc folder and bindings seem removed from Imgproc.java
This breaks a lot of working code.
History
Updated by Maksim Shabunin over 9 years ago
- Target version changed from 3.0 to 3.1
- Assignee changed from Alexander Smorkalov to Maksim Shabunin
Updated by Maksim Shabunin over 9 years ago
Issue has been transferred to GitHub: https://github.com/Itseez/opencv/issues/5017