| Class | Description |
|---|---|
| AbstractDenseSIFT<IMAGE extends Image<?,IMAGE>> |
Base class for implementations of a dense SIFT feature extractors.
|
| ApproximateDenseSIFT |
Implementation of an approximate dense SIFT feature extractor.
|
| ByteDSIFTKeypoint |
Dense SIFT keypoint with a location and byte feature vector.
|
| ColourDenseSIFT |
Implementation of colour dense-sift.
|
| DenseSIFT |
Implementation of a dense SIFT feature extractor for
FImages. |
| FloatDSIFTKeypoint |
Dense SIFT keypoint with a location and float feature vector.
|
| PyramidDenseSIFT<IMAGE extends Image<?,IMAGE> & SinglebandImageProcessor.Processable<Float,FImage,IMAGE>> |
A scale-space pyramid of dense SIFT for
FImages. |