Functions | |
| 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 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 > | |
| 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<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 > | |
| 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<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 > | |
| 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<typename V > | |
| V | random_color (const V &) |
| template<unsigned n> | |
| mln::value::rgb< n > | random_color (const mln::value::rgb< n > &) |
| 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, 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 F > | |
| void | relabel_tests (const Image< I > &label, const typename I::value &nlabels, const Function< F > &f) |
| 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 | ( | const Accumulator< A > & | a, | |
| const Image< L > & | label, | |||
| const typename L::value & | nlabels | |||
| ) | [inline] |
References mln::labeling::compute().
Referenced by mln::labeling::compute().
| 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] |
References mln::labeling::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] |
References 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 | |||
| ) |
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] |
References mln::exact().
| void mln::labeling::internal::compute_tests | ( | const Accumulator< A > & | a, | |
| const Image< L > & | label, | |||
| const typename L::value & | nlabels | |||
| ) | [inline] |
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 value::rgb< n > & | , | |
| const Image< I > & | input, | |||
| const Image< L > & | lbl, | |||
| typename L::value | nlabels | |||
| ) |
References mln::labeling::impl::mean_values_rgb().
Referenced by mln::labeling::mean_values(), and mean_values_dispatch().
| 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 | |||
| ) |
References mln::labeling::mean_values().
| mln::trait::concrete< I >::ret mln::labeling::internal::mean_values_dispatch | ( | const Image< I > & | input, | |
| const Image< L > & | lbl, | |||
| typename L::value | nlabels | |||
| ) |
References mean_values_dispatch().
| void mln::labeling::internal::mean_values_tests | ( | const Image< I > & | input, | |
| const Image< L > & | lbl, | |||
| typename L::value | nlabels | |||
| ) |
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 | |||
| ) |
References mln::exact().
Referenced by mln::labeling::pack(), and mln::labeling::pack_inplace().
| V mln::labeling::internal::random_color | ( | const V & | ) |
Referenced by mln::labeling::colorize(), and mln::registration::closest_point_with_map< P >::init().
| mln::value::rgb<n> mln::labeling::internal::random_color | ( | const mln::value::rgb< n > & | ) |
References random_number().
| unsigned mln::labeling::internal::random_number | ( | ) |
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] |
References mln::exact().
Referenced by mln::labeling::relabel_inplace().
| void mln::labeling::internal::relabel_tests | ( | const Image< I > & | label, | |
| const typename I::value & | nlabels, | |||
| typename I::value & | new_nlabels, | |||
| const Function< F > & | f | |||
| ) |
References mln::exact().
| void mln::labeling::internal::relabel_tests | ( | const Image< I > & | label, | |
| typename I::value & | new_nlabels | |||
| ) |
References mln::exact().
Referenced by mln::labeling::relabel().
| void mln::labeling::internal::relabel_tests | ( | const Image< I > & | label, | |
| const typename I::value & | nlabels, | |||
| const Function< F > & | f | |||
| ) |
References mln::exact().
| void mln::labeling::internal::value_tests | ( | const Image< I > & | input, | |
| const typename I::value & | val, | |||
| const Neighborhood< N > & | nbh, | |||
| L & | nlabels | |||
| ) |
References mln::exact().
Referenced by mln::labeling::value().
1.7.1