| Package | Description |
|---|---|
| org.openimaj.image.feature.dense.gradient.dsift |
| Modifier and Type | Method and Description |
|---|---|
LocalFeatureList<ByteDSIFTKeypoint> |
DenseSIFT.getByteKeypoints() |
LocalFeatureList<ByteDSIFTKeypoint> |
ColourDenseSIFT.getByteKeypoints() |
LocalFeatureList<ByteDSIFTKeypoint> |
PyramidDenseSIFT.getByteKeypoints() |
abstract LocalFeatureList<ByteDSIFTKeypoint> |
AbstractDenseSIFT.getByteKeypoints()
Get the SIFT descriptors from the previous call to
AbstractDenseSIFT.analyseImage(Image) or AbstractDenseSIFT.analyseImage(Image, Rectangle)
in the form of a list of local features with byte vectors. |
LocalFeatureList<ByteDSIFTKeypoint> |
DenseSIFT.getByteKeypoints(float energyThreshold) |
LocalFeatureList<ByteDSIFTKeypoint> |
ColourDenseSIFT.getByteKeypoints(float energyThreshold) |
LocalFeatureList<ByteDSIFTKeypoint> |
PyramidDenseSIFT.getByteKeypoints(float energyThreshold) |
abstract LocalFeatureList<ByteDSIFTKeypoint> |
AbstractDenseSIFT.getByteKeypoints(float energyThreshold)
Get the SIFT descriptors from the previous call to
AbstractDenseSIFT.analyseImage(Image) or AbstractDenseSIFT.analyseImage(Image, Rectangle)
in the form of a list of local features with byte vectors. |
List<org.openimaj.util.pair.IntObjectPair<LocalFeatureList<ByteDSIFTKeypoint>>> |
PyramidDenseSIFT.getByteKeypointsGrouped()
Get the SIFT descriptors from the previous call to
AbstractDenseSIFT.analyseImage(Image) or PyramidDenseSIFT.analyseImage(Image, Rectangle)
in the form of a list of local features with byte vectors. |
List<org.openimaj.util.pair.IntObjectPair<LocalFeatureList<ByteDSIFTKeypoint>>> |
PyramidDenseSIFT.getByteKeypointsGrouped(float energyThreshold)
Get the SIFT descriptors from the previous call to
AbstractDenseSIFT.analyseImage(Image) or PyramidDenseSIFT.analyseImage(Image, Rectangle)
in the form of a list of local features with byte vectors. |