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
1 | initial version |
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
2 | retagged |
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