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) |
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] |
References mln::morpho::watershed::flooding().
Referenced by mln::morpho::watershed::flooding(), and flooding_dispatch().
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] |
References flooding_dispatch().
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] |
References mln::morpho::watershed::impl::flooding_fastest().