#include "Image/Image.H"
#include "Util/Promotions.H"
#include <deque>
Go to the source code of this file.
Classes | |
class | ImageCache< T > |
base class for image caches that do computations on the fly More... | |
class | ImageCacheAvg< T > |
image cache to compute the running average More... | |
class | ImageCacheMinMax< T > |
image cache to compute a running min/max More... |
implements an image cache with running average
Definition in file ImageCache.H.