Functions

mln::morpho::watershed::internal Namespace Reference

Functions

template<typename I , typename N , typename L >
mln::trait::ch_value< I, L >::ret flooding_dispatch (metal::false_, const Image< I > &input, const Neighborhood< N > &nbh, L &n_basins)
template<typename I , typename N , typename L >
mln::trait::ch_value< I, L >::ret flooding_dispatch (const Image< I > &input, const Neighborhood< N > &nbh, L &n_basins)
template<typename I , typename N , typename L >
mln::trait::ch_value< I, L >::ret flooding_dispatch (metal::true_, const Image< I > &input, const Neighborhood< N > &nbh, L &n_basins)

Function Documentation

template<typename I , typename N , typename L >
mln::trait::ch_value< I , L >::ret mln::morpho::watershed::internal::flooding_dispatch ( metal::false_  ,
const Image< I > &  input,
const Neighborhood< N > &  nbh,
L &  n_basins 
) [inline]
template<typename I , typename N , typename L >
mln::trait::ch_value< I , L >::ret mln::morpho::watershed::internal::flooding_dispatch ( const Image< I > &  input,
const Neighborhood< N > &  nbh,
L &  n_basins 
) [inline]

Definition at line 360 of file flooding.hh.

References flooding_dispatch().

template<typename I , typename N , typename L >
mln::trait::ch_value< I , L >::ret mln::morpho::watershed::internal::flooding_dispatch ( metal::true_  ,
const Image< I > &  input,
const Neighborhood< N > &  nbh,
L &  n_basins 
) [inline]

Definition at line 350 of file flooding.hh.

References mln::morpho::watershed::impl::flooding_fastest().