| Package | Description |
|---|---|
| org.openimaj.image.feature.dense.gradient.dsift |
| Modifier and Type | Method and Description |
|---|---|
LocalFeatureList<FloatDSIFTKeypoint> |
DenseSIFT.getFloatKeypoints() |
LocalFeatureList<FloatDSIFTKeypoint> |
ColourDenseSIFT.getFloatKeypoints() |
LocalFeatureList<FloatDSIFTKeypoint> |
PyramidDenseSIFT.getFloatKeypoints() |
abstract LocalFeatureList<FloatDSIFTKeypoint> |
AbstractDenseSIFT.getFloatKeypoints()
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 float vectors. |
LocalFeatureList<FloatDSIFTKeypoint> |
DenseSIFT.getFloatKeypoints(float energyThreshold) |
LocalFeatureList<FloatDSIFTKeypoint> |
ColourDenseSIFT.getFloatKeypoints(float energyThreshold) |
LocalFeatureList<FloatDSIFTKeypoint> |
PyramidDenseSIFT.getFloatKeypoints(float energyThreshold) |
abstract LocalFeatureList<FloatDSIFTKeypoint> |
AbstractDenseSIFT.getFloatKeypoints(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 float vectors. |
List<org.openimaj.util.pair.IntObjectPair<LocalFeatureList<FloatDSIFTKeypoint>>> |
PyramidDenseSIFT.getFloatKeypointsGrouped()
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 float vectors. |
List<org.openimaj.util.pair.IntObjectPair<LocalFeatureList<FloatDSIFTKeypoint>>> |
PyramidDenseSIFT.getFloatKeypointsGrouped(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 float vectors. |