OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MouthRect
(Results
1 - 3
of
3
) sorted by null
/external/opencv/cvaux/src/
cvface.cpp
180
CvRect
MouthRect
= lpFaceData->
MouthRect
;
187
long dx1 = LeftEyeRect.x + LeftEyeRect.width/2 -
MouthRect
.x;
188
long dx2 = RightEyeRect.x + RightEyeRect.width/2 -
MouthRect
.x -
MouthRect
.width;
193
(double)(dx1*dx1)/((double)
MouthRect
.width*
MouthRect
.width) +
194
(double)(dx2*dx2)/((double)
MouthRect
.width*
MouthRect
.width);
221
Data.
MouthRect
= *(CvRect*)m_lpIdealFace[0].GetContour()
[
all
...]
_cvfacedetection.h
145
CvRect
MouthRect
= rect;
168
*lpMouthRect =
MouthRect
;
277
CvRect
MouthRect
;
390
CvRect
MouthRect
= cvRect(rect.x + 3*EyeWidth/2,rect.y + 3*rect.height/4 - EyeHeight/2,2*EyeWidth,EyeHeight);
393
*lpMouthRect =
MouthRect
;
/external/opencv/cvaux/include/
cvaux.h
[
all
...]
Completed in 209 milliseconds