Namespaces | Classes | Functions

mln::histo Namespace Reference

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.

Detailed Description

Namespace of histograms.


Function Documentation

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

template<typename I >
mln::trait::concrete< I >::ret mln::histo::equalize ( const Image< I > &  input  ) 

Equalizes the histogram of image input.

Author:
J. Fabrizio, R. Levillain

Definition at line 55 of file histo/equalize.hh.

References compute(), and mln::initialize().