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 ScaleSpaceImageExtractorProperties<IMAGE> |
ConcreteOctaveLocalFeatureCollector.extractionProperties |
protected ScaleSpaceImageExtractorProperties<FImage> |
OctaveMinMaxKeypointCollector.extractionProperties |
protected ScaleSpaceImageExtractorProperties<IMAGE> |
OctaveKeypointCollector.extractionProperties |
Modifier and Type | Method and Description |
---|---|
OrientedFeatureVector[] |
GradientFeatureExtractor.extractFeature(ScaleSpaceImageExtractorProperties<FImage> properties) |
OrientedFeatureVector[] |
ColourGradientFeatureExtractor.extractFeature(ScaleSpaceImageExtractorProperties<MBFImage> properties) |
GradientScaleSpaceImageExtractorProperties<FImage> |
GradientFeatureExtractor.getCurrentGradientProps(ScaleSpaceImageExtractorProperties<FImage> properties)
Get the GradientScaleSpaceImageExtractorProperties for the given
properties.
|
GradientScaleSpaceImageExtractorProperties<FImage> |
ColourGradientFeatureExtractor.getCurrentGradientProps(ScaleSpaceImageExtractorProperties<MBFImage> properties)
Get the GradientScaleSpaceImageExtractorProperties for the given
properties.
|
Modifier and Type | Method and Description |
---|---|
GradientScaleSpaceImageExtractorProperties<FImage> |
InterestPointGradientFeatureExtractor.getCurrentGradientProps(ScaleSpaceImageExtractorProperties<FImage> properties)
Get the GradientScaleSpaceImageExtractorProperties for the given
properties.
|
Modifier and Type | Class and Description |
---|---|
class |
InterestPointImageExtractorProperties<P,I extends Image<P,I> & SinglebandImageProcessor.Processable<Float,FImage,I>> |
Modifier and Type | Class and Description |
---|---|
class |
GradientScaleSpaceImageExtractorProperties<I extends Image<?,I> & SinglebandImageProcessor.Processable<Float,FImage,I>>
An extended
ScaleSpaceImageExtractorProperties that holds edge
responses in the form of gradient orientations and magnitudes. |