$extrastylesheet
Olena  User documentation 2.1
An Image Processing Platform
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mln::linear::internal::ch_convolve_helper< b, I, W > Struct Template Reference

#include <mln/linear/ch_convolve.hh>

Public Types

typedef mln::trait::ch_value
< I, V >::ret 
ret
typedef mln::trait::value_
< typename
mln::trait::op::times
< typename I::value,
mln_weight(W) >::ret >::sum 
V

Detailed Description

template<bool b, typename I, typename W>
struct mln::linear::internal::ch_convolve_helper< b, I, W >

Definition at line 70 of file ch_convolve.hh.

Member Typedef Documentation

template<bool b, typename I , typename W >
typedef mln::trait::ch_value< I , V >::ret mln::linear::internal::ch_convolve_helper< b, I, W >::ret

Definition at line 73 of file ch_convolve.hh.

template<bool b, typename I , typename W >
typedef mln::trait::value_< typename mln::trait::op::times< typename I ::value , mln_weight(W) >::ret >::sum mln::linear::internal::ch_convolve_helper< b, I, W >::V

Definition at line 72 of file ch_convolve.hh.