Package | Description |
---|---|
org.openimaj.image.feature.local.keypoints |
Modifier and Type | Method and Description |
---|---|
FloatKeypoint |
FloatKeypoint.clone() |
FloatKeypoint |
FloatKeypoint.transform(Jama.Matrix transform) |
Modifier and Type | Method and Description |
---|---|
static MemoryLocalFeatureList<FloatKeypoint> |
FloatKeypoint.convert(List<? extends Keypoint> keys)
Convert a list of
Keypoint s to FloatKeypoint s. |
Constructor and Description |
---|
FloatKeypoint(FloatKeypoint k)
Construct by copying from another
FloatKeypoint |