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_) |
Par ::site mln::morpho::reconstruction::by_erosion::internal::find_root | ( | Par & | parent, | |
typename Par::site | x | |||
) | [inline] |
Definition at line 93 of file by_erosion/union_find.hh.
Referenced by mln::morpho::reconstruction::by_erosion::impl::generic::union_find().
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] |
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] |
Definition at line 227 of file by_erosion/union_find.hh.
References mln::morpho::reconstruction::by_erosion::impl::generic::union_find().
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] |
Definition at line 217 of file by_erosion/union_find.hh.
Referenced by mln::morpho::reconstruction::by_erosion::union_find(), and union_find_dispatch().
void mln::morpho::reconstruction::by_erosion::internal::union_find_tests | ( | const Image< I > & | f_, | |
const Image< J > & | g_, | |||
const Neighborhood< N > & | nbh_ | |||
) | [inline] |
Definition at line 67 of file by_erosion/union_find.hh.
References mln::exact().
Referenced by mln::morpho::reconstruction::by_erosion::union_find(), and mln::morpho::reconstruction::by_erosion::impl::generic::union_find().