Functions | |
void | closeWindow () |
void | readImage (char *name) |
void | writeImage () |
void | writeImage (char *name) |
int | showImage () |
|
Closes the window opened by showImage().
Definition at line 354 of file Image.cpp. Referenced by Image::showImage(), and Image::~Image().
|
|
Reads an image from file name and stores it in the buffer pointed out by pixels; the image format is "guessed" from the file name extension.
Definition at line 201 of file Image.h. Referenced by Kernel::readKernel().
|
|
Opens a window and renders in it the current image.
Definition at line 230 of file Image.h. Referenced by Kernel::showKernel(), FourierTransform::showMagnitude(), and FourierTransform::showPhase().
|
|
Writes the current image to the file name; the image format is "guessed" from the file name extension. |
|
Writes the current image to the file given by img_name; the image format is "guessed" from the file name extension.
Definition at line 209 of file Image.h. Referenced by Kernel::writeKernel().
|