Namespace of histograms. More...
Namespaces | |
| namespace | impl | 
Implementation namespace of histo namespace.  | |
Classes | |
| struct | array | 
Generic histogram class over a value set with type T.  More... | |
Functions | |
| template<typename I > | |
| histo::array< typename I::value > | compute (const Image< I > &input) | 
Compute the histogram of image input.   | |
| template<typename I > | |
| mln::trait::concrete< I >::ret | equalize (const Image< I > &input) | 
Equalizes the histogram of image input.   | |
Namespace of histograms.
| histo::array< typename I::value > mln::histo::compute | ( | const Image< I > & | input | ) |  [inline] | 
        
Compute the histogram of image input. 
Definition at line 79 of file histo/compute.hh.
Referenced by equalize().
| mln::trait::concrete< I >::ret mln::histo::equalize | ( | const Image< I > & | input | ) | 
Equalizes the histogram of image input. 
Definition at line 55 of file histo/equalize.hh.
References compute(), and mln::initialize().
 1.7.1