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) |
mln::trait::concrete< I >::ret mln::morpho::approx::dilation | ( | const Image< I > & | input, | |
const Window< W > & | win | |||
) | [inline] |
Definition at line 200 of file approx/dilation.hh.
References mln::morpho::approx::internal::dilation_dispatch(), mln::trace::entering(), mln::exact(), and mln::trace::exiting().
Referenced by mln::morpho::opening::approx::structural(), and mln::morpho::closing::approx::structural().
mln::trait::concrete< I >::ret mln::morpho::approx::erosion | ( | const Image< I > & | input, | |
const Window< W > & | win | |||
) | [inline] |
Definition at line 190 of file approx/erosion.hh.
References mln::trace::entering(), mln::morpho::approx::internal::erosion_dispatch(), mln::exact(), and mln::trace::exiting().
Referenced by mln::morpho::opening::approx::structural(), and mln::morpho::closing::approx::structural().