Functions | |
template<typename I> | |
mln::trait::concrete< I >::ret | dilation_by_distance_thresholding_2d (const Image< I > &input_, const Window< win::disk2d > &win_) |
template<typename I> | |
mln::trait::concrete< I >::ret | dilation_by_distance_thresholding_3d (const Image< I > &input_, const Window< win::sphere3d > &win_) |
template<typename I> | |
mln::trait::concrete< I >::ret | erosion_by_distance_thresholding_2d (const Image< I > &input_, const Window< win::disk2d > &win_) |
template<typename I> | |
mln::trait::concrete< I >::ret | erosion_by_distance_thresholding_3d (const Image< I > &input_, const Window< win::sphere3d > &win_) |
mln::trait::concrete< I >::ret mln::morpho::approx::impl::dilation_by_distance_thresholding_2d | ( | const Image< I > & | input_, | |
const Window< win::disk2d > & | win_ | |||
) | [inline] |
Definition at line 80 of file approx/dilation.hh.
References mln::c4(), mln::pw::cst(), mln::win::ball< G, C >::diameter(), mln::transform::distance_front(), mln::duplicate(), mln::trace::entering(), mln::exact(), mln::trace::exiting(), mln::internal::window_base< D, E >::is_valid(), mln::pw::value(), and mln::make::w_window2d_int().
Referenced by mln::morpho::approx::internal::dilation_dispatch().
mln::trait::concrete< I >::ret mln::morpho::approx::impl::dilation_by_distance_thresholding_3d | ( | const Image< I > & | input_, | |
const Window< win::sphere3d > & | win_ | |||
) | [inline] |
Definition at line 116 of file approx/dilation.hh.
References mln::c6(), mln::pw::cst(), mln::win::ball< G, C >::diameter(), mln::transform::distance_front(), mln::duplicate(), mln::trace::entering(), mln::exact(), mln::trace::exiting(), mln::internal::window_base< D, E >::is_valid(), mln::pw::value(), and mln::make::w_window3d_int().
mln::trait::concrete< I >::ret mln::morpho::approx::impl::erosion_by_distance_thresholding_2d | ( | const Image< I > & | input_, | |
const Window< win::disk2d > & | win_ | |||
) | [inline] |
Definition at line 67 of file approx/erosion.hh.
References mln::c4(), mln::pw::cst(), mln::win::ball< G, C >::diameter(), mln::transform::distance_front(), mln::duplicate(), mln::trace::entering(), mln::exact(), mln::trace::exiting(), mln::internal::window_base< D, E >::is_valid(), mln::logical::not_(), mln::pw::value(), and mln::make::w_window2d_int().
Referenced by mln::morpho::approx::internal::erosion_dispatch().
mln::trait::concrete< I >::ret mln::morpho::approx::impl::erosion_by_distance_thresholding_3d | ( | const Image< I > & | input_, | |
const Window< win::sphere3d > & | win_ | |||
) | [inline] |
Definition at line 105 of file approx/erosion.hh.
References mln::c6(), mln::pw::cst(), mln::win::ball< G, C >::diameter(), mln::transform::distance_front(), mln::duplicate(), mln::trace::entering(), mln::exact(), mln::trace::exiting(), mln::internal::window_base< D, E >::is_valid(), mln::logical::not_(), mln::pw::value(), and mln::make::w_window3d_int().