Package | Description |
---|---|
org.openimaj.image.feature.local.keypoints |
Modifier and Type | Method and Description |
---|---|
static LocalFeatureList<SIFTGeoKeypoint> |
SIFTGeoKeypoint.read(DataInputStream stream)
Read .siftgeo file from a stream.
|
static LocalFeatureList<SIFTGeoKeypoint> |
SIFTGeoKeypoint.read(File file)
Read a .siftgeo file.
|
static LocalFeatureList<SIFTGeoKeypoint> |
SIFTGeoKeypoint.read(InputStream stream)
Read .siftgeo file from a stream.
|
Modifier and Type | Method and Description |
---|---|
static void |
SIFTGeoKeypoint.write(List<SIFTGeoKeypoint> keys,
DataOutputStream stream)
Write a .siftgeo stream
|
static void |
SIFTGeoKeypoint.write(List<SIFTGeoKeypoint> keys,
File file)
Write a .siftgeo file
|
static void |
SIFTGeoKeypoint.write(List<SIFTGeoKeypoint> keys,
OutputStream stream)
Write a .siftgeo stream
|