Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

fl::Filter Class Reference

#include <image.h>

Inheritance diagram for fl::Filter:

fl::AbsoluteValue fl::ClearAlpha fl::Convolution fl::FilterHarris fl::FilterHessian fl::FiniteDifferenceX fl::FiniteDifferenceY fl::IntensityAverage fl::IntensityDeviation fl::IntensityHistogram fl::NonMaxSuppress fl::Normalize fl::PixelFormat fl::Rescale fl::Rotate180 fl::Rotate90 fl::Transform fl::Zoom List of all members.

Public Methods

virtual Image filter (const Image &image)=0
 This could be const, but it is useful to allow filters to collect statistics. Note that such filters are not thread safe.


Detailed Description

Base class for reified functions that take as input an image and output another image.


Member Function Documentation

virtual Image fl::Filter::filter const Image   image [pure virtual]
 

This could be const, but it is useful to allow filters to collect statistics. Note that such filters are not thread safe.

Implemented in fl::Convolution, fl::ConvolutionDiscrete2D, fl::ConvolutionDiscrete1D, fl::ConvolutionRecursive1D, fl::FilterHarris, fl::FilterHessian, fl::FiniteDifferenceX, fl::FiniteDifferenceY, fl::NonMaxSuppress, fl::IntensityAverage, fl::IntensityDeviation, fl::IntensityHistogram, fl::Normalize, fl::AbsoluteValue, fl::Rescale, fl::Transform, fl::TransformGauss, fl::Zoom, fl::Rotate180, fl::Rotate90, fl::ClearAlpha, fl::PixelFormat, fl::PixelFormatGrayChar, fl::PixelFormatGrayFloat, fl::PixelFormatGrayDouble, fl::PixelFormatRGBAChar, fl::PixelFormatRGBABits, fl::PixelFormatYVYUChar, and fl::PixelFormatVYUYChar.


The documentation for this class was generated from the following file:
Generated on Thu Dec 9 17:13:26 2004 for fl by doxygen1.2.18