public class CircularInterestPointKeypoint extends InterestPointKeypoint<InterestPointData>
location
Constructor and Description |
---|
CircularInterestPointKeypoint(int length)
Construct with a feature vector of the given length
|
CircularInterestPointKeypoint(OrientedFeatureVector feature,
InterestPointData point)
Construct with the given feature and circle
|
Modifier and Type | Method and Description |
---|---|
InterestPointData |
createEmptyLocation() |
asciiHeader, binaryHeader, readASCII, readBinary, writeASCII, writeBinary
addGaussianNoise, clone, copy, copyFrom, equals, getDimensions, getFeatureVector, getLocation, getOrdinate, getRelativeKeypoints, getScale, getScaledKeypoints, getX, getY, hashCode, locationEquals, minus, setLocation, setOrdinate, setScale, setX, setY, toString, transform, translate, translate
public CircularInterestPointKeypoint(int length)
length
- the lengthpublic CircularInterestPointKeypoint(OrientedFeatureVector feature, InterestPointData point)
feature
- the featurepoint
- the support circlepublic InterestPointData createEmptyLocation()
createEmptyLocation
in class InterestPointKeypoint<InterestPointData>
InterestPointData
compatible with this
feature