Functions | |
template<typename I> | |
unsigned | find_root_fastest (I &parent, unsigned x) |
Fastest version. | |
template<typename I, typename N, typename L, typename F> | |
void | labeling_tests (const Image< I > &input_, const Neighborhood< N > &nbh_, const L &nlabels, const F &f) |
template<typename I, typename N, typename L, typename F> | |
mln::trait::ch_value< I, L >::ret | sorted_dispatch (const Image< I > &input, const Neighborhood< N > &nbh, L &nlabels, F &functor, bool increasing) |
template<typename I, typename N, typename L, typename F> | |
mln::trait::ch_value< I, L >::ret | sorted_dispatch (metal::true_, const Image< I > &input, const Neighborhood< N > &nbh, L &nlabels, F &functor, bool increasing) |
template<typename I, typename N, typename L, typename F> | |
mln::trait::ch_value< I, L >::ret | sorted_dispatch (metal::false_, const Image< I > &input, const Neighborhood< N > &nbh, L &nlabels, F &functor, bool increasing) |
template<typename I, typename N, typename L, typename F> | |
mln::trait::ch_value< I, L >::ret | video_dispatch (const Image< I > &input, const Neighborhood< N > &nbh, L &nlabels, F &functor) |
template<typename I, typename N, typename L, typename F> | |
mln::trait::ch_value< I, L >::ret | video_dispatch (metal::true_, const Image< I > &input, const Neighborhood< N > &nbh, L &nlabels, F &functor) |
template<typename I, typename N, typename L, typename F> | |
mln::trait::ch_value< I, L >::ret | video_dispatch (metal::false_, const Image< I > &input, const Neighborhood< N > &nbh, L &nlabels, F &functor) |
unsigned mln::canvas::labeling::internal::find_root_fastest | ( | I & | parent, | |
unsigned | x | |||
) | [inline] |
Fastest version.
///
Definition at line 55 of file find_root_fastest.hh.
Referenced by mln::canvas::labeling::impl::sorted_fastest(), and mln::canvas::labeling::impl::video_fastest().
void mln::canvas::labeling::internal::labeling_tests | ( | const Image< I > & | input_, | |
const Neighborhood< N > & | nbh_, | |||
const L & | nlabels, | |||
const F & | f | |||
) | [inline] |
Definition at line 60 of file tests.hh.
References mln::exact().
Referenced by mln::canvas::labeling::sorted(), and mln::canvas::labeling::video().
mln::trait::ch_value< I , L >::ret mln::canvas::labeling::internal::sorted_dispatch | ( | const Image< I > & | input, | |
const Neighborhood< N > & | nbh, | |||
L & | nlabels, | |||
F & | functor, | |||
bool | increasing | |||
) | [inline] |
mln::trait::ch_value< I , L >::ret mln::canvas::labeling::internal::sorted_dispatch | ( | metal::true_ | , | |
const Image< I > & | input, | |||
const Neighborhood< N > & | nbh, | |||
L & | nlabels, | |||
F & | functor, | |||
bool | increasing | |||
) | [inline] |
Definition at line 216 of file sorted.hh.
References mln::data::sort_offsets_decreasing(), mln::data::sort_offsets_increasing(), and mln::canvas::labeling::impl::sorted_fastest().
mln::trait::ch_value< I , L >::ret mln::canvas::labeling::internal::sorted_dispatch | ( | metal::false_ | , | |
const Image< I > & | input, | |||
const Neighborhood< N > & | nbh, | |||
L & | nlabels, | |||
F & | functor, | |||
bool | increasing | |||
) | [inline] |
Definition at line 200 of file sorted.hh.
References mln::canvas::labeling::impl::generic::labeling(), mln::data::sort_psites_decreasing(), and mln::data::sort_psites_increasing().
Referenced by mln::canvas::labeling::sorted(), and sorted_dispatch().
mln::trait::ch_value< I , L >::ret mln::canvas::labeling::internal::video_dispatch | ( | const Image< I > & | input, | |
const Neighborhood< N > & | nbh, | |||
L & | nlabels, | |||
F & | functor | |||
) | [inline] |
mln::trait::ch_value< I , L >::ret mln::canvas::labeling::internal::video_dispatch | ( | metal::true_ | , | |
const Image< I > & | input, | |||
const Neighborhood< N > & | nbh, | |||
L & | nlabels, | |||
F & | functor | |||
) | [inline] |
mln::trait::ch_value< I , L >::ret mln::canvas::labeling::internal::video_dispatch | ( | metal::false_ | , | |
const Image< I > & | input, | |||
const Neighborhood< N > & | nbh, | |||
L & | nlabels, | |||
F & | functor | |||
) | [inline] |
Definition at line 189 of file video.hh.
References mln::exact(), and mln::canvas::labeling::impl::generic::labeling().
Referenced by mln::canvas::labeling::video(), and video_dispatch().