Package | Description |
---|---|
org.openimaj.image.objectdetection | |
org.openimaj.image.objectdetection.haar | |
org.openimaj.image.objectdetection.hog |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMultiScaleObjectDetector<IMAGE extends Image<?,IMAGE>,DETECTED_OBJECT>
Abstract base class for implementations of
MultiScaleObjectDetector . |
Modifier and Type | Class and Description |
---|---|
class |
Detector
Basic, single-threaded multi-scale Haar cascade/tree object detector.
|
class |
MultiThreadedDetector
Multi-threaded version of the
Detector . |
Modifier and Type | Class and Description |
---|---|
class |
HOGDetector |