| Interface | Description |
|---|---|
| MultiScaleObjectDetector<IMAGE extends org.openimaj.image.Image<?,IMAGE>,DETECTED_OBJECT> |
Interface describing a multi-scale object detector.
|
| ObjectDetector<IMAGE extends org.openimaj.image.Image<?,IMAGE>,DETECTED_OBJECT> |
Interface describing a basic object detector for images.
|
| Class | Description |
|---|---|
| AbstractMultiScaleObjectDetector<IMAGE extends org.openimaj.image.Image<?,IMAGE>,DETECTED_OBJECT> |
Abstract base class for implementations of
MultiScaleObjectDetector. |
| FilteringObjectDetector<IMAGE extends org.openimaj.image.Image<?,IMAGE>,DETECTED_OBJECT,FILTERED_OBJECT> | |
| RotationSimulationObjectDetector<IMAGE extends org.openimaj.image.Image<PIXEL,IMAGE> & org.openimaj.image.processor.SinglebandImageProcessor.Processable<Float,org.openimaj.image.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.
|