Interface | Description |
---|---|
GradientFeatureProvider |
Interface for classes capable of building local descriptors
from the gradient (magnitude and orientation) information in
an image patch.
|
GradientFeatureProviderFactory |
Interface for classes capable of producing new instances
of specific GradientFeatureProvider implementations.
|
Class | Description |
---|---|
IrregularBinningSIFTFeatureProvider |
Irregular binning SIFT descriptor based on this paper:
CuiHasThoSei09igSIFT.pdf
|
SIFTFeatureProvider |
An extractor for SIFT features.
|