|
Práctica 3. TDA Imagen
|
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) const | Image | |
| Empty() const | Image | |
| get_cols() const | Image | |
| get_pixel(int i, int j) const | Image | |
| get_pixel(int k) const | Image | |
| get_rows() const | Image | |
| 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) const | Image | |
| MySave(const char *file_path) const | Image | |
| operator=(const Image &orig) | Image | |
| operator==(const Image &other) const | Image | |
| Save(const char *file_path) const | Image | |
| set_pixel(int i, int j, byte value) | Image | |
| set_pixel(int k, byte value) | Image | |
| ShuffleRows_eff() | Image | |
| ShuffleRows_noeff() | Image | |
| size() const | Image | |
| Subsample(int factor) const | Image | |
| Zoom2X() const | Image | |
| ~Image() | Image |