Ask Your Question
0

Cascade classifier object recognition

asked 2013-02-04 03:44:33 -0600

muthu gravatar image

I read about cascade classifier to do object recognition from these links... http://docs.opencv.org/doc/user_guide/ug_traincascade.html http://docs.opencv.org/doc/tutorials/objdetect/cascade_classifier/cascade_classifier.html

To to do cascade classifier training the method opencv_createsamples has to be used... How can i implement thins in android - java.. I dint find this method in java documentation...

Please help me over some basic codes in java to train cascade classifier...Also if the description file format is the same??

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2013-02-06 06:36:11 -0600

I think you should made the training on desktop with C++ code, and only load the XML in java.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2013-02-04 03:44:33 -0600

Seen: 664 times

Last updated: Feb 06 '13