Functions

mln::canvas::labeling::impl::generic Namespace Reference

Functions

template<typename I , typename N , typename L , typename F >
mln::trait::ch_value< I, L >::ret blobs (const Image< I > &input_, const N &nbh, L &nlabels, F &functor)
template<typename I >
static I::psite find_root (I &parent, const typename I::psite &x)
template<typename I , typename N , typename L , typename S , typename F >
mln::trait::ch_value< I, L >::ret labeling (const Image< I > &input_, const Neighborhood< N > &nbh_, L &nlabels, const Site_Set< S > &s_, F &f)
 Generic Connected component labeling of the object part in a binary image.

Function Documentation

template<typename I , typename N , typename L , typename F >
mln::trait::ch_value< I , L >::ret mln::canvas::labeling::impl::generic::blobs ( const Image< I > &  input_,
const N &  nbh,
L &  nlabels,
F &  functor 
)
template<typename I >
static I ::psite mln::canvas::labeling::impl::generic::find_root ( I &  parent,
const typename I::psite &  x 
) [inline, static]

Definition at line 70 of file generic.hh.

Referenced by labeling().

template<typename I , typename N , typename L , typename S , typename F >
mln::trait::ch_value< I, L >::ret mln::canvas::labeling::impl::generic::labeling ( const Image< I > &  input_,
const Neighborhood< N > &  nbh_,
L &  nlabels,
const Site_Set< S > &  s_,
F &  f 
)