Functions | |
| template<typename P, typename W, typename R> | |
| void | convolve (const Generalized_Pixel< P > &p_, const W &w_win, R &result) |
| template<typename I, typename P, typename W, typename R> | |
| void | convolve (trait::image::speed::fastest, const I &input, const Site< P > &p_, const W &w_win, R &result) |
| template<typename I, typename P, typename W, typename R> | |
| void | convolve (trait::image::speed::any, const I &input, const Site< P > &p_, const W &w_win, R &result) |
| void mln::linear::local::impl::convolve | ( | const Generalized_Pixel< P > & | p_, | |
| const W & | w_win, | |||
| R & | result | |||
| ) | [inline] |
Definition at line 125 of file linear/local/convolve.hh.
| void mln::linear::local::impl::convolve | ( | trait::image::speed::fastest | , | |
| const I & | input, | |||
| const Site< P > & | p_, | |||
| const W & | w_win, | |||
| R & | result | |||
| ) | [inline] |
| void mln::linear::local::impl::convolve | ( | trait::image::speed::any | , | |
| const I & | input, | |||
| const Site< P > & | p_, | |||
| const W & | w_win, | |||
| R & | result | |||
| ) | [inline] |
Definition at line 88 of file linear/local/convolve.hh.
References mln::exact(), and mln::literal::zero.
Referenced by mln::linear::local::convolve().
1.5.6