Skip to content
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

Some Libraries in Face Recognition Examples are missing #221

Closed
rcmalli opened this issue Sep 7, 2015 · 3 comments
Closed

Some Libraries in Face Recognition Examples are missing #221

rcmalli opened this issue Sep 7, 2015 · 3 comments

Comments

@rcmalli
Copy link

rcmalli commented Sep 7, 2015

I have added org.bytedeco.javacv to my gradle project .When I was trying face recognition examples, I noticed that some functions are missing. There is the list of missing libraries

import static org.bytedeco.javacpp.opencv_legacy.;
import static org.bytedeco.javacpp.opencv_face.
;

EDIT: After I looked into Javacpp-presets repo I have noticed that bins that are uploaded maven repo not the ones that should be created by the cppbuild.sh files that are shared , because opencv_contrib package is not included in bins but is included in script.

@saudet
Copy link
Member

saudet commented Sep 8, 2015

opencv_legacy is no longer part of OpenCV 3.0, so unless we find a replacement for the missing functions, we might as well consider removing that sample entirely. OpenCVFaceRecognizer.java works better anyway. What's your opinion?

opencv_contrib was added after the last release, so it's not part of the current release, that's all.

@rcmalli
Copy link
Author

rcmalli commented Sep 8, 2015

OpenCVFaceRecognizer.java sample also needs opencv_face package that cannot be found in 1.0 release gradle import.

@saudet
Copy link
Member

saudet commented Sep 12, 2015

Duplicate of #200.

@saudet saudet closed this as completed Sep 12, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants