Ask Your Question

fish's profile - activity

2017-05-25 05:30:17 -0600 received badge  Notable Question (source)
2014-08-12 02:22:29 -0600 received badge  Popular Question (source)
2013-04-10 03:04:48 -0600 received badge  Student (source)
2012-11-16 02:48:00 -0600 asked a question HoG detectMultiScale

Hello, I was looking at the objectdetect sample and tried to understand how it works. How does it work when i input a image with a small image size, smaller than the detection window(64x128)? Dose it directly perform detection or re-size the image to the window size?
Also, how dose it work when input image size is bigger than the detection window?

The parameter "scale" is default set to 1.05 If detectMultiScale scales the input image to different size with scale rate 1.05, when dose it stop scalling?

also, how dose detectMultiScale pad the input image with parameter padding Size(32,32) dose it pad with zero? or just copy the margin pixel? or copy pixels with mirror approach?