Functions

mln::morpho::opening::approx Namespace Reference

Namespace of approximate mathematical morphology opening routines. More...

Functions

template<typename I , typename W >
mln::trait::concrete< I >::ret structural (const Image< I > &input, const Window< W > &win)
 Approximate of morphological structural opening.

Detailed Description

Namespace of approximate mathematical morphology opening routines.


Function Documentation

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

Approximate of morphological structural opening.

This operator is d_{-B} o e_B.

Definition at line 64 of file opening/approx/structural.hh.

References mln::morpho::dilation(), mln::morpho::erosion(), and mln::win::sym().