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