Classes | |
struct | compute_functor |
Functor not computing anything. More... | |
struct | dummy_functor |
Functor not computing anything. More... | |
Functions | |
template<typename A, typename I, typename L> | |
util::array< typename A::result > | compute_dispatch (util::array< A > &a, const Image< I > &input, const Image< L > &label, const typename L::value &nlabels) |
template<typename A, typename I, typename L> | |
util::array< typename A::result > | compute_dispatch (const Accumulator< A > &a, const Image< I > &input, const Image< L > &label, const typename L::value &nlabels) |
template<typename A, typename L> | |
util::array< typename A::result > | compute_dispatch (const Accumulator< A > &a, const Image< L > &label, const typename L::value &nlabels) |
template<typename A, typename L> | |
mln::trait::ch_value< L, A >::ret | compute_image (const util::array< A > &a, const Image< L > &labels_, const typename L::value &nlabels) |
template<typename A, typename I, typename L> | |
void | compute_tests (const Accumulator< A > &a, const Image< I > &input, const Image< L > &label, const typename L::value &nlabels) |
template<typename A, typename L> | |
void | compute_tests (const Accumulator< A > &a, const Image< L > &label, const typename L::value &nlabels) |
template<typename I, typename L> | |
mln::trait::concrete< I >::ret | mean_values_dispatch (const Image< I > &input, const Image< L > &lbl, typename L::value nlabels) |
template<typename I, typename L> | |
mln::trait::concrete< I >::ret | mean_values_dispatch (const typename I::value &, const Image< I > &input, const Image< L > &lbl, typename L::value nlabels) |
template<unsigned n, typename I, typename L> | |
mln::trait::concrete< I >::ret | mean_values_dispatch (const value::rgb< n > &, const Image< I > &input, const Image< L > &lbl, typename L::value nlabels) |
template<typename I, typename L> | |
void | mean_values_tests (const Image< I > &input, const Image< L > &lbl, typename L::value nlabels) |
template<typename I> | |
void | pack_tests (const Image< I > &label, typename I::value &new_nlabels) |
template<unsigned n> | |
mln::value::rgb< n > | random_color (const mln::value::rgb< n > &) |
template<typename V> | |
V | random_color (const V &) |
unsigned | random_number () |
template<typename I, typename F> | |
void | relabel_inplace_tests (Image< I > &label, typename I::value &nlabels, const Function< F > &f) |
template<typename I, typename F> | |
void | relabel_tests (const Image< I > &label, const typename I::value &nlabels, const Function< F > &f) |
template<typename I, typename F> | |
void | relabel_tests (const Image< I > &label, const typename I::value &nlabels, typename I::value &new_nlabels, const Function< F > &f) |
template<typename I> | |
void | relabel_tests (const Image< I > &label, typename I::value &new_nlabels) |
template<typename I, typename N, typename L> | |
void | value_tests (const Image< I > &input, const typename I::value &val, const Neighborhood< N > &nbh, L &nlabels) |
util::array<typename A ::result> mln::labeling::internal::compute_dispatch | ( | util::array< A > & | a, | |
const Image< I > & | input, | |||
const Image< L > & | label, | |||
const typename L::value & | nlabels | |||
) | [inline] |
Definition at line 338 of file labeling/compute.hh.
References mln::labeling::impl::generic::compute().
util::array<typename A ::result> mln::labeling::internal::compute_dispatch | ( | const Accumulator< A > & | a, | |
const Image< I > & | input, | |||
const Image< L > & | label, | |||
const typename L::value & | nlabels | |||
) | [inline] |
Definition at line 326 of file labeling/compute.hh.
References mln::labeling::impl::generic::compute().
util::array<typename A ::result> mln::labeling::internal::compute_dispatch | ( | const Accumulator< A > & | a, | |
const Image< L > & | label, | |||
const typename L::value & | nlabels | |||
) | [inline] |
Definition at line 315 of file labeling/compute.hh.
References mln::labeling::impl::generic::compute().
Referenced by mln::labeling::compute().
mln::trait::ch_value< L , A >::ret mln::labeling::internal::compute_image | ( | const util::array< A > & | a, | |
const Image< L > & | labels_, | |||
const typename L::value & | nlabels | |||
) | [inline] |
Definition at line 116 of file compute_image.hh.
References mln::exact(), and mln::initialize().
Referenced by mln::labeling::compute_image().
void mln::labeling::internal::compute_tests | ( | const Accumulator< A > & | a, | |
const Image< I > & | input, | |||
const Image< L > & | label, | |||
const typename L::value & | nlabels | |||
) | [inline] |
void mln::labeling::internal::compute_tests | ( | const Accumulator< A > & | a, | |
const Image< L > & | label, | |||
const typename L::value & | nlabels | |||
) | [inline] |
Definition at line 150 of file labeling/compute.hh.
References mln::exact().
Referenced by mln::labeling::compute(), and mln::labeling::impl::generic::compute().
mln::trait::concrete< I >::ret mln::labeling::internal::mean_values_dispatch | ( | const Image< I > & | input, | |
const Image< L > & | lbl, | |||
typename L::value | nlabels | |||
) | [inline] |
mln::trait::concrete< I >::ret mln::labeling::internal::mean_values_dispatch | ( | const typename I::value & | , | |
const Image< I > & | input, | |||
const Image< L > & | lbl, | |||
typename L::value | nlabels | |||
) | [inline] |
Definition at line 175 of file mean_values.hh.
References mln::labeling::impl::generic::mean_values().
mln::trait::concrete< I >::ret mln::labeling::internal::mean_values_dispatch | ( | const value::rgb< n > & | , | |
const Image< I > & | input, | |||
const Image< L > & | lbl, | |||
typename L::value | nlabels | |||
) | [inline] |
Definition at line 166 of file mean_values.hh.
References mln::labeling::impl::mean_values_rgb().
Referenced by mln::labeling::mean_values(), and mean_values_dispatch().
void mln::labeling::internal::mean_values_tests | ( | const Image< I > & | input, | |
const Image< L > & | lbl, | |||
typename L::value | nlabels | |||
) | [inline] |
Definition at line 76 of file mean_values.hh.
References mln::exact().
Referenced by mln::labeling::mean_values(), mln::labeling::impl::generic::mean_values(), and mln::labeling::impl::mean_values_rgb().
void mln::labeling::internal::pack_tests | ( | const Image< I > & | label, | |
typename I::value & | new_nlabels | |||
) | [inline] |
Definition at line 100 of file pack.hh.
References mln::exact().
Referenced by mln::labeling::pack(), and mln::labeling::pack_inplace().
mln::value::rgb<n> mln::labeling::internal::random_color | ( | const mln::value::rgb< n > & | ) | [inline] |
V mln::labeling::internal::random_color | ( | const V & | ) | [inline] |
Referenced by mln::labeling::colorize(), and mln::registration::closest_point_with_map< P >::init().
unsigned mln::labeling::internal::random_number | ( | ) |
Definition at line 104 of file colorize.hh.
References mln::labeling::colorize_::max_value, and mln::labeling::colorize_::min_value.
Referenced by random_color().
void mln::labeling::internal::relabel_inplace_tests | ( | Image< I > & | label, | |
typename I::value & | nlabels, | |||
const Function< F > & | f | |||
) | [inline] |
Definition at line 162 of file relabel.hh.
References mln::exact().
Referenced by mln::labeling::relabel_inplace().
void mln::labeling::internal::relabel_tests | ( | const Image< I > & | label, | |
const typename I::value & | nlabels, | |||
const Function< F > & | f | |||
) | [inline] |
void mln::labeling::internal::relabel_tests | ( | const Image< I > & | label, | |
const typename I::value & | nlabels, | |||
typename I::value & | new_nlabels, | |||
const Function< F > & | f | |||
) | [inline] |
void mln::labeling::internal::relabel_tests | ( | const Image< I > & | label, | |
typename I::value & | new_nlabels | |||
) | [inline] |
Definition at line 119 of file relabel.hh.
References mln::exact().
Referenced by mln::labeling::relabel().
void mln::labeling::internal::value_tests | ( | const Image< I > & | input, | |
const typename I::value & | val, | |||
const Neighborhood< N > & | nbh, | |||
L & | nlabels | |||
) | [inline] |
Definition at line 72 of file labeling/value.hh.
References mln::exact().
Referenced by mln::labeling::value().