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
