Home
last modified time | relevance | path

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

/external/opencv/cvaux/src/
Dcvface.cpp179 CvRect RightEyeRect = lpFaceData->RightEyeRect; in CalculateError() local
183 long RightSquare = RightEyeRect.width*RightEyeRect.height; in CalculateError()
185 long dy = LeftEyeRect.y - RightEyeRect.y; in CalculateError()
188 long dx2 = RightEyeRect.x + RightEyeRect.width/2 - MouthRect.x - MouthRect.width; in CalculateError()
192 …(double)(dy*dy)/((double)(LeftEyeRect.height + RightEyeRect.height)*(LeftEyeRect.height + RightEye… in CalculateError()
247 Data.RightEyeRect = *(CvRect*)m_lpIdealFace[2].GetContour(); in CreateFace()
251 Data.RightEyeRect = *(CvRect*)m_lppFoundedFaceFeatures[2][k].GetContour(); in CreateFace()
289 … lpFaceData->RightEyeRect = *(CvRect*)m_lppFoundedFaceFeatures[2][RightEyeNumber].GetContour(); in CreateFace()
291 lpFaceData->RightEyeRect = *(CvRect*)m_lpIdealFace[2].GetContour(); in CreateFace()
D_cvfacedetection.h153 …CvRect RightEyeRect = cvRect(cvRound(rect.x + (double)rect.width/(double)2 + dDistanceBetweenEye/(… in MouthFaceTemplate() local
181 *lpRightEyeRect = RightEyeRect; in MouthFaceTemplate()
276 CvRect RightEyeRect; member
389 …CvRect RightEyeRect = cvRect(rect.x + 3*EyeWidth,rect.y + rect.height/2 - EyeHeight,EyeWidth,EyeHe… in BoostingFaceTemplate() local
405 *lpRightEyeRect = RightEyeRect; in BoostingFaceTemplate()
Dcvfacedetection.cpp209 tmpFace.RightEyeRect = tmpData.RightEyeRect; in CreateResults()
232 tmpFace.RightEyeRect = tmpData.RightEyeRect; in CreateResults()
/external/opencv/cvaux/include/
Dcvaux.h841 CvRect RightEyeRect; member