First time here? Check out the FAQ!
answered 2015-11-23 00:40:16 -0600
You can use cv::BaseCascadeClassifier::detectMultiScale() function in C++ program. Another method is to use python or Matlab interface to CascadeClassifier.