Searched refs:RightEyeRect (Results 1 - 4 of 4) sorted by relevance

/external/opencv/cvaux/src/
H A Dcvface.cpp179 CvRect RightEyeRect = lpFaceData->RightEyeRect; local
183 long RightSquare = RightEyeRect.width*RightEyeRect.height;
185 long dy = LeftEyeRect.y - RightEyeRect.y;
188 long dx2 = RightEyeRect.x + RightEyeRect.width/2 - MouthRect.x - MouthRect.width;
192 (double)(dy*dy)/((double)(LeftEyeRect.height + RightEyeRect.height)*(LeftEyeRect.height + RightEyeRect.height)) +
247 Data.RightEyeRect
[all...]
H A D_cvfacedetection.h153 CvRect RightEyeRect = cvRect(cvRound(rect.x + (double)rect.width/(double)2 + dDistanceBetweenEye/(double)2), local
181 *lpRightEyeRect = RightEyeRect;
276 CvRect RightEyeRect; member in struct:FaceData
389 CvRect RightEyeRect = cvRect(rect.x + 3*EyeWidth,rect.y + rect.height/2 - EyeHeight,EyeWidth,EyeHeight); local
405 *lpRightEyeRect = RightEyeRect;
H A Dcvfacedetection.cpp209 tmpFace.RightEyeRect = tmpData.RightEyeRect;
232 tmpFace.RightEyeRect = tmpData.RightEyeRect;
/external/opencv/cvaux/include/
H A Dcvaux.h841 CvRect RightEyeRect; member in struct:CvFace

Completed in 118 milliseconds