Ask Your Question
0

LBP recognizer model for face recognition

asked 2013-01-26 20:38:37 -0600

ranger gravatar image

I am working on a video processing project and the priliminary step involves face recognition. As i was unable to train fisher/ eigen face recognizer models I tried using LBP face recognizer model and it jst worked...Basically what my face recognition program does is it jst draws a rectangle around the recognized face and I dont want any rectangle around alien faces...but LPB recognizer forces to do so?...because it predicts the nearest label the detected face matches....got any idea guys to limit the recognition to the nearest..

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2013-01-30 02:51:25 -0600

Afnman gravatar image

By setting a threshold. ex. model->set("threshold", 100.0) Anything above 100.0 will be considered as alien

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-01-26 20:38:37 -0600

Seen: 793 times

Last updated: Jan 30 '13