Ask Your Question
0

Cascade classifier object recognition

asked Feb 4 '13

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??

Preview: (hide)

1 answer

Sort by » oldest newest most voted
1

answered Feb 6 '13

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

Preview: (hide)

Question Tools

1 follower

Stats

Asked: Feb 4 '13

Seen: 691 times

Last updated: Feb 06 '13