public abstract class AbstractDominantOrientationExtractor extends Object implements FeatureVectorExtractor<FloatFV,GradientScaleSpaceImageExtractorProperties<FImage>>
| Constructor and Description |
|---|
AbstractDominantOrientationExtractor() |
| Modifier and Type | Method and Description |
|---|---|
FloatFV[] |
extractFeature(GradientScaleSpaceImageExtractorProperties<FImage> props)
Find the dominant orientations
|
abstract float[] |
extractFeatureRaw(GradientScaleSpaceImageExtractorProperties<FImage> props)
Find the dominant orientations.
|
public AbstractDominantOrientationExtractor()
public FloatFV[] extractFeature(GradientScaleSpaceImageExtractorProperties<FImage> props)
extractFeature in interface FeatureVectorExtractor<FloatFV,GradientScaleSpaceImageExtractorProperties<FImage>>props - Properties describing the interest point in scale space.public abstract float[] extractFeatureRaw(GradientScaleSpaceImageExtractorProperties<FImage> props)
props - Properties describing the interest point in scale space.