Searched refs:RightEyeRect (Results 1 – 4 of 4) sorted by relevance
179 CvRect RightEyeRect = lpFaceData->RightEyeRect; in CalculateError() local183 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()
153 …CvRect RightEyeRect = cvRect(cvRound(rect.x + (double)rect.width/(double)2 + dDistanceBetweenEye/(… in MouthFaceTemplate() local181 *lpRightEyeRect = RightEyeRect; in MouthFaceTemplate()276 CvRect RightEyeRect; member389 …CvRect RightEyeRect = cvRect(rect.x + 3*EyeWidth,rect.y + rect.height/2 - EyeHeight,EyeWidth,EyeHe… in BoostingFaceTemplate() local405 *lpRightEyeRect = RightEyeRect; in BoostingFaceTemplate()
209 tmpFace.RightEyeRect = tmpData.RightEyeRect; in CreateResults()232 tmpFace.RightEyeRect = tmpData.RightEyeRect; in CreateResults()
841 CvRect RightEyeRect; member