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

/external/opencv/cvaux/src/
H A Dcvface.cpp178 CvRect LeftEyeRect = lpFaceData->LeftEyeRect; local
182 long LeftSquare = LeftEyeRect.width*LeftEyeRect.height;
185 long dy = LeftEyeRect.y - RightEyeRect.y;
187 long dx1 = LeftEyeRect.x + LeftEyeRect.width/2 - MouthRect.x;
192 (double)(dy*dy)/((double)(LeftEyeRect.height + RightEyeRect.height)*(LeftEyeRect.height + RightEyeRect.height)) +
234 Data.LeftEyeRect
[all...]
H A D_cvfacedetection.h148 CvRect LeftEyeRect = cvRect(cvRound(rect.x - (dEyeWidth + dDistanceBetweenEye/(double)2 - (double)rect.width/(double)2)), local
175 *lpLeftEyeRect = LeftEyeRect;
275 CvRect LeftEyeRect; member in struct:FaceData
388 CvRect LeftEyeRect = cvRect(rect.x + EyeWidth,rect.y + rect.height/2 - EyeHeight,EyeWidth,EyeHeight); local
399 *lpLeftEyeRect = LeftEyeRect;
H A Dcvfacedetection.cpp208 tmpFace.LeftEyeRect = tmpData.LeftEyeRect;
231 tmpFace.LeftEyeRect = tmpData.LeftEyeRect;
/external/opencv/cvaux/include/
H A Dcvaux.h840 CvRect LeftEyeRect; member in struct:CvFace

Completed in 958 milliseconds