OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RightEyeRect
(Results
1 - 3
of
3
) 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
;
/external/opencv/cvaux/include/
cvaux.h
[
all
...]
Completed in 320 milliseconds