Interface | Description |
---|---|
MultiScaleObjectDetector<IMAGE extends Image<?,IMAGE>,DETECTED_OBJECT> |
Interface describing a multi-scale object detector.
|
ObjectDetector<IMAGE extends Image<?,IMAGE>,DETECTED_OBJECT> |
Interface describing a basic object detector for images.
|
Class | Description |
---|---|
AbstractMultiScaleObjectDetector<IMAGE extends Image<?,IMAGE>,DETECTED_OBJECT> |
Abstract base class for implementations of
MultiScaleObjectDetector . |
FilteringObjectDetector<IMAGE extends Image<?,IMAGE>,DETECTED_OBJECT,FILTERED_OBJECT> | |
RotationSimulationObjectDetector<IMAGE extends Image<PIXEL,IMAGE> & SinglebandImageProcessor.Processable<Float,FImage,IMAGE>,PIXEL,DETECTED_OBJECT> |
An
ObjectDetector that wraps another ObjectDetector and
performs rotation simulations on the images it passes to the internal
detector. |
TransformedDetection<DETECTED_OBJECT> |
An object detection with an associated transform that maps the detection
shape to the image.
|