Re-exports§
pub extern crate image;pub extern crate imageproc;pub extern crate nalgebra;pub extern crate pixelutil_image;pub extern crate rand;
Modules§
Structs§
- Detect
Multiscale  - Utility for running multiscale detection with clustering and padding
using 
Detector. - Detect
Multiscale Builder  - Builder for 
DetectMultiscale. - Detection
 - Object detection data.
 - Detector
 - Implements object detection using a cascade of decision tree classifiers.
 - Localize
Perturbate  - 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§
- Detect
Multiscale Builder Error  - Error type for DetectMultiscaleBuilder
 
Traits§
- Region
 - A trait defining a rectangular region with methods to access its properties.