MATLAB File Help: cv.HOGDescriptor/detectMultiScale Index
cv.HOGDescriptor/detectMultiScale

Performs object detection with a multi-scale window

[rcts, weights] = hog.detectMultiScale(im)
[...] = hog.detectMultiScale(im, 'Option', optionValue, ...)

Input

Output

Options

SvmDetector should be set before calling this method.

The image is repeatedly scaled down by the specified Scale factor, as long as it remains larger than hog.WinSize or until a maximum of hog.NLevels levels is built. The resized images are then searched with a sliding window to detect objects similar to the cv.HOGDescriptor.detect method (this method is parallelized). Finally the found rectangles are grouped and clipped against the image size.

See also
Method Details
Access public
Sealed false
Static false