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

/external/opencv/cvaux/src/
H A Dcvface.cpp180 CvRect MouthRect = lpFaceData->MouthRect; local
187 long dx1 = LeftEyeRect.x + LeftEyeRect.width/2 - MouthRect.x;
188 long dx2 = RightEyeRect.x + RightEyeRect.width/2 - MouthRect.x - MouthRect.width;
193 (double)(dx1*dx1)/((double)MouthRect.width*MouthRect.width) +
194 (double)(dx2*dx2)/((double)MouthRect.width*MouthRect.width);
221 Data.MouthRect
[all...]
H A D_cvfacedetection.h145 CvRect MouthRect = rect; local
168 *lpMouthRect = MouthRect;
277 CvRect MouthRect; member in struct:FaceData
390 CvRect MouthRect = cvRect(rect.x + 3*EyeWidth/2,rect.y + 3*rect.height/4 - EyeHeight/2,2*EyeWidth,EyeHeight); local
393 *lpMouthRect = MouthRect;
H A Dcvfacedetection.cpp207 tmpFace.MouthRect = tmpData.MouthRect;
230 tmpFace.MouthRect = tmpData.MouthRect;
/external/opencv/cvaux/include/
H A Dcvaux.h839 CvRect MouthRect; member in struct:CvFace

Completed in 101 milliseconds