Package | Description |
---|---|
org.openimaj.image.feature.dense.gradient.dsift | |
org.openimaj.util.pair |
Modifier and Type | Method and Description |
---|---|
List<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<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. |
List<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<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. |
Modifier and Type | Method and Description |
---|---|
static <Q> IntObjectPair<Q> |
IntObjectPair.pair(int t,
Q q)
Create a pair from the given objects.
|
Modifier and Type | Method and Description |
---|---|
static <Q> gnu.trove.list.array.TIntArrayList |
IntObjectPair.getFirst(Iterable<IntObjectPair<Q>> data)
Extract the first objects from a list of pairs.
|
static <Q> List<Q> |
IntObjectPair.getSecond(Iterable<IntObjectPair<Q>> data)
Extract the second objects from a list of pairs.
|