public class InterestPointData extends ScaleSpaceLocation
Modifier and Type | Field and Description |
---|---|
float |
score |
scale
x, 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, setScale
copy, copyFrom, createRandomPoint, createRandomPoint, fromDoubleArray, getX, getY, hashCode, minus, setOrdinate, setX, setY, toString, transform, translate, translate
finalize, getClass, notify, notifyAll, wait, wait, wait
copy, copyFrom, getX, getY, minus, setX, setY, transform, translate, translate
setOrdinate
public float score
public InterestPointData()
public InterestPointData clone()
clone
in class ScaleSpaceLocation
public boolean equals(Object other)
equals
in class Point2dImpl
public Ellipse getEllipse()
public Jama.Matrix getTransform()
public void writeBinary(DataOutput out) throws IOException
WriteableBinary
writeBinary
in interface WriteableBinary
writeBinary
in class ScaleSpaceLocation
out
- sink to write toIOException
- an error writing to outpublic void writeASCII(PrintWriter out) throws IOException
WriteableASCII
writeASCII
in interface WriteableASCII
writeASCII
in class ScaleSpaceLocation
out
- sink to write toIOException
- an error writing to outpublic void readBinary(DataInput in) throws IOException
ReadableBinary
readBinary
in interface ReadableBinary
readBinary
in class ScaleSpaceLocation
in
- source to read from.IOException
- an error reading inputpublic void readASCII(Scanner in) throws IOException
ReadableASCII
readASCII
in interface ReadableASCII
readASCII
in class ScaleSpaceLocation
in
- source to read from.IOException
- an error reading input