MPIopenvision2.C File Reference
#include "Channels/RGBConvolveChannel.H"
#include "Component/ModelManager.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 | ITMAX 200 |
#define | FTOL 0.000001f |
#define | MASTER 0 |
#define | MSG_STOP 10 |
#define | MSG_PIC 1 |
#define | MSG_DATA 2 |
#define | MSG_RESULT 200 |
#define | PATH "/tmphpc-01/itti/openvision" |
#define | INPUTFILE "/tmphpc-01/itti/openvision/start.txt" |
#define | NB_PICS 14 |
#define | NB_FILTERS 3 |
#define | NCOEFFS 8 |
#define | MCOEFFS NCOEFFS * NCOEFFS * NB_FILTERS * 3 |
#define | NB_EVALS 10 |
#define | NB_WAVES 5 |
#define | NB_PROCS NB_PICS * NB_EVALS * 2 + 1 |
Functions |
int | main (int argc, char **argv) |
Detailed Description
another MPI version of openvision.C
Definition in file MPIopenvision2.C.