public class EllipticInterestPointData extends InterestPointData
| Modifier and Type | Field and Description |
|---|---|
Jama.Matrix |
transform |
scorescalex, y| Constructor and Description |
|---|
EllipticInterestPointData() |
| Modifier and Type | Method and Description |
|---|---|
EllipticInterestPointData |
clone() |
Ellipse |
getEllipse() |
Jama.Matrix |
getTransform() |
void |
readASCII(Scanner in)
Read internal state from in.
|
void |
readBinary(DataInput in)
Read internal state from in.
|
void |
setTransform(Jama.Matrix transform) |
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.
|
equalsasciiHeader, 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 Jama.Matrix transform
public EllipticInterestPointData()
public void setTransform(Jama.Matrix transform)
public Jama.Matrix getTransform()
getTransform in class InterestPointDatapublic Ellipse getEllipse()
getEllipse in class InterestPointDatapublic void writeBinary(DataOutput out) throws IOException
WriteableBinarywriteBinary in interface WriteableBinarywriteBinary in class InterestPointDataout - sink to write toIOException - an error writing to outpublic void writeASCII(PrintWriter out) throws IOException
WriteableASCIIwriteASCII in interface WriteableASCIIwriteASCII in class InterestPointDataout - sink to write toIOException - an error writing to outpublic void readBinary(DataInput in) throws IOException
ReadableBinaryreadBinary in interface ReadableBinaryreadBinary in class InterestPointDatain - source to read from.IOException - an error reading inputpublic void readASCII(Scanner in) throws IOException
ReadableASCIIreadASCII in interface ReadableASCIIreadASCII in class InterestPointDatain - source to read from.IOException - an error reading inputpublic EllipticInterestPointData clone()
clone in class InterestPointData