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, setSelectionMode
public IPDSIFTEngine(MultiscaleInterestPointDetector<InterestPointData> detector)
detector
- The underlying detector of the enginepublic InterestPointFeatureCollector<InterestPointData> constructCollector(InterestPointGradientFeatureExtractor extractor)
AbstractIPDSIFTEngine
InterestPointFeatureCollector
constructCollector
in class AbstractIPDSIFTEngine<InterestPointData>