Package | Description |
---|---|
org.openimaj.image.feature.local.affine | |
org.openimaj.image.feature.local.keypoints | |
org.openimaj.image.feature.local.keypoints.quantised |
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 |
---|---|
void |
AffineSimulationKeypoint.setLocation(KeypointLocation location) |
Modifier and Type | Class and Description |
---|---|
static class |
MinMaxKeypoint.MinMaxKeypointLocation
The location of a
MinMaxKeypoint . |
class |
SIFTGeoKeypoint.SIFTGeoLocation
The location of a
SIFTGeoKeypoint . |
Modifier and Type | Method and Description |
---|---|
KeypointLocation |
FloatKeypoint.getLocation() |
KeypointLocation |
Keypoint.getLocation() |
Modifier and Type | Method and Description |
---|---|
void |
FloatKeypoint.setLocation(KeypointLocation location)
Set the location of this
FloatKeypoint |
void |
Keypoint.setLocation(KeypointLocation location)
Set the location of this
Keypoint |
void |
MinMaxKeypoint.setLocation(KeypointLocation location) |
Constructor and Description |
---|
QuantisedKeypoint(KeypointLocation loc)
Construct a
QuantisedKeypoint , located at the given position with
an id of 0. |
QuantisedKeypoint(KeypointLocation loc,
int id)
Construct a
QuantisedKeypoint , located at the given position and
id. |