#include "Channels/RGBConvolveChannel.H"
#include "Component/ModelManager.H"
#include "Image/ColorOps.H"
#include "Image/MathOps.H"
#include "Image/MatrixOps.H"
#include "Image/Pixels.H"
#include "Image/Transforms.H"
#include "Media/FrameSeries.H"
#include "Neuro/NeuroOpts.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 3 |
#define | NB_COEFFS 8 |
Functions | |
int | main (const int argc, const char **argv) |
version of ezvision.C that uses on-file color filters
Definition in file openvision.C.