Modifier and Type | Method and Description |
---|---|
OrientedFeatureVector |
IrregularBinningSIFTFeatureProvider.getFeatureVector() |
OrientedFeatureVector |
GradientFeatureProvider.getFeatureVector() |
OrientedFeatureVector |
SIFTFeatureProvider.getFeatureVector() |
Constructor and Description |
---|
OctaveKeypointCollector(ScaleSpaceFeatureExtractor<OrientedFeatureVector,IMAGE> featureExtractor)
Construct with the given feature extractor.
|
Modifier and Type | Method and Description |
---|---|
protected OrientedFeatureVector |
ColourGradientFeatureExtractor.createFeature(float orientation) |
protected OrientedFeatureVector |
GradientFeatureExtractor.createFeature(float orientation) |
OrientedFeatureVector[] |
GradientFeatureExtractor.extractFeature(ScaleSpaceImageExtractorProperties<FImage> properties) |
OrientedFeatureVector[] |
ColourGradientFeatureExtractor.extractFeature(ScaleSpaceImageExtractorProperties<MBFImage> properties) |
Constructor and Description |
---|
AffineInterestPointKeypoint(OrientedFeatureVector feature,
EllipticInterestPointData point)
Construct with the given feature and location/transform
|
CircularInterestPointKeypoint(OrientedFeatureVector feature,
InterestPointData point)
Construct with the given feature and circle
|
Modifier and Type | Method and Description |
---|---|
protected OrientedFeatureVector |
InterestPointGradientFeatureExtractor.createFeature(InterestPointImageExtractorProperties<Float,FImage> properties,
float orientation) |
OrientedFeatureVector[] |
InterestPointGradientFeatureExtractor.extractFeature(InterestPointImageExtractorProperties<Float,FImage> properties) |
Constructor and Description |
---|
InterestPointKeypoint(OrientedFeatureVector featureVector,
T point) |