Práctica 3. TDA Imagen
Image Lista de los miembros

Lista completa de los miembros de Image, incluyendo todos los heredados:

AdjustContrast(byte in1, byte in2, byte out1, byte out2)Image
Crop(int nrow, int ncol, int height, int width) constImage
Empty() constImage
get_cols() constImage
get_pixel(int i, int j) constImage
get_pixel(int k) constImage
get_rows() constImage
Image()Image
Image(int nrows, int ncols, byte value=0)Image
Image(const Image &orig)Image
Invert()Image
Load(const char *file_path)Image
Mean(int i, int j, int height, int width) constImage
MySave(const char *file_path) constImage
operator=(const Image &orig)Image
operator==(const Image &other) constImage
Save(const char *file_path) constImage
set_pixel(int i, int j, byte value)Image
set_pixel(int k, byte value)Image
ShuffleRows_eff()Image
ShuffleRows_noeff()Image
size() constImage
Subsample(int factor) constImage
Zoom2X() constImage
~Image()Image