public class SIFTGeoKeypoint.SIFTGeoLocation extends KeypointLocation
SIFTGeoKeypoint.| Modifier and Type | Field and Description |
|---|---|
Jama.Matrix |
affine
affine parameters of the interest point
|
float |
cornerness
The saliency of the interest point
|
orientationscalex, y| Constructor and Description |
|---|
SIFTGeoLocation()
Default constructor.
|
SIFTGeoLocation(float x,
float y,
float orientation,
float scale,
float cornerness,
Jama.Matrix affine)
Construct with the given parameters
|
| Modifier and Type | Method and Description |
|---|---|
String |
asciiHeader() |
byte[] |
binaryHeader() |
Float |
getOrdinate(int dimension) |
void |
readASCII(Scanner in) |
void |
readBinary(DataInput in) |
void |
writeASCII(PrintWriter out) |
void |
writeBinary(DataOutput out) |
getDimensionsclone, 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 float cornerness
public Jama.Matrix affine
public SIFTGeoLocation(float x, float y, float orientation, float scale, float cornerness, Jama.Matrix affine)
x - x-ordinate of featurey - y-ordinate of featurescale - scale of featureorientation - orientation of featurecornerness - the saliency of the interest pointaffine - affine parameterspublic SIFTGeoLocation()
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 KeypointLocationIOExceptionpublic byte[] binaryHeader()
binaryHeader in interface ReadableBinarybinaryHeader in interface WriteableBinarybinaryHeader in class KeypointLocationpublic String asciiHeader()
asciiHeader in interface ReadableASCIIasciiHeader in interface WriteableASCIIasciiHeader in class KeypointLocationpublic Float getOrdinate(int dimension)
getOrdinate in interface CoordinategetOrdinate in class KeypointLocation