Apply exponential filter in two dimensions. More...
#include <vil/algo/vil_exp_filter_1d.h>Go to the source code of this file.
Functions | |
| template<class srcT , class destT , class accumT > | |
| void | vil_exp_filter_2d (const vil_image_view< srcT > &src_im, vil_image_view< destT > &dest_im, accumT ki, accumT kj) |
| Apply exponential filter along i and j to src_im to produce dest_im. More... | |
Apply exponential filter in two dimensions.
Definition in file vil_exp_filter_2d.h.
|
inline |
Apply exponential filter along i and j to src_im to produce dest_im.
Symmetric exponential filter of the form exp(c*|j|) applied. c=log(k) Uses fast recursive implementation.
Definition at line 15 of file vil_exp_filter_2d.h.
1.8.15