#include <image.h>
Inheritance diagram for fl::Filter:

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. | |
|
|
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. |
1.2.18