#include "Channels/ChannelOpts.H"
#include "Channels/ConvolveChannel.H"
#include "Component/ModelManager.H"
#include "Image/ColorOps.H"
#include "Image/DrawOps.H"
#include "Image/MathOps.H"
#include "Image/MatrixOps.H"
#include "Image/Pixels.H"
#include "Image/ShapeOps.H"
#include "Media/FrameSeries.H"
#include "Channels/RawVisualCortex.H"
#include "Raster/Raster.H"
#include "Util/sformat.H"
#include <fstream>
Go to the source code of this file.
Defines | |
#define | NB_FILTERS 4 |
#define | NB_COEFFS 8 |
#define | RAD 64 |
#define | NB_CONV 1 |
Functions | |
int | main (const int argc, const char **argv) |
version of ezvision.C that uses on-file gray filters
Definition in file openvision3.C.