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

Namespaces

namespace  watershed

Classes

struct  topo_wst

Functions

template<typename L , typename I , typename N >
mln::trait::ch_value< I, L >::ret flooding (const Image< I > &input, const Neighborhood< N > &nbh, L &n_basins)
template<typename L , typename I , typename N >
mln::trait::ch_value< I, L >::ret flooding (const Image< I > &input, const Neighborhood< N > &nbh)
template<class I >
I::psite max (p_set< typename I::psite > &components)
template<class I >
I::psite min (const Image< I > &ima_, p_set< typename I::psite > &components)
template<typename I , typename J >
mln::trait::ch_value< I,
value::rgb8 >::ret 
superpose (const Image< I > &input_, const Image< J > &ws_ima_, const value::rgb8 &wsl_color)
template<typename I , typename J >
mln::trait::ch_value< I,
value::rgb8 >::ret 
superpose (const Image< I > &input, const Image< J > &ws_ima)
template<class T >
T::image_t topological (T &tree)

Detailed Description

Namespace of morphological watershed routines.

Function Documentation

template<class I >
I ::psite mln::morpho::watershed::max ( p_set< typename I::psite > &  components)

Definition at line 87 of file topological.hh.

template<class I >
I ::psite mln::morpho::watershed::min ( const Image< I > &  ima_,
p_set< typename I::psite > &  components 
)

Definition at line 68 of file topological.hh.

template<typename I , typename J >
mln::trait::ch_value< I , value::rgb8 >::ret mln::morpho::watershed::superpose ( const Image< I > &  input_,
const Image< J > &  ws_ima_,
const value::rgb8 &  wsl_color 
)
inline

Convert an image to a rgb8 image and draw the watershed lines.

template<typename I , typename J >
mln::trait::ch_value< I , value::rgb8 >::ret mln::morpho::watershed::superpose ( const Image< I > &  input,
const Image< J > &  ws_ima 
)
inline

Convert an image to a rgb8 image and draw the watershed lines.

template<class T >
T::image_t mln::morpho::watershed::topological ( T tree)

Compute a toological watershed transform from tree.