Local binary patterns
can lbp regonize face eventhough there is a change in position of eyes,nose etc i.e patterns of face and if yes how?i will thankful if u help me.
can lbp regonize face eventhough there is a change in position of eyes,nose etc i.e patterns of face and if yes how?i will thankful if u help me.
Your question should be clearer. AFAIK, a face recognition system has serveral stages: face detecion, face cropping, illumination normalization, feature extraction, dimensionality reduction and classification. The main usage of LBP is for feature extraction although someone used it (very rarely) for illumination normalization, that means it is used after you have a good aligned face image to build a distinctive representation to distinguish face images. The working mechanism of LBP does not depend on the position of eyes, nose ..
(Thanks for the response.But my question is) we use LBP for feature extraction and it depends on intensities over a subregion.If position of nose or eye varies from one image to another,we get that subregion at different place and lbp value at position varies in both images.so will it be able to recognise as it takes only lbp values into consideration.
thanks for the reply.i have cropped the faces properly.But while creating a template of a person's database,i used his all angles.Here i have a doubt that features of frontal face are entirely different from that of side angles etc and template is average of all.so now if i give side angle pic as test pic,will my template will be strong enough to distinguish the person? If anyone feel that my question is inavalid,i request you to please help me with the concept.thank u.
As you noticed, LBP is not strong enough to distinguish pose variant face images from their frontal ones, especially when the pose is large (>45 degree). So I said "in the performance limit of LBP". You can use an advanced method which is dedicated to pose variant face recognition, such as this (http://www.csis.pace.edu/~ctappert/dps/2013BTAS/Papers/Paper%2019/PID2859743.pdf).
Asked: 2014-03-10 10:54:21 -0600
Seen: 111 times
Last updated: Mar 10 '14