Implementation namespace of labeling namespace. More...
Namespaces | |
namespace | generic |
Generic implementation namespace of labeling namespace. | |
Classes | |
struct | flat_zones_functor |
struct | regional_maxima_functor |
struct | regional_minima_functor |
struct | value_functor |
Functions | |
template<typename I , typename N , typename L > | |
mln::trait::ch_value< I, L >::ret | blobs_ (const I &input, const N &nbh, L &nlabels) |
template<typename I , typename L > | |
mln::trait::concrete< I >::ret | mean_values_rgb (const Image< I > &input_, const Image< L > &lbl_, typename L::value nlabels) |
Implementation namespace of labeling namespace.
mln::trait::ch_value< I , L >::ret mln::labeling::impl::blobs_ | ( | const I & | input, | |
const N & | nbh, | |||
L & | nlabels | |||
) |
References mln::labeling::impl::generic::blobs_().
Referenced by mln::labeling::blobs().
mln::trait::concrete< I >::ret mln::labeling::impl::mean_values_rgb | ( | const Image< I > & | input_, | |
const Image< L > & | lbl_, | |||
typename L::value | nlabels | |||
) |
References mln::labeling::compute(), mln::trace::entering(), mln::exact(), mln::trace::exiting(), mln::convert::from_to(), mln::labeling::internal::mean_values_tests(), mln::convert::to(), mln::data::transform(), mln::literal::yellow, and mln::literal::zero.
Referenced by mln::labeling::internal::mean_values_dispatch().