Crate pico_detect[][src]

Re-exports

pub extern crate image;
pub extern crate nalgebra;

Structs

Object detection data.

Implements object detection using a cascade of decision tree classifiers.

Implements similarity using integer math for fast transformation

Implements object localization using decision trees.

Multiscale detection for Detector.

A rectangular region of non-zero width and height.

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

Implements object alignment using an ensemble of regression trees.