#include <apps/morphers/image2d-skel.hh>
Private Member Functions |
template<typename I > |
bool | check (const I &ima, const typename I::psite &p) const |
template<typename I > |
bool | check__ (const I &ima, unsigned p) const |
template<typename I , typename N2 > |
unsigned | nb_connectivity2d (const I &, const N2 &nbh, const typename I::psite &p, bool object) const |
template<typename I , typename N2 > |
unsigned | nb_connectivity2d__ (const I &, const N2 &nbh, unsigned p, bool object) const |
Private Attributes |
const N & | nbh_ |
Detailed Description
template<typename I, typename N>
class is_simple_2d< I, N >
An equivalent (for mln::image2d) of the mln::topo::is_simple_cell functor, based on the mask-based criterion mln::topo::is_simple_2d.
This functor acts as an adapter, since mln::topo::is_simple_2d_t does not fit (yet) in the canvas of mln::topo::skeleton::breadth_first_thinning.
Definition at line 47 of file image2d-skel.hh.
Constructor & Destructor Documentation
template<typename I, typename N>
Build a functor.
- Parameters
-
nbh_fg | The foreground neighborhood. |
Definition at line 59 of file image2d-skel.hh.
template<typename I, typename N>
Build a functor, and assign an image to it.
- Parameters
-
nbh_fg | The foreground neighborhood. |
ima | The image. |
Definition at line 69 of file image2d-skel.hh.
Member Function Documentation
template<typename I, typename N>
template<typename I, typename N>
Member Typedef Documentation
template<typename I, typename N>
template<typename I, typename N>