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

Public Methods | |
| 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 | set_nii_and_dii (double sigma, double a0, double a1, double b0, double b1, double c0, double c1, double o0, double o1) |
Public Attributes | |
| double | n00p |
| double | n11p |
| double | n22p |
| double | n33p |
| double | n11m |
| double | n22m |
| double | n33m |
| double | n44m |
| double | d11p |
| double | d22p |
| double | d33p |
| double | d44p |
| double | d11m |
| double | d22m |
| double | d33m |
| double | d44m |
| double | scale |
|
|
Convolve the entire image with the kernel contained in this object.
Implements fl::Convolution. |
|
||||||||||||
|
Strength of response of filter to image at pixel (x, y).
Implements fl::Convolution. |
|
||||||||||||||||||||||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.2.18