ovl.detectors.haar_cascade_detector module

class ovl.detectors.haar_cascade_detector.HaarCascadeDetector(classifier: str)[source]

Bases: ovl.detectors.detector.Detector

A detector used to detect objects using haar cascade algorithim The Detector initializes using an xml file containing the descriptor

The Detector uses the underlying cv2.CascadeClassifier

For more information on

detect(image: numpy.ndarray, *args, **kwargs)[source]