| Package | Description |
|---|---|
| org.openimaj.image.feature.local.detector.ipd.collector | |
| org.openimaj.image.feature.local.engine.ipd |
| Modifier and Type | Field and Description |
|---|---|
protected InterestPointGradientFeatureExtractor |
InterestPointFeatureCollector.extractor |
| Constructor and Description |
|---|
AffineInterestPointFeatureCollector(InterestPointGradientFeatureExtractor extractor) |
CircularInterestPointFeatureCollector(InterestPointGradientFeatureExtractor extractor) |
InterestPointFeatureCollector(InterestPointGradientFeatureExtractor extractor)
Initialise the collector with a memory local feature list types on
InterestPointKeypoint |
| Modifier and Type | Method and Description |
|---|---|
abstract InterestPointFeatureCollector<T> |
AbstractIPDSIFTEngine.constructCollector(InterestPointGradientFeatureExtractor extractor)
Given an extractor, construct an
InterestPointFeatureCollector |
InterestPointFeatureCollector<InterestPointData> |
IPDSIFTEngine.constructCollector(InterestPointGradientFeatureExtractor extractor) |
InterestPointFeatureCollector<EllipticInterestPointData> |
EllipticIPDSIFTEngine.constructCollector(InterestPointGradientFeatureExtractor extractor) |