Namespace of local linear routines implementation details. More...
Functions | |
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) |
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) |
Namespace of local linear routines implementation details.
void mln::linear::local::impl::convolve | ( | trait::image::speed::any | , | |
const I & | input, | |||
const Site< P > & | p_, | |||
const W & | w_win, | |||
R & | result | |||
) | [inline] |
References mln::exact(), and mln::literal::zero.
Referenced by mln::linear::local::convolve().
void mln::linear::local::impl::convolve | ( | const Generalized_Pixel< P > & | p_, | |
const W & | w_win, | |||
R & | result | |||
) | [inline] |
void mln::linear::local::impl::convolve | ( | trait::image::speed::fastest | , | |
const I & | input, | |||
const Site< P > & | p_, | |||
const W & | w_win, | |||
R & | result | |||
) | [inline] |
References mln::exact().