#include "Beobot/ImageSpring.H"
#include "Channels/Jet.H"
#include "Image/ColorOps.H"
#include "Image/DrawOps.H"
#include "Image/FilterOps.H"
#include "Image/IO.H"
#include "Image/Image.H"
#include "Image/MathOps.H"
#include "Image/Pixels.H"
#include "Image/ShapeOps.H"
#include "Image/Transforms.H"
#include "Util/Assert.H"
#include "Util/MathFunctions.H"
Go to the source code of this file.
Defines | |
#define | LIKE_CENTER 1.0 |
#define | LIKE_PREVIOUS 1.0 |
#define | LIKE_BIG 1.0 |
derived from the image template class; all the pixels are linked to theirs neighbors with springs
Definition in file ImageSpring.C.