30 #include <gdal_priv.h> 31 #include <opencv2/opencv.hpp> 95 #endif //GEOTIFFIO_HPP
class providing and encapsulating GDAL GeoTIFF I/O functions
GDALDataset * m_gtif_dataset
GeoTIFFIO(std::string filename, int cols, int rows, int bands)
GDALDriver * m_gtif_driver
int writeBand(cv::Mat *mat, int band)
Writing given band into open GeoTIFF file.
cv::Mat * readBand(int band_index)