Ask Your Question

wakeup706's profile - activity

2016-05-30 02:36:26 -0600 commented question CascadeClassifier::detectMultiScale function

yes, I hope it can be done in real-time :)

2016-05-23 02:27:33 -0600 asked a question CascadeClassifier::detectMultiScale function

Hello,

I just learned how to use CascadeClassifier::detectMultiScale function to detect human face(http://docs.opencv.org/2.4/doc/tutorials/objdetect/cascade_classifier/cascade_classifier.html), and I want to separate it into two step, let client extracts the features and send to the server ,then server detect the faces, does any one know how to do this?

Really thanks.