| Class | Description |
|---|---|
| AbstractDenseSIFT<IMAGE extends org.openimaj.image.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 org.openimaj.image.Image<?,IMAGE> & org.openimaj.image.processor.SinglebandImageProcessor.Processable<Float,org.openimaj.image.FImage,IMAGE>> |
A scale-space pyramid of dense SIFT for
FImages. |