MATLAB File Help: cv.HOGDescriptor/detect | Index |
Performs object detection without a multi-scale window
[pts, weights] = hog.detect(im)
[...] = hog.detect(im, 'Option', optionValue, ...)
{[x,y], ...}
. The width and height of boundaries are
specified by the WinSize
parameter.[w,h]
. It must be a multiple of
block stride. Not set by default in which case it uses
CellSize
.[w,h]
. default [0,0]{[x,y],...}
at
which detector is executed. Not set by default, in which
case the whole image is searched with a sliding window.SvmDetector
should be set before calling this method.
Access | public |
Sealed | false |
Static | false |