public class QuantisedAffineSimulationKeypoint extends QuantisedLocalFeature<AffineSimulationKeypoint.AffineSimulationKeypointLocation>
QuantisedLocalFeature with a location described by an
AffineSimulationKeypoint.AffineSimulationKeypointLocation. This can be used for representing
quantised local features extracted in combination with the ASIFT
algorithm.id, location| Constructor and Description |
|---|
QuantisedAffineSimulationKeypoint()
Construct an empty
QuantisedAffineSimulationKeypoint, located at
the origin with an id of 0. |
QuantisedAffineSimulationKeypoint(AffineSimulationKeypoint.AffineSimulationKeypointLocation location,
int id)
Construct a
QuantisedAffineSimulationKeypoint, located at the
given position and id. |
QuantisedAffineSimulationKeypoint(int id)
Construct a
QuantisedAffineSimulationKeypoint, located at the
origin with the given id. |
asciiHeader, binaryHeader, getFeatureVector, getLocation, readASCII, readBinary, writeASCII, writeBinarypublic QuantisedAffineSimulationKeypoint()
QuantisedAffineSimulationKeypoint, located at
the origin with an id of 0.public QuantisedAffineSimulationKeypoint(int id)
QuantisedAffineSimulationKeypoint, located at the
origin with the given id.id - the idpublic QuantisedAffineSimulationKeypoint(AffineSimulationKeypoint.AffineSimulationKeypointLocation location, int id)
QuantisedAffineSimulationKeypoint, located at the
given position and id.location - the positionid - the id