Ask Your Question
0

How to use cascade xml for object recognition.?

asked 2013-04-18 07:30:42 -0600

I've created a cascade xml through opencv_traincascade.. Now how to proceed further.? How can I test it with images.? In what way can I use the generated XML..??

Please help _/_

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2013-04-19 09:14:05 -0600

Guanta gravatar image

updated 2013-04-19 09:15:45 -0600

Congratulations, the most difficult task you have already done. Now create a CascadeClassifier, load your xml, and call detectMultiScale(). It's all shown in this example: http://docs.opencv.org/doc/tutorials/objdetect/cascade_classifier/cascade_classifier.html#cascade-classifier .

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-04-18 07:30:42 -0600

Seen: 1,039 times

Last updated: Apr 19 '13