Hello,
I want to train samples via the opencv_createsamples
utility and the desired object is on the entire image. Can I use this format:
./img1.jpg
./img2.jpg
instead of this ? :
./img1.jpg 1 0 0 <height1> <width1>
./img2.jpg 1 0 0 <height2> <width2>
Thanks