Crate rust_faces
source ·Modules
Structs
- Face detection result.
- Builder for loading or downloading, configuring, and creating face detectors.
- Inference parameters.
- MtCnn face detector.
- MtCnn parameters.
- Non-maximum suppression.
- Rectangle.
Enums
- Runtime inference provider. Some may not be available depending of your Onnx runtime installation.
- Error type for RustFaces.
Traits
- Face detector trait.
- Uses this trait to convert an image to an ndarray::Array3. Note that conversion must keep HxWxC order.