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_) |
A ::result mln::accu::impl::generic::compute | ( | const Accumulator< A > & | , | |
const Image< I > & | input_ | |||
) |
References mln::trace::entering(), mln::exact(), mln::trace::exiting(), and mln::make::pix().
void mln::accu::impl::generic::line | ( | const Image< I > & | input_, | |
const typename I::site & | p_start, | |||
unsigned | len_, | |||
unsigned | half_length_, | |||
Image< O > & | output_ | |||
) |
References mln::exact(), and mln::accu::input.
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_ | |||
) |
References mln::extension::adjust(), mln::trace::entering(), mln::exact(), mln::trace::exiting(), and mln::initialize().
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] |
References mln::trace::entering(), mln::exact(), mln::trace::exiting(), mln::initialize(), and mln::accu::internal::transform_line_tests().
Referenced by mln::accu::transform_line().
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_ | |||
) |