#include "MotionEnergy.H"
#include "Image/PyramidOps.H"
#include "Image/Image.H"
#include "Image/ImageSet.H"
#include "Image/DrawOps.H"
#include "Image/PyramidTypes.H"
#include "Image/PyrBuilder.H"
#include "Image/MathOps.H"
#include <math.h>
Go to the source code of this file.
Defines | |
#define | Pix(t, x) (*(imgT[t] + (y_pos*width)+(x))) |
#define | Pix2(t, y) (*(imgT[t] + ((y)*width)+x_pos)) |
detect motion in an image stream
Definition in file MotionEnergy.C.