Namespaces | Functions

mln::morpho::approx Namespace Reference

Namespace of approximate mathematical morphology routines. More...

Namespaces

namespace  impl
namespace  internal

Functions

template<typename I , typename W >
mln::trait::concrete< I >::ret dilation (const Image< I > &input, const Window< W > &win)
template<typename I , typename W >
mln::trait::concrete< I >::ret erosion (const Image< I > &input, const Window< W > &win)

Detailed Description

Namespace of approximate mathematical morphology routines.


Function Documentation

template<typename I , typename W >
mln::trait::concrete< I >::ret mln::morpho::approx::dilation ( const Image< I > &  input,
const Window< W > &  win 
) [inline]
template<typename I , typename W >
mln::trait::concrete< I >::ret mln::morpho::approx::erosion ( const Image< I > &  input,
const Window< W > &  win 
) [inline]