Searched refs:EyeWidth (Results 1 – 1 of 1) sorted by relevance
385 long EyeWidth = rect.width/5; in BoostingFaceTemplate() local386 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()