Functions

mln::make::internal Namespace Reference

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

Function Documentation

template<typename I , typename N >
util::graph mln::make::internal::influence_zone_adjacency_graph_dispatch ( const Image< I > &  iz,
const Neighborhood< N > &  nbh,
const typename I::value &  nlabels 
)
template<typename I , typename N >
void mln::make::internal::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> 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::rag_and_labeled_wsl().

Referenced by mln::make::rag_and_labeled_wsl().

template<typename I , typename N >
void mln::make::internal::rag_and_labeled_wsl_tests ( const Image< I > &  wshd,
const Neighborhood< N > &  nbh,
const typename I::value &   
) [inline]
template<typename I , typename N >
util::graph mln::make::internal::region_adjacency_graph_dispatch ( const Image< I > &  wshd,
const Neighborhood< N > &  nbh,
const typename I::value &  nbasins 
)
template<typename I , typename N >
void mln::make::internal::region_adjacency_graph_tests ( const Image< I > &  wshd,
const Neighborhood< N > &  nbh,
const typename I::value &   
)