| checkDetectorSize (cv.HOGDescriptor) - MATLAB File Help |
Checks the size of the detector is valid
tf = hog.checkDetectorSize()
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.
| Access | public |
| Sealed | false |
| Static | false |