pub trait FaceDetectorYNConst {
    fn as_raw_FaceDetectorYN(&self) -> *const c_void;
}
Expand description

DNN-based face detector

model download link: https://github.com/opencv/opencv_zoo/tree/master/models/face_detection_yunet

Required Methods

Implementors