checkDetectorSize (cv.HOGDescriptor) - MATLAB File Help
cv.HOGDescriptor/checkDetectorSize

Checks the size of the detector is valid

tf = hog.checkDetectorSize()

Output

Checks if detector size equal to descriptor size.

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