Re-exports§
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.