Functions

mln::morpho::reconstruction::by_erosion::internal Namespace Reference

Functions

template<typename Par >
Par::site find_root (Par &parent, typename Par::site x)
template<typename I , typename J , typename N >
mln::trait::concrete< I >::ret union_find_dispatch (const Image< I > &f, const Image< J > &g, const Neighborhood< N > &nbh)
template<typename I , typename J , typename N >
mln::trait::concrete< I >::ret union_find_dispatch (trait::image::kind::any, const Image< I > &f, const Image< J > &g, const Neighborhood< N > &nbh)
template<typename I , typename J , typename N >
mln::trait::concrete< I >::ret union_find_dispatch (trait::image::kind::logic, const Image< I > &f, const Image< J > &g, const Neighborhood< N > &nbh)
template<typename I , typename J , typename N >
void union_find_tests (const Image< I > &f_, const Image< J > &g_, const Neighborhood< N > &nbh_)

Function Documentation

template<typename Par >
Par ::site mln::morpho::reconstruction::by_erosion::internal::find_root ( Par &  parent,
typename Par::site  x 
) [inline]
template<typename I , typename J , typename N >
mln::trait::concrete< I >::ret mln::morpho::reconstruction::by_erosion::internal::union_find_dispatch ( const Image< I > &  f,
const Image< J > &  g,
const Neighborhood< N > &  nbh 
) [inline]

Definition at line 252 of file by_erosion/union_find.hh.

References union_find_dispatch().

template<typename I , typename J , typename N >
mln::trait::concrete< I >::ret mln::morpho::reconstruction::by_erosion::internal::union_find_dispatch ( trait::image::kind::any  ,
const Image< I > &  f,
const Image< J > &  g,
const Neighborhood< N > &  nbh 
) [inline]
template<typename I , typename J , typename N >
mln::trait::concrete< I >::ret mln::morpho::reconstruction::by_erosion::internal::union_find_dispatch ( trait::image::kind::logic  ,
const Image< I > &  f,
const Image< J > &  g,
const Neighborhood< N > &  nbh 
) [inline]
template<typename I , typename J , typename N >
void mln::morpho::reconstruction::by_erosion::internal::union_find_tests ( const Image< I > &  f_,
const Image< J > &  g_,
const Neighborhood< N > &  nbh_ 
) [inline]