#include <convolve.h>
Inheritance diagram for fl::ConvolutionDiscrete1D:

Public Methods | |
| ConvolutionDiscrete1D (const BorderMode mode=Crop, const PixelFormat &format=GrayFloat, const Direction direction=Horizontal) | |
| ConvolutionDiscrete1D (const Image &image, const BorderMode mode=Crop, const Direction direction=Horizontal) | |
| virtual Image | filter (const Image &image) |
| Convolve the entire image with the kernel contained in this object. | |
| virtual double | response (const Image &image, const Point &p) const |
| Strength of response of filter to image at pixel (x, y). | |
| void | normalFloats () |
| Zero out any sub-normal floats in kernel, because they cause numerical exceptions that really drag down performance. | |
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
Convolve the entire image with the kernel contained in this object.
Implements fl::Convolution. |
|
|
Zero out any sub-normal floats in kernel, because they cause numerical exceptions that really drag down performance.
|
|
||||||||||||
|
Strength of response of filter to image at pixel (x, y).
Implements fl::Convolution. |
1.2.18