5#ifndef RADARELAB_IMAGE_H
6#define RADARELAB_IMAGE_H
21void write_image(
const Matrix2D<T>& image,
const std::string& fname,
const std::string& format);
23std::string gdal_extension_for_format(
const std::string& format);
void gdal_init_once()
Initialize the GDAL library when called for the first time; does nothing all other times.
Base for all matrices we use, since we rely on row-major data.