MATLAB File Help: cv.HOGDescriptor/checkDetectorSize | Index |
Checks the size of the detector is valid
tf = hog.checkDetectorSize()
The detector is considered valid if the coefficients vector is
either empty or has length matching hog.getDescriptorSize()
or
hog.getDescriptorSize()+1
.
Access | public |
Sealed | false |
Static | false |