public class AffineInterestPointKeypoint extends InterestPointKeypoint<EllipticInterestPointData>
location| Constructor and Description |
|---|
AffineInterestPointKeypoint(OrientedFeatureVector feature,
EllipticInterestPointData point)
Construct with the given feature and location/transform
|
| Modifier and Type | Method and Description |
|---|---|
EllipticInterestPointData |
createEmptyLocation() |
asciiHeader, binaryHeader, readASCII, readBinary, writeASCII, writeBinaryaddGaussianNoise, clone, copy, copyFrom, equals, getDimensions, getFeatureVector, getLocation, getOrdinate, getRelativeKeypoints, getScale, getScaledKeypoints, getX, getY, hashCode, locationEquals, minus, setLocation, setOrdinate, setScale, setX, setY, toString, transform, translate, translatepublic AffineInterestPointKeypoint(OrientedFeatureVector feature, EllipticInterestPointData point)
feature - the featurepoint - the location and shapepublic EllipticInterestPointData createEmptyLocation()
createEmptyLocation in class InterestPointKeypoint<EllipticInterestPointData>InterestPointData compatible with this
feature