Modules§
Structs§
- Blaze
Face - Blaze
Face Params - Face
- Face detection result.
- Face
Detector Builder - Builder for loading or downloading, configuring, and creating face detectors.
- Infer
Params - Inference parameters.
- MtCnn
- MtCnn face detector.
- MtCnn
Params - MtCnn parameters.
- Nms
- Non-maximum suppression.
- Rect
- Rectangle.
Enums§
- Face
Detection - Provider
- Runtime inference provider. Some may not be available depending of your Onnx runtime installation.
- Rust
Faces Error - Error type for RustFaces.
Traits§
- Face
Detector - Face detector trait.
- ToArray3
- Uses this trait to convert an image to an ndarray::Array3. Note that conversion must keep HxWxC order.
- ToRgb8