Functions | |
template<typename I, typename W> | |
mln::trait::concrete< I >::ret | dilation_dispatch (const I &input, const W &win) |
template<typename I> | |
mln::trait::concrete< I >::ret | dilation_dispatch (trait::image::kind::logic, const I &input, const win::disk2d &win) |
template<typename I, typename W> | |
mln::trait::concrete< I >::ret | erosion_dispatch (const I &input, const W &win) |
template<typename I> | |
mln::trait::concrete< I >::ret | erosion_dispatch (trait::image::kind::logic, const I &input, const win::disk2d &win) |
mln::trait::concrete< I >::ret mln::morpho::approx::internal::dilation_dispatch | ( | const I & | input, | |
const W & | win | |||
) | [inline] |
mln::trait::concrete< I >::ret mln::morpho::approx::internal::dilation_dispatch | ( | trait::image::kind::logic | , | |
const I & | input, | |||
const win::disk2d & | win | |||
) | [inline] |
Definition at line 166 of file approx/dilation.hh.
References mln::morpho::approx::impl::dilation_by_distance_thresholding_2d().
Referenced by mln::morpho::approx::dilation(), and dilation_dispatch().
mln::trait::concrete< I >::ret mln::morpho::approx::internal::erosion_dispatch | ( | const I & | input, | |
const W & | win | |||
) | [inline] |
mln::trait::concrete< I >::ret mln::morpho::approx::internal::erosion_dispatch | ( | trait::image::kind::logic | , | |
const I & | input, | |||
const win::disk2d & | win | |||
) | [inline] |
Definition at line 156 of file approx/erosion.hh.
References mln::morpho::approx::impl::erosion_by_distance_thresholding_2d().
Referenced by mln::morpho::approx::erosion(), and erosion_dispatch().