Crate rustface

Source

Re-exports§

pub use crate::model::load_model;
pub use crate::model::read_model;
pub use crate::model::Model;

Modules§

math
model

Structs§

FaceInfo
ImageData
Rectangle

Traits§

Detector

Functions§

create_detector
Create a face detector, based on a file with model description.
create_detector_with_model
Create a face detector, based on the provided model.