How to use cascade.xml for object recognition in openCV -


i've generated cascade xml in opencv using haar training module.. how can use object recognition.?

please help.!! _/_

following opencv doc on object detection, have create cascade detector object , ::load cascade want apply (the xml file have generated). ::detectmultiscale used fill std::vector<cv::rect> of detected object current frame sliding windows of different scales , sizes , merging high confident close samples.

code here!


Comments

Popular posts from this blog

node.js - Bad Request - node js ajax post -

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -