| Package | Description |
|---|---|
| org.openimaj.image.feature.local.detector.dog.collector |
| Modifier and Type | Class and Description |
|---|---|
class |
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. |
class |
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. |
class |
OctaveMinMaxKeypointCollector
Concrete implementation of an
AbstractOctaveLocalFeatureCollector
that collects MinMaxKeypoints with the feature vector provided by the
given feature extractor. |