10 #ifndef CVIMAGEGEOTIFF_H
11 #define CVIMAGEGEOTIFF_H
Encapsulates a GEOTiff images with geo referenced meta information.
CVVec3d _upperleftLatLonAlt
CVVec3d lowerRightLatLonAlt() const
CVVec3d _lowerRightLatLonAlt
Upper-left corner of DEM in WGS84 coords.
double _noDataValue
Lower-right corner of DEM in WGS84 coords.
void loadGeoTiff(const string &filename)
Loads a GEOTiff file into the OpenCV image matrix.
float getAltitudeAtLatLon(double lat, double lon) const
Returns the altitude in m at the given position in WGS84 latitude-longitude.
CVVec3d upperLeftLatLonAlt() const
OpenCV image class with the same interface as the former SLImage class.