Functions | |
| template<typename I, typename N> | |
| util::graph | influence_zone_adjacency_graph_dispatch (const Image< I > &iz, const Neighborhood< N > &nbh, const typename I::value &nlabels) |
| template<typename I, typename N> | |
| void | influence_zone_adjacency_graph_tests (const Image< I > &iz, const Neighborhood< N > &nbh, const typename I::value &) |
| template<typename I, typename N> | |
| util::couple< util::graph, typename mln::trait::concrete < I >::ret > | rag_and_labeled_wsl_dispatch (const Image< I > &wshd, const Neighborhood< N > &nbh, const typename I::value &nbasins) |
| template<typename I, typename N> | |
| void | rag_and_labeled_wsl_tests (const Image< I > &wshd, const Neighborhood< N > &nbh, const typename I::value &) |
| template<typename I, typename N> | |
| util::graph | region_adjacency_graph_dispatch (const Image< I > &wshd, const Neighborhood< N > &nbh, const typename I::value &nbasins) |
| template<typename I, typename N> | |
| void | region_adjacency_graph_tests (const Image< I > &wshd, const Neighborhood< N > &nbh, const typename I::value &) |
| util::graph mln::make::internal::influence_zone_adjacency_graph_dispatch | ( | const Image< I > & | iz, | |
| const Neighborhood< N > & | nbh, | |||
| const typename I::value & | nlabels | |||
| ) | [inline] |
Definition at line 159 of file influence_zone_adjacency_graph.hh.
References mln::make::impl::generic::influence_zone_adjacency_graph().
Referenced by mln::make::influence_zone_adjacency_graph().
| void mln::make::internal::influence_zone_adjacency_graph_tests | ( | const Image< I > & | iz, | |
| const Neighborhood< N > & | nbh, | |||
| const typename I::value & | ||||
| ) | [inline] |
Definition at line 77 of file influence_zone_adjacency_graph.hh.
References mln::exact().
Referenced by mln::make::influence_zone_adjacency_graph(), and mln::make::impl::generic::influence_zone_adjacency_graph().
| util::couple<util::graph,typename mln::trait::concrete< I >::ret> mln::make::internal::rag_and_labeled_wsl_dispatch | ( | const Image< I > & | wshd, | |
| const Neighborhood< N > & | nbh, | |||
| const typename I::value & | nbasins | |||
| ) | [inline] |
Definition at line 213 of file rag_and_labeled_wsl.hh.
References mln::make::impl::generic::rag_and_labeled_wsl().
Referenced by mln::make::rag_and_labeled_wsl().
| void mln::make::internal::rag_and_labeled_wsl_tests | ( | const Image< I > & | wshd, | |
| const Neighborhood< N > & | nbh, | |||
| const typename I::value & | ||||
| ) | [inline] |
Definition at line 108 of file rag_and_labeled_wsl.hh.
References mln::exact().
Referenced by mln::make::rag_and_labeled_wsl(), and mln::make::impl::generic::rag_and_labeled_wsl().
| util::graph mln::make::internal::region_adjacency_graph_dispatch | ( | const Image< I > & | wshd, | |
| const Neighborhood< N > & | nbh, | |||
| const typename I::value & | nbasins | |||
| ) | [inline] |
Definition at line 163 of file region_adjacency_graph.hh.
References mln::make::impl::generic::region_adjacency_graph().
Referenced by mln::make::region_adjacency_graph().
| void mln::make::internal::region_adjacency_graph_tests | ( | const Image< I > & | wshd, | |
| const Neighborhood< N > & | nbh, | |||
| const typename I::value & | ||||
| ) | [inline] |
Definition at line 75 of file region_adjacency_graph.hh.
References mln::exact().
Referenced by mln::make::region_adjacency_graph(), and mln::make::impl::generic::region_adjacency_graph().
1.5.6