public static class MinMaxKeypoint.MinMaxKeypointLocation extends KeypointLocation
MinMaxKeypoint.| Modifier and Type | Field and Description |
|---|---|
boolean |
isMaxima
Was the keypoint detected at a maxima?
|
orientationscalex, y| Constructor and Description |
|---|
MinMaxKeypointLocation(float x,
float y,
float ori,
float scale,
boolean isMaxima)
Construct with the given parameters
|
| Modifier and Type | Method and Description |
|---|---|
void |
readASCII(Scanner in) |
void |
readBinary(DataInput in) |
void |
writeASCII(PrintWriter out) |
void |
writeBinary(DataOutput out) |
asciiHeader, binaryHeader, getDimensions, getOrdinateclone, getScale, setScalecopy, copyFrom, createRandomPoint, createRandomPoint, equals, fromDoubleArray, getX, getY, hashCode, minus, setOrdinate, setX, setY, toString, transform, translate, translatefinalize, getClass, notify, notifyAll, wait, wait, waitcopy, copyFrom, getX, getY, minus, setX, setY, transform, translate, translatesetOrdinatepublic boolean isMaxima
public MinMaxKeypointLocation(float x, float y, float ori, float scale, boolean isMaxima)
x - x-ordinate of featurey - y-ordinate of featurescale - scale of featureori - orientation of featureisMaxima - was the detection at a maxima?public void writeBinary(DataOutput out) throws IOException
writeBinary in interface WriteableBinarywriteBinary in class KeypointLocationIOExceptionpublic void writeASCII(PrintWriter out) throws IOException
writeASCII in interface WriteableASCIIwriteASCII in class KeypointLocationIOExceptionpublic void readBinary(DataInput in) throws IOException
readBinary in interface ReadableBinaryreadBinary in class KeypointLocationIOExceptionpublic void readASCII(Scanner in) throws IOException
readASCII in interface ReadableASCIIreadASCII in class KeypointLocationIOException