1 #ifndef vil_exp_filter_2d_h_ 2 #define vil_exp_filter_2d_h_ 14 template <
class srcT,
class destT,
class accumT>
24 #endif // vil_exp_filter_2d_h_ Concrete view of image data of type T held in memory.
Apply exponential filter.
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.
void vil_exp_filter_j(const vil_image_view< srcT > &src_im, vil_image_view< destT > &dest_im, accumT k)
Apply exponential filter along j to src_im to produce dest_im.
void vil_exp_filter_i(const vil_image_view< srcT > &src_im, vil_image_view< destT > &dest_im, accumT k)
Apply exponential filter along i to src_im to produce dest_im.