| Package | Description |
|---|---|
| org.openimaj.feature.local | |
| org.openimaj.image.feature.dense.gradient.dsift | |
| org.openimaj.image.feature.local.affine | |
| org.openimaj.image.feature.local.aggregate |
Implementations of techniques that aggregate the local descriptors
of an image into a single (typically fixed length) vector
representation.
|
| org.openimaj.image.feature.local.interest | |
| org.openimaj.image.feature.local.keypoints |
| Modifier and Type | Class and Description |
|---|---|
class |
ScaleSpaceLocation
ScaleSpaceLocation represents a
Location in scale-space. |
| Modifier and Type | Method and Description |
|---|---|
SpatialLocation |
SpatialLocation.clone() |
| Modifier and Type | Class and Description |
|---|---|
class |
ByteDSIFTKeypoint
Dense SIFT keypoint with a location and byte feature vector.
|
class |
FloatDSIFTKeypoint
Dense SIFT keypoint with a location and float feature vector.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AffineSimulationKeypoint.AffineSimulationKeypointLocation
A
KeypointLocation extended to hold a rotation, tilt and index
corresponding to an affine simulation. |
| Modifier and Type | Method and Description |
|---|---|
AGGREGATE |
BlockSpatialAggregator.aggregate(List<? extends LocalFeature<? extends SpatialLocation,? extends ArrayFeatureVector<T>>> features,
Rectangle bounds) |
AGGREGATE |
PyramidSpatialAggregator.aggregate(List<? extends LocalFeature<? extends SpatialLocation,? extends ArrayFeatureVector<T>>> features,
Rectangle bounds) |
| Modifier and Type | Class and Description |
|---|---|
class |
EllipticInterestPointData |
class |
InterestPointData |
| Modifier and Type | Class and Description |
|---|---|
class |
KeypointLocation
The location of a
Keypoint. |
static class |
MinMaxKeypoint.MinMaxKeypointLocation
The location of a
MinMaxKeypoint. |
class |
SIFTGeoKeypoint.SIFTGeoLocation
The location of a
SIFTGeoKeypoint. |