Functions | |
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) |
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) |
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] |
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().
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] |
Definition at line 339 of file flooding.hh.
References mln::morpho::watershed::impl::generic::flooding().
Referenced by mln::morpho::watershed::flooding(), and flooding_dispatch().