Eliminate false eye [closed]

asked 2015-04-18 13:10:11 -0600

Tiras gravatar image

Hi
I'm using OpenCV 2.4.10. I can detect pair eyes and mouth for alignment with fair accuracy rate. Here is my situation. https://www.youtube.com/watch?v=0ZY5U...

My problems are :
1. Eyes detection return false eye. I got 3rd eye in nearby the correct one.
2. Neo's mouth has been dropped on many frames.

Any help would be appreciated.
Sarit

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by sturkmen
close date 2020-09-22 21:34:37.114654

Comments

"I got 3rd eye" - wow, you're enlighted ;)

berak gravatar imageberak ( 2015-04-18 13:16:37 -0600 )edit

@berak. Hello berak. Do you have any idea? Any keyword I can find out on my own?

Tiras gravatar imageTiras ( 2015-04-18 13:26:49 -0600 )edit
1

you could try to increase the minNeighbours param in cascade.detectMultiScale(), until you start to miss eyes.

berak gravatar imageberak ( 2015-04-18 13:37:02 -0600 )edit

@berak. I though your eye answer will rely on face geometry ratio or length of them. I am now observing the variation of them. Let me try and return to forum again. Do you think mouth is impact by face area? Since my Neo detected face has very near edge to the mouth.

Tiras gravatar imageTiras ( 2015-04-18 13:52:56 -0600 )edit