| detect (cv.DPMDetector) - MATLAB File Help |
Detects objects
objects = detector.detect(img)
[x,y,w,h] of the objectFind rectangular regions in the given image that are likely to contain objects of loaded classes (models) and corresponding confidence levels.
| Access | public |
| Sealed | false |
| Static | false |