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
Utility for running multiscale detection with clustering and padding using Detector.
DetectMultiscaleBuilder
Builder for DetectMultiscale.
Detection
Object detection data.
Detector
Implements object detection using a cascade of decision tree classifiers.
LocalizePerturbate
Implements object localization with perturbation.
Localizer
Implements object localization using decision trees.
Padding
Padding around a rectangular region.
Shaper
Implements object alignment using an ensemble of regression trees.
Square
Represents a square region in an image with a left, top coordinates and size.
Target
Represents a target region in an image with a center point and size.

Enums§

DetectMultiscaleBuilderError
Error type for DetectMultiscaleBuilder

Traits§

Region
A trait defining a rectangular region with methods to access its properties.