How to recognize unknown untrained image in Open CV

asked 2015-05-04 04:57:56 -0600

Sugeet Goyal gravatar image

updated 2015-05-04 06:34:57 -0600

Hi, Thanks is advance. I am stuck with one issue in Open CV. I am using Local Binary Patterns Histograms (LBPH) Algorithm and creating a face recognition iOS app. In that at the 1st time I am registering the user by detecting the face by using video camera of iPhone. After the I am trying to recognise with the same face in that it is taking but the unknown face also its taking. I want to get value as "No match found" if any unregistered unknown face tries to recognise.

I tried with the confidence and label both. In confidence I took the value less then 70 as a correct and grater as a wrong. But in this case the original registered image is also not recognising if its little far as the trained image. Please anyone help me on this....

edit retag flag offensive close merge delete

Comments

Have you got any solution?

mau.tasol gravatar imagemau.tasol ( 2018-04-06 02:29:17 -0600 )edit