Functions

mln::morpho::tree::impl::generic Namespace Reference

Functions

template<typename I , typename N , typename S >
mln::trait::ch_value< I,
typename I::psite >::ret 
compute_parent (const Image< I > &f_, const Neighborhood< N > &nbh_, const Site_Set< S > &s_)
template<typename I , typename S , typename N >
data< I, p_array< typename
I::psite > > 
dual_union_find (const Image< I > &f, const Image< I > &m, const Site_Set< S > &s_f, const Site_Set< S > &s_m, const Neighborhood< N > &nbh)
 Compute a tree using union-find method.

Function Documentation

template<typename I , typename N , typename S >
mln::trait::ch_value< I , typename I ::psite >::ret mln::morpho::tree::impl::generic::compute_parent ( const Image< I > &  f_,
const Neighborhood< N > &  nbh_,
const Site_Set< S > &  s_ 
) [inline]
template<typename I , typename S , typename N >
data< I, p_array< typename I::psite > > mln::morpho::tree::impl::generic::dual_union_find ( const Image< I > &  f,
const Image< I > &  m,
const Site_Set< S > &  s_f,
const Site_Set< S > &  s_m,
const Neighborhood< N > &  nbh 
)