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. |
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::morpho::erosion(), and mln::win::sym().