Ask Your Question
0

Face Recognition

asked 2016-12-06 08:38:04 -0600

cxz gravatar image

i want to write a program which can compare a real time face with the saved photos in the database. Something like this but in Java:

https://youtu.be/yFSPnu6_TZY

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2016-12-06 09:12:14 -0600

berak gravatar image

opencv has face-recognition, unfortunately, it's not available in the java bindings.

edit flag offensive delete link more

Comments

so there isn't any other way to do face recognition in Java?

cxz gravatar imagecxz ( 2016-12-06 10:38:59 -0600 )edit
1
  • if it's opencv3, you could try to get the opencv_contrib modules and hack it by adding "java"
  • you could try to write your own (be bold !) e.g. all parts needed for eigenfaces are available
  • if, on the other side, all you have is a youtube link, - sorry, but you're doomed.
berak gravatar imageberak ( 2016-12-06 10:49:26 -0600 )edit

Maybe the best solution is use Python or C++ instead of Java, for this time... (I saw a lot of documentation for these languages)

cxz gravatar imagecxz ( 2016-12-06 11:42:47 -0600 )edit
1

^^ yes, ofc, that would solve it !

berak gravatar imageberak ( 2016-12-06 11:44:05 -0600 )edit

JavaCV does has the interface to the facerecognizer. Why not give it a shot?

StevenPuttemans gravatar imageStevenPuttemans ( 2016-12-07 03:26:23 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2016-12-06 08:36:23 -0600

Seen: 328 times

Last updated: Dec 06 '16