0

i am trying to train a classifier of an object.
I have tried to train it in MATLAB and i am getting good results.
But the generated output .xml file can't be used in open-cv.
so can anyone tell me how can i use the MATLAB generated .xml file in open-cv or can anyone give me some link to app where i can directly put my positive and negative images and it can do all the training and give me out .xml file in open-cv. Thanks in advance

user7526
  • 39
  • 3

1 Answers1

1

Here you can find several .exe that will help you to train your OpenCV classifier.

And here you can find a tutorial. Hope it helps!

phyrox
  • 2,423
  • 15
  • 23