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.
|
Modifier and Type | Method and Description |
---|---|
DenseSIFT |
DenseSIFT.clone() |
Constructor and Description |
---|
ColourDenseSIFT(DenseSIFT dsift,
ColourSpace colourSpace)
Construct with the given internal
DenseSIFT extractor to apply to
each band of the image created by converting the input to
#analyseImage(MBFImage) or
ColourDenseSIFT.analyseImage(MBFImage, Rectangle) to the given
ColourSpace . |