Functions

mln::morpho::approx::impl Namespace Reference

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_)

Function Documentation

template<typename I >
mln::trait::concrete< I >::ret mln::morpho::approx::impl::dilation_by_distance_thresholding_2d ( const Image< I > &  input_,
const Window< win::disk2d > &  win_ 
)
template<typename I >
mln::trait::concrete< I >::ret mln::morpho::approx::impl::dilation_by_distance_thresholding_3d ( const Image< I > &  input_,
const Window< win::sphere3d > &  win_ 
)
template<typename I >
mln::trait::concrete< I >::ret mln::morpho::approx::impl::erosion_by_distance_thresholding_2d ( const Image< I > &  input_,
const Window< win::disk2d > &  win_ 
)
template<typename I >
mln::trait::concrete< I >::ret mln::morpho::approx::impl::erosion_by_distance_thresholding_3d ( const Image< I > &  input_,
const Window< win::sphere3d > &  win_ 
)