#include "GUI/XWindow.H"
#include "HMAX/Hmax.H"
#include "Image/Image.H"
#include "Image/MathOps.H"
#include "Image/Transforms.H"
#include "Raster/Raster.H"
#include "Util/Types.H"
#include "Util/log.H"
#include <iostream>
#include <unistd.h>
Go to the source code of this file.
Defines | |
#define | NORI 4 |
Functions | |
int | main (const int argc, const char **argv) |
Test Hmax class and compare to original code
Definition in file test-hmax4.C.