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

Checks the size of the detector is valid

tf = hog.checkDetectorSize()

Output

The detector is considered valid if the coefficients vector is either empty or has length matching hog.getDescriptorSize() or hog.getDescriptorSize()+1.

See also
Method Details
Access public
Sealed false
Static false