How to make Face Recognition ?
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 ?
unfortunately, opencv's face recognition classes are not available from java
It seems JavaCV has a wrapper on the face recognizer class.