2 #ifndef IMAGECONTAINER_H 3 #define IMAGECONTAINER_H 102 std::vector <float**> ImgList;
116 float get_rand_gauss(
float mu,
float sigma);
123 void set_nb_img(
int value);
132 void set_img_size(
int value);
136 #endif // IMAGECONTAINER_H Definition: Controller.h:11
Manage data.
Definition: DataContainer.h:17
int get_nb_img()
Get the number of image.
virtual ~DataContainer()
Destructor.
int get_img_size()
Get the image size.
DataContainer()
Constructor.
void set_data()
Set the data.
float get_pix_val(int n, int i, int j)
Get the value of one pixel.