public class InterestPointData extends ScaleSpaceLocation
| Modifier and Type | Field and Description |
|---|---|
float |
score |
scalex, y| Constructor and Description |
|---|
InterestPointData() |
| Modifier and Type | Method and Description |
|---|---|
InterestPointData |
clone() |
boolean |
equals(Object other) |
Ellipse |
getEllipse() |
Jama.Matrix |
getTransform() |
void |
readASCII(Scanner in)
Read internal state from in.
|
void |
readBinary(DataInput in)
Read internal state from in.
|
void |
writeASCII(PrintWriter out)
Write the content of this as ascii to out.
|
void |
writeBinary(DataOutput out)
Write the content of this as binary to out.
|
asciiHeader, binaryHeader, getDimensions, getOrdinate, getScale, setScalecopy, copyFrom, createRandomPoint, createRandomPoint, 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 float score
public InterestPointData()
public InterestPointData clone()
clone in class ScaleSpaceLocationpublic boolean equals(Object other)
equals in class Point2dImplpublic Ellipse getEllipse()
public Jama.Matrix getTransform()
public void writeBinary(DataOutput out) throws IOException
WriteableBinarywriteBinary in interface WriteableBinarywriteBinary in class ScaleSpaceLocationout - sink to write toIOException - an error writing to outpublic void writeASCII(PrintWriter out) throws IOException
WriteableASCIIwriteASCII in interface WriteableASCIIwriteASCII in class ScaleSpaceLocationout - sink to write toIOException - an error writing to outpublic void readBinary(DataInput in) throws IOException
ReadableBinaryreadBinary in interface ReadableBinaryreadBinary in class ScaleSpaceLocationin - source to read from.IOException - an error reading inputpublic void readASCII(Scanner in) throws IOException
ReadableASCIIreadASCII in interface ReadableASCIIreadASCII in class ScaleSpaceLocationin - source to read from.IOException - an error reading input