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

can't find FaceRecognizer! #244

Closed
xczswt1993 opened this issue Oct 1, 2015 · 11 comments
Closed

can't find FaceRecognizer! #244

xczswt1993 opened this issue Oct 1, 2015 · 11 comments

Comments

@xczswt1993
Copy link

in OpenCVFaceRecognizer.java i can't find FaceRecognizer.And "import static org.bytedeco.javacpp.opencv_face.*; " there has a problem my eclipse can't find this package.

@saudet
Copy link
Member

saudet commented Oct 4, 2015

The opencv_face module has been added (#196), but isn't part of the current release. Please follow the build instructions in the README.md files of the javacpp and javacpp-presets modules, thanks!

@saudet saudet closed this as completed Oct 4, 2015
@hokage4
Copy link

hokage4 commented Nov 12, 2016

Hello saudet i beginner in java and i have one problem
i have error when i write it
the "import static org.bytedeco.javacpp.opencv_face.createFisherFaceRecognizer;"
how can fix it

@saudet
Copy link
Member

saudet commented Nov 13, 2016

@hokage4 Upgrade to JavaCV 1.2.

@hokage4
Copy link

hokage4 commented Nov 13, 2016

how can do that ? can you give me tutorial or advise please .

@hokage4
Copy link

hokage4 commented Nov 14, 2016

@saudet please can you answer me

@saudet
Copy link
Member

saudet commented Nov 14, 2016

@hokage4 Try the pom.xml file in the README.md file here:
https://github.com/bytedeco/javacv#sample-usage

@hokage4
Copy link

hokage4 commented Nov 19, 2016

thank you @saudet it work successfully but i have tiny problem
when faces in database is not match , the function faceRecognizer.predict() return any face in database
how can fix this problem please

@saudet
Copy link
Member

saudet commented Nov 19, 2016

That would be a question for Stack Overflow or http://answers.opencv.org/

@hokage4
Copy link

hokage4 commented Nov 20, 2016

thank you i fix it now how can convert from mat of opencv to Iplimge of javacv

@saudet
Copy link
Member

saudet commented Nov 26, 2016

@hokage4
Copy link

hokage4 commented Nov 28, 2016

thank you very match it work successfully ,
now just i want make rotate to face before make predict
how can do that please just this and everything become good

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

3 participants