Ask Your Question

MaR1oC's profile - activity

2020-04-22 20:55:33 -0600 received badge  Popular Question (source)
2015-09-25 14:53:17 -0600 received badge  Student (source)
2014-07-28 05:29:33 -0600 asked a question opencv_createsamples question on file format

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 for positives.txt:

./img1.jpg 
./img2.jpg

instead of this ? :

./img1.jpg 1 0 0 <height1> <width1>
./img2.jpg 1 0 0 <height2> <width2>

Thanks

2014-07-17 02:43:45 -0600 received badge  Editor (source)
2014-07-17 02:43:27 -0600 asked a question Which image format is the best for haar training?

Hello,

My question might be a dumb one but I wonder if there is an image format that is better for haar cascade training which means that:

  1. The training time is reduced
  2. The results are better

Is there one?

Thanks in advance

PS The University of Utah uses .pgm files for its image databases (e.g. the one for car detection)

2014-07-12 08:57:26 -0600 asked a question OpenCV (Python) and Object Marking Issues

I repost this question here: OpenCV (Python) and Object Marking Issues

Can anyone help me? Any help is greatly appreciated!

2014-03-04 13:53:55 -0600 received badge  Supporter (source)
2014-03-04 13:53:25 -0600 asked a question OpenCV + QPython

Is there a way to integrate OpenCV libs with QPython so that I can import the cv,cv2 modules whenever I want at my Python Console?