Namespace of statistical accumulators. More...
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_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) | 
| Check wethever an histogram is equal to an other one.   | |
Namespace of statistical accumulators.
| 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.
| [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().
 1.7.1