Home
last modified time | relevance | path

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

/external/opencv/cvaux/src/
D_cvfacedetection.h385 long EyeWidth = rect.width/5; in BoostingFaceTemplate() local
386 long EyeHeight = EyeWidth; in BoostingFaceTemplate()
388 …CvRect LeftEyeRect = cvRect(rect.x + EyeWidth,rect.y + rect.height/2 - EyeHeight,EyeWidth,EyeHeigh… in BoostingFaceTemplate()
389 …CvRect RightEyeRect = cvRect(rect.x + 3*EyeWidth,rect.y + rect.height/2 - EyeHeight,EyeWidth,EyeHe… in BoostingFaceTemplate()
390 …CvRect MouthRect = cvRect(rect.x + 3*EyeWidth/2,rect.y + 3*rect.height/4 - EyeHeight/2,2*EyeWidth,… in BoostingFaceTemplate()