Function rustface::create_detector[][src]

pub fn create_detector(path_to_model: &str) -> Result<Box<dyn Detector>, Error>
Expand description

Create a face detector, based on a file with model description.