I am doing object detection in images using the OpenCv library in Java Eclipse. I am using Cascade Classifier Training for this, using the Haar functions.
To train the classifier I need to generate several text files, a .vec and finally a .xml file on the command line. I have already generated text files, but when I create the .vec file using the opencv_createsamples utility on the command line, I get an error message:
Teamopencv_createsamples is not recognized.
To solve this problem, I need to build OpenCv using TBB Threading Building using CMake . I can not do it. Please offer me a complete and correct method for building OpenCv using TBB using CMake .
Thanks in advance.
Shilpa Sep 17 '15 at 6:09 2015-09-17 06:09
source share