public class IPDSIFTEngine extends AbstractIPDSIFTEngine<InterestPointData>
InterestPointData| Constructor and Description |
|---|
IPDSIFTEngine(MultiscaleInterestPointDetector<InterestPointData> detector) |
| Modifier and Type | Method and Description |
|---|---|
InterestPointFeatureCollector<InterestPointData> |
constructCollector(InterestPointGradientFeatureExtractor extractor)
Given an extractor, construct an
InterestPointFeatureCollector |
findFeatures, getFinderMode, setAcrossScales, setFinderMode, setSelectionModepublic IPDSIFTEngine(MultiscaleInterestPointDetector<InterestPointData> detector)
detector - The underlying detector of the enginepublic InterestPointFeatureCollector<InterestPointData> constructCollector(InterestPointGradientFeatureExtractor extractor)
AbstractIPDSIFTEngineInterestPointFeatureCollectorconstructCollector in class AbstractIPDSIFTEngine<InterestPointData>