Go to the source code of this file.
Functions |
| void | encodeLatLon (double lat, double lon, char *BLOCKA_loc) |
| char * | convertToSingleChannel (makVrv::DtVideoFrameBuffer *frame, int type) |
| template<class Real > |
| std::string | rtoa (Real x) |
| void | computeScale (double *points, double xPixels, double yPixels, double &xScale, double &yScale) |
| | Compute Scale in Meters (used by NITF)
|
| void | initGdal () |
| | Init gdal lib.
|
Function Documentation
| void encodeLatLon |
( |
double |
lat, |
|
|
double |
lon, |
|
|
char * |
BLOCKA_loc |
|
) |
| |
| char* convertToSingleChannel |
( |
makVrv::DtVideoFrameBuffer * |
frame, |
|
|
int |
type |
|
) |
| |
template<class Real >
| std::string rtoa |
( |
Real |
x | ) |
|
| void computeScale |
( |
double * |
points, |
|
|
double |
xPixels, |
|
|
double |
yPixels, |
|
|
double & |
xScale, |
|
|
double & |
yScale |
|
) |
| |
Compute Scale in Meters (used by NITF)