An abstract class representing a face detector. Any other face detection implementation must subclass it. All subclasses must implement ``detect_from_image``, that return a list of detected bounding boxes. Optionally, for speed considerations detect from path is recommended.
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected