Functions

mln::morpho::closing::approx Namespace Reference

Namespace of approximate mathematical morphology closing 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 closing.

Detailed Description

Namespace of approximate mathematical morphology closing routines.


Function Documentation

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

Approximate of morphological structural closing.

This operator is e_{-B} o d_B.

Definition at line 65 of file closing/approx/structural.hh.

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