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_dilation::internal::find_root | ( | Par & | parent, | |
| typename Par::site | x | |||
| ) | [inline] |
Definition at line 93 of file by_dilation/union_find.hh.
Referenced by mln::morpho::reconstruction::by_dilation::impl::generic::union_find().
| mln::trait::concrete< I >::ret mln::morpho::reconstruction::by_dilation::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_dilation::internal::union_find_dispatch | ( | trait::image::kind::any | , | |
| const Image< I > & | f, | |||
| const Image< J > & | g, | |||
| const Neighborhood< N > & | nbh | |||
| ) | [inline] |
Definition at line 229 of file by_dilation/union_find.hh.
References mln::morpho::reconstruction::by_dilation::impl::generic::union_find().
| mln::trait::concrete< I >::ret mln::morpho::reconstruction::by_dilation::internal::union_find_dispatch | ( | trait::image::kind::logic | , | |
| const Image< I > & | f, | |||
| const Image< J > & | g, | |||
| const Neighborhood< N > & | nbh | |||
| ) | [inline] |
Definition at line 219 of file by_dilation/union_find.hh.
Referenced by mln::morpho::reconstruction::by_dilation::union_find(), and union_find_dispatch().
| void mln::morpho::reconstruction::by_dilation::internal::union_find_tests | ( | const Image< I > & | f_, | |
| const Image< J > & | g_, | |||
| const Neighborhood< N > & | nbh_ | |||
| ) | [inline] |
Definition at line 67 of file by_dilation/union_find.hh.
References mln::exact().
Referenced by mln::morpho::reconstruction::by_dilation::union_find(), and mln::morpho::reconstruction::by_dilation::impl::generic::union_find().
1.5.6