mln::labeling::internal Namespace Reference


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>
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)


Function Documentation

template<typename A, typename I, typename L>
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().

template<typename A, typename I, typename L>
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().

template<typename A, typename L>
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().

template<typename A, typename L>
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().

template<typename A, typename I, typename L>
void mln::labeling::internal::compute_tests ( const Accumulator< A > &  a,
const Image< I > &  input,
const Image< L > &  label,
const typename L::value &  nlabels 
) [inline]

Definition at line 165 of file labeling/compute.hh.

References mln::exact().

template<typename A, typename L>
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().

template<typename I, typename L>
mln::trait::concrete< I >::ret mln::labeling::internal::mean_values_dispatch ( const Image< I > &  input,
const Image< L > &  lbl,
typename L::value  nlabels 
) [inline]

Definition at line 184 of file mean_values.hh.

References mean_values_dispatch().

template<typename I, typename L>
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().

template<unsigned n, typename I, typename L>
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]

template<typename I, typename L>
void mln::labeling::internal::mean_values_tests ( const Image< I > &  input,
const Image< L > &  lbl,
typename L::value  nlabels 
) [inline]

template<typename I>
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().

template<unsigned n>
mln::value::rgb<n> mln::labeling::internal::random_color ( const mln::value::rgb< n > &   )  [inline]

Definition at line 121 of file colorize.hh.

References random_number().

template<typename V>
V mln::labeling::internal::random_color ( const V &   )  [inline]

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().

template<typename I, typename F>
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().

template<typename I, typename F>
void mln::labeling::internal::relabel_tests ( const Image< I > &  label,
const typename I::value &  nlabels,
const Function< F > &  f 
) [inline]

Definition at line 147 of file relabel.hh.

References mln::exact().

template<typename I, typename F>
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]

Definition at line 131 of file relabel.hh.

References mln::exact().

template<typename I>
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().

template<typename I, typename N, typename L>
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().


Generated on Sun Apr 25 02:03:10 2010 for Milena (Olena) by  doxygen 1.5.6