Function rustface::create_detector
source · [−]pub fn create_detector(buf: &[u8]) -> Result<Box<dyn Detector>, Error>
Expand description
Create a face detector from model loaded to memory
pub fn create_detector(buf: &[u8]) -> Result<Box<dyn Detector>, Error>
Create a face detector from model loaded to memory