Functions

mln::accu::impl::generic Namespace Reference

Functions

template<typename A , typename I >
A::result compute (const Accumulator< A > &, const Image< I > &input_)
template<typename Meta_Accu , unsigned Dir, typename I , typename O >
void line (const Image< I > &input_, const typename I::site &p_start, unsigned len_, unsigned half_length_, Image< O > &output_)
template<typename I , typename A , typename W >
mln::trait::ch_value< I,
typename A::result >::ret 
transform (const Image< I > &input_, const Accumulator< A > &a_, const Window< W > &win_)
template<typename A , typename I >
mln::trait::ch_value< I,
typename A::result >::ret 
transform_line (const Accumulator< A > &a_, const Image< I > &input_, unsigned length, unsigned dir)
template<typename I , typename A , typename W >
mln::trait::ch_value< I,
typename A::result >::ret 
transform_stop (const Image< I > &input_, const Accumulator< A > &a_, const Window< W > &win_)

Function Documentation

template<typename A , typename I >
A ::result mln::accu::impl::generic::compute ( const Accumulator< A > &  ,
const Image< I > &  input_ 
)
template<typename Meta_Accu , unsigned Dir, typename I , typename O >
void mln::accu::impl::generic::line ( const Image< I > &  input_,
const typename I::site &  p_start,
unsigned  len_,
unsigned  half_length_,
Image< O > &  output_ 
)

Definition at line 114 of file accu/line.hh.

References mln::exact(), and mln::accu::input.

template<typename I , typename A , typename W >
mln::trait::ch_value< I , typename A ::result >::ret mln::accu::impl::generic::transform ( const Image< I > &  input_,
const Accumulator< A > &  a_,
const Window< W > &  win_ 
)
template<typename A , typename I >
mln::trait::ch_value< I , typename A ::result >::ret mln::accu::impl::generic::transform_line ( const Accumulator< A > &  a_,
const Image< I > &  input_,
unsigned  length,
unsigned  dir 
) [inline]
template<typename I , typename A , typename W >
mln::trait::ch_value< I , typename A ::result >::ret mln::accu::impl::generic::transform_stop ( const Image< I > &  input_,
const Accumulator< A > &  a_,
const Window< W > &  win_ 
)