face classifier
For face recognition what kind of classifier opencv is using. like while using LBP method what method is used for face classification??
For face recognition what kind of classifier opencv is using. like while using LBP method what method is used for face classification??
a simple (1) nearest-neighbour search based on L2(eigen,fisher) or chi-sqr norm(lbph) is used here.
Asked: 2017-09-18 14:56:55 -0600
Seen: 347 times
Last updated: Sep 18 '17
Help me with facial recognition
I am looking for a decent programmer for an OPENCV job
Virtual Studio 2012 Facial Recognition
Face recognition using haar classifier:How to train and compare with stored images
Can find createFisherFaceRecognizer (opencv 3.0.0)
there is a good tutorial here about face module
Face classifier or face recognition?
I read this article. Here they have mention about face recognizer using LBP. But how the machine will understand that it is my face or some one else?? Like it could be k-nearest, SVM etc. LBP method are using for feature extraction as far as i know.