Hi, all
There is a strange semicolon in faceDetector.cpp(l:101)
----
for(int i = 0; i < (faces ? faces->total : 0); i++)
{
// Create a new rectangle for the face
CvRect* r = (CvRect*)cvGetSeqElem(faces, maxI);
// When looping faces, select the biggest one
if(max0 < (r->width * r->height)); <<============== STRANGE??
{
max0 = (r->width * r->height);
maxI = i;
}
}
----
Is this correct?
thanks
Original issue reported on code.google.com by rccm.kyo...@gmail.com on 24 Feb 2012 at 5:27
Original issue reported on code.google.com by
rccm.kyo...@gmail.com
on 24 Feb 2012 at 5:27