Functions

mln::geom::impl Namespace Reference

Implementation namespace of geom namespace. More...

Functions

template<typename I , typename N >
mln::trait::concrete< I >::ret seeds2tiling (const Image< I > &ima_, const Neighborhood< N > &nbh_)
 Generic implementation of geom::seed2tiling.

Detailed Description

Implementation namespace of geom namespace.


Function Documentation

template<typename I , typename N >
mln::trait::concrete< I >::ret mln::geom::impl::seeds2tiling ( const Image< I > &  ima_,
const Neighborhood< N > &  nbh_ 
) [inline]

Generic implementation of geom::seed2tiling.

Parameters:
[in,out] ima_ The labeled image with seed.
[in] nbh_ The neighborhood to use on this algorithm.

Definition at line 77 of file seeds2tiling.hh.

References mln::duplicate(), mln::p_queue< P >::front(), mln::p_queue< P >::pop(), and mln::p_queue< P >::push().

Referenced by mln::geom::seeds2tiling().