Home
last modified time | relevance | path

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

/external/opencv/cvaux/src/
D_cvfacedetection.h386 long EyeHeight = EyeWidth; in BoostingFaceTemplate() local
388 …Rect LeftEyeRect = cvRect(rect.x + EyeWidth,rect.y + rect.height/2 - EyeHeight,EyeWidth,EyeHeight); in BoostingFaceTemplate()
389 …t RightEyeRect = cvRect(rect.x + 3*EyeWidth,rect.y + rect.height/2 - EyeHeight,EyeWidth,EyeHeight); in BoostingFaceTemplate()
390 …thRect = cvRect(rect.x + 3*EyeWidth/2,rect.y + 3*rect.height/4 - EyeHeight/2,2*EyeWidth,EyeHeight); in BoostingFaceTemplate()