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. |
Namespace of approximate mathematical morphology opening routines.
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.
References mln::morpho::dilation(), mln::trace::entering(), mln::morpho::erosion(), mln::exact(), mln::trace::exiting(), and mln::win::sym().