CascadeClassifier::detectMultiScale function

asked 2016-05-23 02:23:51 -0600

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.

edit retag flag offensive close merge delete

Comments

are you aiming for real-time?

can gravatar imagecan ( 2016-05-27 13:08:48 -0600 )edit

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

wakeup706 gravatar imagewakeup706 ( 2016-05-30 02:36:26 -0600 )edit