app-imageCompare.C File Reference

#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>
Include dependency graph for app-imageCompare.C:

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< bytefindNonZero (const Image< T > &x)
int main (int argc, char **argv)

Variables

static const ModelOptionDef OPT_Compare

Detailed Description

Helper program for the test suite to compare two or more images

Definition in file app-imageCompare.C.


Variable Documentation

const ModelOptionDef OPT_Compare [static]
Initial value:
  { 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.

Generated on Sun May 8 08:42:51 2011 for iLab Neuromorphic Vision Toolkit by  doxygen 1.6.3