vote up -5 vote down star

hi

i wrote an eye detection code but it is too sensitive it always look for center of the eye if i look 2 inch right or left of the cam it cant detect

i used cvAdaptiveThreshold method with these parameters cvAdaptiveThreshold( grey, grey, j,CV_ADAPTIVE_THRESH_GAUSSIAN_C, CV_THRESH_BINARY,51,5);

and

haarcascade_mcs_eyepair_big.xml for eye detection

can i make it less sensitive so that it will detect the eyes easier

thanks for the sugesstions

flag

50% accept rate
1  
Homework, perhaps? Read through your question and ask yourself how you expect anyone to be able to help. – spender Oct 21 at 9:24
3  
my suggestion would be: "write a better question" – Mitch Wheat Oct 21 at 9:26
what didn't you understand tell me and i will change – eomer Oct 21 at 9:30
is this specific to a certain product / library / technology? It probably belongs to superuser.com – Stefan Steinegger Oct 21 at 9:32
What are you talking about? – Rui Pacheco Oct 21 at 9:34
show 1 more comment

closed as not a real question by Mitch Wheat, spender, gs, Ngu Soon Hui, Shay Erlichmen Oct 21 at 9:42

1 Answer

vote up 0 vote down
  1. I think you want to make it more sensitive, not less sensitive
  2. IIRC the OpenCV haar classifier is teached with a number of samples. Did you include samples where the eyes aren't looking straight towards the camera?
link|flag
no i want less sensitive if it will be more sensitive the code only work when you look straight to CAM i want it to work when the CAM sees eyes and also when the eyes aren't looking straight towards the CAM i have no idea about the samples there were only xml files in the folder can you explain the samples – eomer Oct 21 at 9:35

Not the answer you're looking for? Browse other questions tagged or ask your own question.