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

#include <mln/linear/ch_convolve.hh>

Public Member Functions

typedef mlc_ret (helper) ret

Protected Types

enum  { is_w_win = mln::metal::is_a< W , Weighted_Window >::value }
typedef
internal::ch_convolve_helper
< is_w_win, I, W > 
helper

Detailed Description

template<typename I, typename W>
struct mln::linear::ch_convolve< I, W >

Definition at line 87 of file ch_convolve.hh.

Member Function Documentation

template<typename I , typename W >
typedef mln::linear::ch_convolve< I, W >::mlc_ret ( helper  )

Member Typedef Documentation

template<typename I , typename W >
typedef internal::ch_convolve_helper<is_w_win, I, W> mln::linear::ch_convolve< I, W >::helper
protected

Definition at line 93 of file ch_convolve.hh.

Member Enumeration Documentation

template<typename I , typename W >
anonymous enum
protected
Enumerator:
is_w_win 

Definition at line 92 of file ch_convolve.hh.