[][src]Crate pico_detect

Re-exports

pub extern crate image;
pub extern crate nalgebra;

Structs

Detection

Object detection data.

Detector

Implements object detection using a cascade of decision tree classifiers.

ISimilarity2

Implements similarity using integer math for fast transformation

Localizer

Implements object localization using decision trees.

MultiScale

Multiscale detection for Detector.

Rect

A rectangular region of non-zero width and height.

RectPosition

Position of the top left of a rectangle. Only used when building a Rect.

Shaper

Implements object alignment using an ensemble of regression trees.