#include "HMAX/Hmax.H"
#include "Image/Image.H"
#include "Image/MathOps.H"
#include "Raster/Raster.H"
#include "Util/Timer.H"
#include "Util/Types.H"
#include "Util/log.H"
#include <fstream>
#include <iostream>
Go to the source code of this file.
Defines | |
#define | NORI 4 |
Functions | |
int | main (int argc, char **argv) |
Variables | |
int | tItr = 1 |
int | c2Size = 0 |
int | target = 0 |
std::string | targetS1 = "tri" |
std::string | targetS2 = "Tri" |
int | imgHeight = 0 |
int | imgWidth = 0 |
int | mixRate = 5 |
Test Hmax class and compare to original code
Definition in file test-hmax3.C.