HomeSort by relevance Sort by last modified time
    Searched refs:RightEyeRect (Results 1 - 4 of 4) sorted by null

  /external/opencv/cvaux/src/
cvface.cpp 179 CvRect RightEyeRect = lpFaceData->RightEyeRect;
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 = *(CvRect*)m_lpIdealFace[2].GetContour()
    [all...]
_cvfacedetection.h 153 CvRect RightEyeRect = cvRect(cvRound(rect.x + (double)rect.width/(double)2 + dDistanceBetweenEye/(double)2),
181 *lpRightEyeRect = RightEyeRect;
276 CvRect RightEyeRect;
389 CvRect RightEyeRect = cvRect(rect.x + 3*EyeWidth,rect.y + rect.height/2 - EyeHeight,EyeWidth,EyeHeight);
405 *lpRightEyeRect = RightEyeRect;
cvfacedetection.cpp 209 tmpFace.RightEyeRect = tmpData.RightEyeRect;
232 tmpFace.RightEyeRect = tmpData.RightEyeRect;
  /external/opencv/cvaux/include/
cvaux.h     [all...]

Completed in 69 milliseconds