Face Recognition
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:
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:
opencv has face-recognition, unfortunately, it's not available in the java bindings.
JavaCV does has the interface to the facerecognizer. Why not give it a shot?
Asked: 2016-12-06 08:36:23 -0600
Seen: 366 times
Last updated: Dec 06 '16
face recognition (different image size)
How is Facerecognizer model stored?
Which confidence level and parameters for face recognizer?
How to categorize the images based on Illumination / shadow ?
model like ASM (active shape model) [closed]
FaceRecognizer in OpenCV Desktop Java [closed]