Crate rust_faces

Source

Modules§

priorboxes

Structs§

BlazeFace
BlazeFaceParams
Face
Face detection result.
FaceDetectorBuilder
Builder for loading or downloading, configuring, and creating face detectors.
InferParams
Inference parameters.
MtCnn
MtCnn face detector.
MtCnnParams
MtCnn parameters.
Nms
Non-maximum suppression.
Rect
Rectangle.

Enums§

FaceDetection
Provider
Runtime inference provider. Some may not be available depending of your Onnx runtime installation.
RustFacesError
Error type for RustFaces.

Traits§

FaceDetector
Face detector trait.
ToArray3
Uses this trait to convert an image to an ndarray::Array3. Note that conversion must keep HxWxC order.
ToRgb8

Type Aliases§

RustFacesResult