$extrastylesheet
Olena  User documentation 2.1
An Image Processing Platform
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mln::morpho::tree::impl Namespace Reference

Namespaces

namespace  generic

Functions

template<typename I , typename N >
data< I, p_array< typename
I::psite > > 
dual_hqueue (const Image< I > &f, const Image< I > &m, const Neighborhood< N > &nbh)

Function Documentation

template<typename I , typename N >
data<I, p_array<typename I ::psite> > mln::morpho::tree::impl::dual_hqueue ( const Image< I > &  f,
const Image< I > &  m,
const Neighborhood< N > &  nbh 
)
inline

Compute a tree using hqueues.

Parameters
fThe original image.
mThe connectivity mask.
nbhThe neighborhood of the mask.
Returns
The tree structure.