Searched refs:eye_center (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/samples/cpp/tutorial_code/objectDetection/ |
D | objectDetection.cpp | 78 …Point eye_center( faces[i].x + eyes[j].x + eyes[j].width/2, faces[i].y + eyes[j].y + eyes[j].heigh… in detectAndDisplay() local 80 circle( frame, eye_center, radius, Scalar( 255, 0, 0 ), 4, 8, 0 ); in detectAndDisplay()
|
D | objectDetection2.cpp | 89 …Point eye_center( faces[i].x + eyes[j].x + eyes[j].width/2, faces[i].y + eyes[j].y + eyes[j].heigh… in detectAndDisplay() local 91 circle( frame, eye_center, radius, Scalar( 255, 0, 255 ), 3, 8, 0 ); in detectAndDisplay()
|
/external/opencv3/doc/tutorials/objdetect/cascade_classifier/ |
D | cascade_classifier.markdown | 101 …Point eye_center( faces[i].x + eyes[j].x + eyes[j].width/2, faces[i].y + eyes[j].y + eyes[j].heigh… 103 circle( frame, eye_center, radius, Scalar( 255, 0, 0 ), 4, 8, 0 );
|