Ask Your Question

BarneyChambes's profile - activity

2016-04-08 00:55:11 -0600 asked a question Face Detection using CascadeClassifier

I have been looking up a tutorial using the cascadeClassifier class for detecting faces through a webcam, but I would like to modify it to detect faces in an image

The Tutorial is here: http://docs.opencv.org/2.4/doc/tutori...

Should I be using this class? Is there something better that OpenCV offers I can use? How can I modify this code to be compatible with 2D images? I would like to use Viola and Jones boosted cascade approach