Package | Description |
---|---|
org.openimaj.image.feature.local.detector.dog.extractor | |
org.openimaj.image.feature.local.detector.ipd.extractor |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
FloatFV[] |
AbstractDominantOrientationExtractor.extractFeature(GradientScaleSpaceImageExtractorProperties<FImage> props)
Find the dominant orientations
|
FloatFV[] |
OrientationHistogramExtractor.extractFeature(GradientScaleSpaceImageExtractorProperties<FImage> props)
Extract the orientation histogram given the properties.
|
abstract float[] |
AbstractDominantOrientationExtractor.extractFeatureRaw(GradientScaleSpaceImageExtractorProperties<FImage> props)
Find the dominant orientations.
|
float[] |
DominantOrientationExtractor.extractFeatureRaw(GradientScaleSpaceImageExtractorProperties<FImage> properties)
Extract an orientation histogram and find the dominant orientations
by looking for peaks.
|
float[] |
OrientationHistogramExtractor.extractFeatureRaw(GradientScaleSpaceImageExtractorProperties<FImage> properties)
Extract the orientation histogram given the properties.
|
float[] |
NullOrientationExtractor.extractFeatureRaw(GradientScaleSpaceImageExtractorProperties<FImage> props) |
Modifier and Type | Method and Description |
---|---|
GradientScaleSpaceImageExtractorProperties<FImage> |
InterestPointGradientFeatureExtractor.getCurrentGradientProps(ScaleSpaceImageExtractorProperties<FImage> properties)
Get the GradientScaleSpaceImageExtractorProperties for the given
properties.
|