Crate rustface [] [src]

Reexports

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

Modules

model

Structs

FaceInfo
ImageData

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.