$extrastylesheet
Olena  User documentation 2.1
An Image Processing Platform
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mln::accu::stat Namespace Reference

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 >
bool operator== (const histo3d_rgb< V > &histo1, const histo3d_rgb< V > &histo2)

Detailed Description

Namespace of statistical accumulators.

Function Documentation

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]histo1the first histogram to compare with.
[in]histo2the second histogram.

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