19 #include <boost/filesystem.hpp>
21 #include <gdal_priv.h>
47 hdr_input(std::string filename,
bool hold=
true,
bool is_reflectance=
false);
50 arma::fcube
I()
const;
51 arma::fcube
I(
const arma::uvec
bands)
const;
52 arma::fcube
I(
int r0,
int c0,
int r1,
int c1)
const;
53 arma::fcube
I(
const arma::uvec bands,
int r0,
int c0,
int r1,
int c1)
const;
55 const arma::fcube *
I_ptr()
const;
57 arma::fcube
s()
const;
59 const arma::fcube *
s_ptr()
const;
INPUT_TYPE
Definition: scyllarus_types.h:21