Namespaces | Classes | Functions

mln::accu::stat Namespace Reference

Namespace of statistical accumulators. More...

Namespaces

namespace  meta

Classes

struct  deviation
 Generic standard deviation accumulator class. More...
struct  histo3d_rgb
 Define a histogram as accumulator which returns an image3d. More...
struct  max
 Generic max accumulator class. More...
struct  max_h
 Generic max function based on histogram over a value set with type V. More...
struct  mean
 Generic mean accumulator class. More...
struct  median_alt
 Generic median_alt function based on histogram over a value set with type S. More...
struct  median_alt_on
struct  median_h
 Generic median function based on histogram over a value set with type V. More...
struct  min
 Generic min accumulator class. More...
struct  min_h
 Generic min function based on histogram over a value set with type V. More...
struct  min_max
 Generic min and max accumulator class. More...
struct  rank
 Generic rank accumulator class. More...
struct  rank< bool >
 rank accumulator class for Boolean. More...
struct  rank_high_quant
 Generic rank accumulator class. More...
struct  var
 Var accumulator class. More...
struct  variance
 Variance accumulator class. More...

Functions

template<typename V >
std::ostream & operator<< (std::ostream &ostr, const max_h< V > &m)
template<typename V >
std::ostream & operator<< (std::ostream &ostr, const min_h< V > &m)
template<typename S >
std::ostream & operator<< (std::ostream &ostr, const median_alt< S > &m)
template<typename V >
bool operator== (const histo3d_rgb< V > &histo1, const histo3d_rgb< V > &histo2)
 Check wethever an histogram is equal to an other one.

Detailed Description

Namespace of statistical accumulators.


Function Documentation

template<typename V >
std::ostream& mln::accu::stat::operator<< ( std::ostream &  ostr,
const max_h< V > &  m 
) [inline]

Definition at line 342 of file max_h.hh.

template<typename V >
std::ostream& mln::accu::stat::operator<< ( std::ostream &  ostr,
const min_h< V > &  m 
) [inline]

Definition at line 318 of file min_h.hh.

template<typename S >
std::ostream& mln::accu::stat::operator<< ( std::ostream &  ostr,
const median_alt< S > &  m 
) [inline]

Definition at line 324 of file median_alt.hh.

template<typename V >
bool mln::accu::stat::operator== ( const histo3d_rgb< V > &  histo1,
const histo3d_rgb< V > &  histo2 
)

Check wethever an histogram is equal to an other one.

Parameters:
[in] histo1 the first histogram to compare with.
[in] histo2 the second histogram.

The operator compares all the bins from the two histograms. Nobody uses this method unless unitary tests.

Definition at line 315 of file histo3d_rgb.hh.

References mln::image3d< T >::domain(), mln::trace::entering(), mln::trace::exiting(), mln::internal::image_base< T, S, E >::is_valid(), and mln::accu::stat::histo3d_rgb< V >::to_result().