Interface | Description |
---|---|
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 . |
Class | Description |
---|---|
AbstractDominantOrientationExtractor |
Abstract superclass for objects capable of finding the dominant
orientation of a point in scale-space.
|
ColourGradientFeatureExtractor |
Class capable of extracting local descriptors from a circular region in an
image defined by its scale and centre.
|
DominantOrientationExtractor |
Extract the dominant orientations of a scale-space interest point by
looking for peaks in its orientation histogram.
|
GradientFeatureExtractor |
Class capable of extracting local descriptors from a circular region in an
image defined by its scale and centre.
|
NullOrientationExtractor |
An orientation extractor that always returns 0.
|
OrientationHistogramExtractor |
Extract an orientation histogram about an interest point.
|