Namespaces | |
namespace | generic |
Functions | |
template<typename I, typename N, typename L, typename S, typename F> | |
mln::trait::ch_value< I, L >::ret | sorted_fastest (const Image< I > &input_, const Neighborhood< N > &nbh_, L &nlabels, const S &s, F &f) |
template<typename I, typename N, typename L, typename F> | |
mln::trait::ch_value< I, L >::ret | video_fastest (const Image< I > &input_, const Neighborhood< N > &nbh_, L &nlabels, F &f) |
mln::trait::ch_value< I , L >::ret mln::canvas::labeling::impl::sorted_fastest | ( | const Image< I > & | input_, | |
const Neighborhood< N > & | nbh_, | |||
L & | nlabels, | |||
const S & | s, | |||
F & | f | |||
) | [inline] |
Definition at line 77 of file sorted.hh.
References mln::extension::adjust(), mln::trace::entering(), mln::exact(), mln::trace::exiting(), mln::extension::fill(), mln::data::fill(), mln::canvas::labeling::internal::find_root_fastest(), mln::initialize(), mln::util::array< T >::nelements(), mln::offsets_wrt(), mln::trace::warning(), and mln::literal::zero.
Referenced by mln::canvas::labeling::internal::sorted_dispatch().
mln::trait::ch_value< I , L >::ret mln::canvas::labeling::impl::video_fastest | ( | const Image< I > & | input_, | |
const Neighborhood< N > & | nbh_, | |||
L & | nlabels, | |||
F & | f | |||
) | [inline] |
Definition at line 71 of file video.hh.
References mln::extension::adjust(), mln::trace::entering(), mln::exact(), mln::trace::exiting(), mln::extension::fill(), mln::data::fill(), mln::canvas::labeling::internal::find_root_fastest(), mln::initialize(), mln::util::array< T >::nelements(), mln::positive_offsets_wrt(), mln::trace::warning(), and mln::literal::zero.
Referenced by mln::canvas::labeling::internal::video_dispatch().