-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
opencv_contrib: javacv 0.9 vs javacv 1.0 #196
Comments
At least the |
I compile code from source, I still can not find class FaceRecognizer, also can not find method createFisherFaceRecognizer, anything I did wrong? Here is my build log,
Also I search google and see this comments, will this cause any issues? Is it a known issue? |
@chinadragon0515 You're going to need to build the |
|
I believe that the whole transition from 0.x to 1.0 is pretty much connected with opencv transition from 2.x.x versions to 3.x.x. It isn't clear however why it's happened now, because 1.0 has missing many really important opencv 3.0 modules such as face(which javacv 0.9 had in opencv_contrib, although with some bug), which is pretty much eliminates the purpose of javacv1.0 because opencv has java wrappers to same basic opencv_ packages which javacv has. Can someone enlighten me where the face recognizers classes will be in javacv 1.x, if they will?
The text was updated successfully, but these errors were encountered: