$extrastylesheet
Olena  User documentation 2.1
An Image Processing Platform
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mln::linear Namespace Reference

Namespaces

namespace  impl
namespace  internal
namespace  local

Classes

struct  ch_convolve

Functions

template<typename I , typename W >
mln::linear::ch_convolve< I, W >
::ret 
convolve (const Image< I > &input, const Weighted_Window< W > &w_win)
template<typename I , typename W , unsigned Sh, unsigned Sv>
mln::linear::ch_convolve< I, W >
::ret 
convolve_2x1d (const Image< I > &input, W(&horizontal_weights)[Sh], W(&vertical_weights)[Sv])
template<typename I , typename W , unsigned S>
mln::linear::ch_convolve< I, W >
::ret 
convolve_directional (const Image< I > &input, unsigned dir, W(&weights)[S])
template<typename I >
mln::trait::concrete< I >::ret gaussian (const Image< I > &input, float sigma)
template<typename I >
mln::trait::concrete< I >::ret gaussian (const Image< I > &input, float sigma, int dir)
template<typename I >
mln::trait::concrete< I >::ret gaussian_1d (const Image< I > &input, double sigma, const typename I::value &bdr)
template<typename I >
mln::trait::concrete< I >::ret gaussian_directional_2d (const Image< I > &input, unsigned dir, double sigma, const typename I::value &bdr)
template<typename I >
mln::linear::ch_convolve< I,
int >::ret 
LoG_13x13 (const Image< I > &input)
template<typename I >
mln::linear::ch_convolve< I,
int >::ret 
LoG_17x17 (const Image< I > &input)
template<typename I >
mln::linear::ch_convolve< I,
int >::ret 
LoG_5x5 (const Image< I > &input)
template<typename I >
mln::linear::ch_convolve< I,
int >::ret 
LoG_7x7 (const Image< I > &input)
template<typename I >
mln::linear::ch_convolve< I,
int >::ret 
lap_4 (const Image< I > &input)
template<typename I >
mln::linear::ch_convolve< I,
int >::ret 
lap_8 (const Image< I > &input)
template<typename I >
mln::linear::ch_convolve< I,
int >::ret 
lap_x (const Image< I > &input)
template<typename I >
mln::linear::ch_convolve< I,
int >::ret 
lap_o (const Image< I > &input)
template<typename I >
mln::linear::ch_convolve< I,
int >::ret 
sobel_2d_h (const Image< I > &input)
template<typename I >
mln::linear::ch_convolve< I,
int >::ret 
sobel_2d_v (const Image< I > &input)
template<typename I >
mln::trait::ch_value< I,
algebra::vec< I::site::dim,
typename
mln::linear::ch_convolve< I,
int >::ret::value > >::ret 
sobel_2d (const Image< I > &input)
template<typename I >
mln::linear::ch_convolve< I,
int >::ret 
sobel_2d_l1_norm (const Image< I > &input)

Detailed Description

Namespace of linear image processing routines.