#include "GUI/XWinManaged.H"
#include "Image/Point2D.H"
#include "Image/Pixels.H"
#include "Image/Transforms.H"
#include "Image/ColorOps.H"
#include "Image/ShapeOps.H"
#include "Image/MathOps.H"
#include "Image/DrawOps.H"
#include "Raster/Raster.H"
#include "Image/CutPaste.H"
#include "Envision/env_image.h"
Go to the source code of this file.
Functions | |
void | SHOWIMG (Image< float > img, bool mag=false) |
void | SHOWIMG (Image< byte > img, bool mag=false) |
void | SHOWIMG (Image< PixRGB< byte > > img) |
void | ENV_SHOWIMG (struct env_image *img, int w=-1, int h=-1) |
A window class to show images
Definition in file DebugWin.H.