How to make Face Recognition ?

asked 2017-04-21 10:03:46 -0600

updated 2017-04-21 10:06:30 -0600

berak gravatar image

I made a face detection code using Java and i managed to save the detected face with information about it i want to know from where i can start to recognize the face if it's detected again ?

edit retag flag offensive close merge delete

Comments

unfortunately, opencv's face recognition classes are not available from java

berak gravatar imageberak ( 2017-04-21 10:06:03 -0600 )edit

It seems JavaCV has a wrapper on the face recognizer class.

StevenPuttemans gravatar imageStevenPuttemans ( 2017-04-21 11:37:36 -0600 )edit