$extrastylesheet
Functions | |
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) |
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 | ||
) |
Compute a tree using union-find method.
f | The original image. |
m | The connectivity mask. |
s_f | The sorted site set of f |
s_m | The sorted site set of m . |
nbh | The neighborhood of the mask. |