detect (cv.HOGDescriptor) - MATLAB File Help |
Performs object detection without a multi-scale window
[pts, weights] = hog.detect(im)
[...] = hog.detect(im, 'OptionName', 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],...}
of
requested locations at which detector is evaluated. 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 |