HOGDescriptor::detectMultiScale parameters
Can someone tell me the parameter win_stride
and padding
parameters?
I see the parameter block_stride
in the constructor. Is it the same as win_stride
in the detect* functions? If so, why this duplicate parameter?
I could not find win_stride
in the HOG literature. Probably I missed it; it will be nice if someone can explain briefly or point to a source.