MATLAB File Help: cv.WBDetector/detect
Index
cv.WBDetector/detect
Detect objects on image using WaldBoost detector
[bboxes,confidences] = detector.detect(img)
Input
img
Input image for detection.
Output
bboxes
Bounding boxes coordinates.
confidences
Confidence values for bounding boxes.
Method Details
Access
public
Sealed
false
Static
false