Package | Description |
---|---|
org.openimaj.image.feature.dense.gradient.dsift |
Modifier and Type | Class and Description |
---|---|
class |
ApproximateDenseSIFT
Implementation of an approximate dense SIFT feature extractor.
|
class |
ColourDenseSIFT
Implementation of colour dense-sift.
|
class |
DenseSIFT
Implementation of a dense SIFT feature extractor for
FImage s. |
class |
PyramidDenseSIFT<IMAGE extends Image<?,IMAGE> & SinglebandImageProcessor.Processable<Float,FImage,IMAGE>>
A scale-space pyramid of dense SIFT for
FImage s. |
Modifier and Type | Method and Description |
---|---|
AbstractDenseSIFT<IMAGE> |
AbstractDenseSIFT.clone() |
Constructor and Description |
---|
PyramidDenseSIFT(AbstractDenseSIFT<IMAGE> dsift,
float magFactor,
int... sizes)
Construct the pyramid dense sift extractor.
|