rebased commits

This commit is contained in:
berak
2013-08-22 18:16:54 +02:00
parent 926d6876d3
commit 50288f1314
3 changed files with 4 additions and 4 deletions

View File

@@ -81,7 +81,7 @@ void detectAndDisplay( Mat frame )
{
//-- Draw the face
Point center( faces[i].x + faces[i].width/2, faces[i].y + faces[i].height/2 );
ellipse( frame, center, Size( faces[i].width/2, faces[i].height/2), 0, 0, 360, Scalar( 255, 0, 0 ), 2, 8, 0 );
ellipse( frame, center, Size( faces[i].width/2, faces[i].height/2 ), 0, 0, 360, Scalar( 255, 0, 0 ), 2, 8, 0 );
for( size_t j = 0; j < eyes.size(); j++ )
{ //-- Draw the eyes