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

samples or face recognition? #13

Closed
GoogleCodeExporter opened this issue Oct 26, 2015 · 11 comments
Closed

samples or face recognition? #13

GoogleCodeExporter opened this issue Oct 26, 2015 · 11 comments

Comments

@GoogleCodeExporter
Copy link

Hi,
is it possible to do face recognition using javacv?
i mean not face detection but i want to search for a person in a group of 
images meaning i will input a picture and search for the person in other 
pictures....
can this be done using javacv?
can we get more samples if this is possible and is there a documenation for the 
functions that can be done using javacv....
thank you very much

Original issue reported on code.google.com by Xai...@gmail.com on 30 Jul 2010 at 7:12

@GoogleCodeExporter
Copy link
Author

The short answer: no.

The long answer: If it's not written in the README.txt file or in the OpenCV 
documentation, then JavaCV does not currently support it.

Original comment by samuel.a...@gmail.com on 31 Jul 2010 at 3:34

  • Changed state: Invalid

@GoogleCodeExporter
Copy link
Author

just a question, is there a way to make the processing faster, i've removed the 
video stuff, what i want to do is to cut the picture of the face and save it to 
a file.
i've accomplished that but my problem is that the face detection needs time to 
adjust to each face.
thank you for your time and effort.

Original comment by Xai...@gmail.com on 3 Aug 2010 at 5:02

@GoogleCodeExporter
Copy link
Author

You mean cvHaarDetectObjects() takes time to execute? That's an OpenCV 
function.. you will have to ask the developers of OpenCV about it

Original comment by samuel.a...@gmail.com on 4 Aug 2010 at 4:00

@GoogleCodeExporter
Copy link
Author

Can we use OpenCV for java face detection and How? And can I have any example 
for it.

Thanks in advance

Original comment by nishamah...@gmail.com on 22 Oct 2010 at 7:35

@GoogleCodeExporter
Copy link
Author

Yes nishamahobia, compile and run the Test2 class in the README.txt file. BTW, 
you should post your questions on the discussion group, not here. This is not 
an issue with JavaCV.

Original comment by samuel.a...@gmail.com on 23 Oct 2010 at 2:18

@GoogleCodeExporter
Copy link
Author

Sir I used readme code to detect face but I was unable to save face image... 
Can you please help me in this area? will be really very greatfull to you for 
this.. Thank you in advance

Original comment by gauravsa...@gmail.com on 15 Mar 2011 at 2:06

@GoogleCodeExporter
Copy link
Author

Xai, have extracted or saved the detected faces? I have done the detection of 
face part with the sample code provided from the site.... But I don't know how 
to extract the detected faces... Can you help me solve the problem Xai? 

Original comment by petervil...@gmail.com on 26 Jul 2011 at 2:04

@GoogleCodeExporter
Copy link
Author

I ported an OpenCV face recognition example to Java using JavaCV: 
http://stephenreed.posterous.com/javacv-face-recognition

Original comment by stephenl...@gmail.com on 9 Dec 2011 at 4:07

@GoogleCodeExporter
Copy link
Author

Great! Do you mind if I add it to the `samples` directory in JavaCV's 
distribution? A couple of small sample image file would be nice too, thanks

Original comment by samuel.a...@gmail.com on 9 Dec 2011 at 4:42

@GoogleCodeExporter
Copy link
Author

Hi , can anyone tell me how to make face recognition on android java using 
javacv , I havent no ideas where to start but the codes of face recognition by 
javacv has no errors with me now though nothing output came when I run it . Can 
anyone tell me how it does asap . we must able to recognize atleast 1 face .

Thanks,
john

Original comment by yho...@gmail.com on 28 Sep 2012 at 7:48

@GoogleCodeExporter
Copy link
Author

@yhow11 Philipp Wagner explains it here:
http://answers.opencv.org/question/865/face-recognition-on-android/

He also told me he would port his facerec.cpp sample to Java, but I haven't 
received news on that yet 

Original comment by samuel.a...@gmail.com on 30 Sep 2012 at 1:17

  • Changed state: Fixed

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

1 participant