I am supposed to compare two pictures whether they belong same person or not. I have not worked on face recognition in Java, so could anyone suggest me an example code or an article to do this?
Asked
Active
Viewed 1,118 times
0
-
1The very fact that you think that java or not java is relevant for such a problem scares me quite a bit. – 6502 Mar 04 '11 at 22:41
-
No, it is a project which is developed for a huge competition. – emre Mar 09 '11 at 16:17
1 Answers
0
Assuming that you are aware that Java in itself doesn't have anything to do with facial recognition, and that you're hopefully asking for a Java API/library for face recognition, check this SO thread, which lists a few options such as Cybula and OpenCV.