Crate pico_detect

Source

Re-exports§

pub extern crate image;
pub extern crate imageproc;
pub extern crate nalgebra;
pub extern crate rand;

Modules§

clusterize
multiscale
perturbate

Structs§

DetectMultiscale
DetectMultiscaleBuilder
Builder for DetectMultiscale.
Detection
Object detection data.
Detector
Implements object detection using a cascade of decision tree classifiers.
LocalizePerturbate
Localizer
Implements object localization using decision trees.
Padding
Shaper
Implements object alignment using an ensemble of regression trees.
Square
Target

Enums§

DetectMultiscaleBuilderError
Error type for DetectMultiscaleBuilder

Traits§

Region