| Interface | Description |
|---|---|
| Collector<OCTAVE extends Octave<?,?,IMAGE>,FEATURE extends LocalFeature<?,?>,IMAGE extends Image<?,IMAGE> & SinglebandImageProcessor.Processable<Float,FImage,IMAGE>> |
| Class | Description |
|---|---|
| AbstractOctaveLocalFeatureCollector<OCTAVE extends Octave<?,?,IMAGE>,EXTRACTOR extends FeatureVectorExtractor<?,ScaleSpaceImageExtractorProperties<IMAGE>>,FEATURE extends LocalFeature<?,?>,IMAGE extends Image<?,IMAGE> & SinglebandImageProcessor.Processable<Float,FImage,IMAGE>> |
Abstract base class for objects that collate
LocalFeatures as they
are extracted from Octaves. |
| ConcreteOctaveLocalFeatureCollector<OCTAVE extends Octave<?,?,IMAGE>,FE extends FeatureVectorExtractor<?,ScaleSpaceImageExtractorProperties<IMAGE>>,IMAGE extends Image<?,IMAGE> & SinglebandImageProcessor.Processable<Float,FImage,IMAGE>> |
Concrete implementation of an
AbstractOctaveLocalFeatureCollector
that collects LocalFeatures in the form of LocalFeatureImpl
with the feature vector provided by the given feature extractor, and the
Location provided by a ScaleSpaceLocation with an x, y and
scale coordinates. |
| OctaveKeypointCollector<IMAGE extends Image<?,IMAGE> & SinglebandImageProcessor.Processable<Float,FImage,IMAGE>> |
Concrete implementation of an
AbstractOctaveLocalFeatureCollector
that collects Keypoints with the feature vector provided by the
given feature extractor. |
| OctaveMinMaxKeypointCollector |
Concrete implementation of an
AbstractOctaveLocalFeatureCollector
that collects MinMaxKeypoints with the feature vector provided by the
given feature extractor. |