Home | History | Annotate | Download | only in src

Lines Matching refs:cvRound

148     CvRect LeftEyeRect = cvRect(cvRound(rect.x - (dEyeWidth + dDistanceBetweenEye/(double)2 - (double)rect.width/(double)2)),
149 cvRound(rect.y - dDistanceEyeAboveMouth - dEyeHeight),
150 cvRound(dEyeWidth),
151 cvRound(dEyeHeight) );
153 CvRect RightEyeRect = cvRect(cvRound(rect.x + (double)rect.width/(double)2 + dDistanceBetweenEye/(double)2),
154 cvRound(rect.y - dDistanceEyeAboveMouth - dEyeHeight),
155 cvRound(dEyeWidth),
156 cvRound(dEyeHeight) );
158 // CvRect NoseRect = cvRect(cvRound(rect.x + (double)rect.width/(double)4),
159 // cvRound(rect.y - (double)rect.width/(double)2 - (double)rect.height/(double)4),
160 // cvRound((double)rect.width/(double)2),
161 // cvRound((double)rect.width/(double)2) );