Ask Your Question

FernandoUnix's profile - activity

2020-10-04 15:42:10 -0600 received badge  Student (source)
2016-04-20 16:05:29 -0600 asked a question Integral Image used by viola jones 2001 face detection

I am studying the algorithm viola-jones 2001 for face detection, I understand that the image Integral was used to make the sums of the pixels within the Haar-like, in this way making the subtraction of all white pixels by the sums of all black pixels, is it?

2016-03-12 21:06:22 -0600 received badge  Enthusiast
2016-03-08 00:51:21 -0600 asked a question how draw this rectangle

i have this line in facial detecction

        rectangle(frame, faces[i], CV_RGB(0, 255, 0), 2);

how can draw a rectangle equals in this image

image description