#include "Image/Image.H"
#include "Image/MathOps.H"
#include "Image/Pixels.H"
#include "Raster/Raster.H"
#include "Util/log.H"
#include <cstdio>
Go to the source code of this file.
Functions | |
int | main (int argc, const char **argv) |
A small program to help testing the Raster class by loading two images and checking if they are equal.
Definition in file test-ImageEqual.C.