Face identification with opencv

I'm using the libraries OpenCV for image processing in C + + and this is my question: can you think possible to do a facial recognition (saying the name of a person based on a database of photos) by comparing the frame of videocamera with images in a database using the technique of image histograms comparison? (Note that i compare only the facial region of an image using an example included in the opecv libraries).

I'm asking this because i've just tried to do a program like above but i have a lot of problem (often i detect the wrong person)

5
задан Shai 23 March 2015 в 17:29
поделиться