
#include "Component/ModelManager.H"#include "Component/ModelOptionDef.H"#include "Component/ModelParam.H"#include "GUI/QtDisplayStream4.H"#include "Image/ColorOps.H"#include "Image/MathOps.H"#include "Image/Image.H"#include "Image/Pixels.H"#include "Raster/GenericFrame.H"#include "Raster/Raster.H"#include "Transport/FrameInfo.H"#include <cstdio>#include <cstdlib>#include <unistd.h>#include <vector>
Go to the source code of this file.
Defines | |
| #define | IMAGECOMPARE_USE_QT 1 |
Functions | |
| static Image< float > | rectify (const Image< float > &x) |
| static Image< PixRGB< float > > | rectifyRgb (const Image< PixRGB< float > > &x) |
| template<class T > | |
| static Image< byte > | findNonZero (const Image< T > &x) |
| int | main (int argc, char **argv) |
Variables | |
| static const ModelOptionDef | OPT_Compare |
Helper program for the test suite to compare two or more images
Definition in file app-imageCompare.C.
const ModelOptionDef OPT_Compare [static] |
{ MODOPT_FLAG, "Compare", &MOC_GENERAL, OPTEXP_CORE,
"Whether to show comparisons between images (otherwise, just the images themselves will be shown)",
"compare", '\0', "", "true" }
Definition at line 97 of file app-imageCompare.C.
1.6.3