#include "Image/ImageCache.H"
#include "Util/Assert.H"
#include "Image/MathOps.H"
#include "Image/ColorOps.H"
#include "Image/Pixels.H"
#include "Image/PixelsInst.H"
Go to the source code of this file.
Functions | |
PIX_INST (ImageCache, byte) | |
PIX_INST (ImageCacheAvg, byte) | |
PIX_INST (ImageCache, float) | |
PIX_INST (ImageCacheAvg, float) |
implements an image cache with running average
Definition in file ImageCache.C.