Functions

mln::linear::local::impl Namespace Reference

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)

Detailed Description

Namespace of local linear routines implementation details.


Function Documentation

template<typename I , typename P , typename W , typename R >
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().

template<typename P , typename W , typename R >
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.

template<typename I , typename P , typename W , typename R >
void mln::linear::local::impl::convolve ( trait::image::speed::fastest  ,
const I &  input,
const Site< P > &  p_,
const W &  w_win,
R &  result 
) [inline]

Definition at line 105 of file linear/local/convolve.hh.

References mln::exact().