OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LeftEyeRect
(Results
1 - 3
of
3
) sorted by null
/external/opencv/cvaux/src/
cvface.cpp
178
CvRect
LeftEyeRect
= lpFaceData->
LeftEyeRect
;
182
long LeftSquare =
LeftEyeRect
.width*
LeftEyeRect
.height;
185
long dy =
LeftEyeRect
.y - RightEyeRect.y;
187
long dx1 =
LeftEyeRect
.x +
LeftEyeRect
.width/2 - MouthRect.x;
192
(double)(dy*dy)/((double)(
LeftEyeRect
.height + RightEyeRect.height)*(
LeftEyeRect
.height + RightEyeRect.height)) +
234
Data.
LeftEyeRect
= *(CvRect*)m_lpIdealFace[1].GetContour()
[
all
...]
_cvfacedetection.h
148
CvRect
LeftEyeRect
= cvRect(cvRound(rect.x - (dEyeWidth + dDistanceBetweenEye/(double)2 - (double)rect.width/(double)2)),
175
*lpLeftEyeRect =
LeftEyeRect
;
275
CvRect
LeftEyeRect
;
388
CvRect
LeftEyeRect
= cvRect(rect.x + EyeWidth,rect.y + rect.height/2 - EyeHeight,EyeWidth,EyeHeight);
399
*lpLeftEyeRect =
LeftEyeRect
;
/external/opencv/cvaux/include/
cvaux.h
[
all
...]
Completed in 1624 milliseconds