| Package | Description |
|---|---|
| org.openimaj.demos.mediaeval13.placing |
| Modifier and Type | Method and Description |
|---|---|
static List<GeoLocation> |
Utils.readLatLng(File latlngFile,
gnu.trove.list.array.TLongArrayList skipIds)
Read the lat-lng file into a list of
GeoLocations |
| Modifier and Type | Method and Description |
|---|---|
double |
GeoLocation.haversine(GeoLocation actual)
Compute the haversine distance between two points on the Earth's surface
in kilometers.
|