Modifier and Type | Class and Description |
---|---|
class |
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
LocalFeature s as they
are extracted from Octave s. |
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 LocalFeature s 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. |
Modifier and Type | Field and Description |
---|---|
protected EXTRACTOR |
AbstractOctaveLocalFeatureCollector.featureExtractor |
Modifier and Type | Interface and Description |
---|---|
interface |
ScaleSpaceFeatureExtractor<F extends FeatureVector,IMAGE extends Image<?,IMAGE> & SinglebandImageProcessor.Processable<Float,FImage,IMAGE>>
The ScaleSpaceImageExtractor interface describes a class capable of extracting
FeatureVector(s) from the information provided in a
ScaleSpaceImageExtractorProperties . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDominantOrientationExtractor
Abstract superclass for objects capable of finding the dominant
orientation of a point in scale-space.
|
class |
ColourGradientFeatureExtractor
Class capable of extracting local descriptors from a circular region in an
image defined by its scale and centre.
|
class |
DominantOrientationExtractor
Extract the dominant orientations of a scale-space interest point by
looking for peaks in its orientation histogram.
|
class |
GradientFeatureExtractor
Class capable of extracting local descriptors from a circular region in an
image defined by its scale and centre.
|
class |
NullOrientationExtractor
An orientation extractor that always returns 0.
|
class |
OrientationHistogramExtractor
Extract an orientation histogram about an interest point.
|
Modifier and Type | Class and Description |
---|---|
class |
InterestPointGradientFeatureExtractor
Class capable of extracting local descriptors from an interest point
InterestPointData from an interest point detector
InterestPointDetector . |