pub fn detect_faces(
    detector: &mut dyn Detector,
    img: DynamicImage
) -> Vec<FaceInfo>
Expand description

detect face bounding boxes