$extrastylesheet
#include <mln/morpho/watershed/topological.hh>
Public Member Functions | |
topo_wst (const Image< I > &i, const Neighborhood< N > &n) | |
void | go () |
psite | lca (psite a, psite b) |
Public Attributes | |
const I & | ima |
const N & | nbh |
mln::trait::ch_value< I, node > ::ret | nodes |
mln::trait::ch_value< I, psite > ::ret | Par_node |
mln::trait::ch_value< I, psite > ::ret | Par_tree |
mln::trait::ch_value< I, int >::ret | Rnk_node |
mln::trait::ch_value< I, int >::ret | Rnk_tree |
psite | Root |
mln::trait::ch_value< I, psite > ::ret | subtreeRoot |
Public Types | |
typedef I | image_t |
typedef N | neighborhood_t |
typedef I::psite | psite |
Classes | |
struct | node |
Definition at line 106 of file topological.hh.
mln::morpho::watershed::topo_wst< I, N >::topo_wst | ( | const Image< I > & | i, |
const Neighborhood< N > & | n | ||
) |
void mln::morpho::watershed::topo_wst< I, N >::go | ( | ) |
psite mln::morpho::watershed::topo_wst< I, N >::lca | ( | psite | a, |
psite | b | ||
) |
const I& mln::morpho::watershed::topo_wst< I, N >::ima |
Definition at line 176 of file topological.hh.
const N& mln::morpho::watershed::topo_wst< I, N >::nbh |
Definition at line 177 of file topological.hh.
mln::trait::ch_value< I , node >::ret mln::morpho::watershed::topo_wst< I, N >::nodes |
Definition at line 152 of file topological.hh.
mln::trait::ch_value< I , psite >::ret mln::morpho::watershed::topo_wst< I, N >::Par_node |
Definition at line 146 of file topological.hh.
mln::trait::ch_value< I , psite >::ret mln::morpho::watershed::topo_wst< I, N >::Par_tree |
Definition at line 147 of file topological.hh.
mln::trait::ch_value< I , int >::ret mln::morpho::watershed::topo_wst< I, N >::Rnk_node |
Definition at line 150 of file topological.hh.
mln::trait::ch_value< I , int >::ret mln::morpho::watershed::topo_wst< I, N >::Rnk_tree |
Definition at line 149 of file topological.hh.
psite mln::morpho::watershed::topo_wst< I, N >::Root |
Definition at line 153 of file topological.hh.
mln::trait::ch_value< I , psite >::ret mln::morpho::watershed::topo_wst< I, N >::subtreeRoot |
Definition at line 151 of file topological.hh.
typedef I mln::morpho::watershed::topo_wst< I, N >::image_t |
Definition at line 111 of file topological.hh.
typedef N mln::morpho::watershed::topo_wst< I, N >::neighborhood_t |
Definition at line 112 of file topological.hh.
typedef I ::psite mln::morpho::watershed::topo_wst< I, N >::psite |
Definition at line 110 of file topological.hh.