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

Namespaces

namespace  impl

Classes

struct  array
 Generic histogram class over a value set with type T. More...
struct  point_from_value
struct  point_type_from

Functions

template<typename I >
histo::array< typename I::value > compute (const Image< I > &input)
template<typename I >
mln::trait::concrete< I >::ret equalize (const Image< I > &input)
template<typename V , typename T >
void from_to_ (const array< V > &from, image1d< T > &to)
template<typename T >
mln::histo::point_type_from< T >
::ret 
meta_point_from_value (const T &v)
template<typename T >
std::ostream & operator<< (std::ostream &ostr, const array< T > &h)

Detailed Description

Namespace of histograms.

Function Documentation

template<typename I >
histo::array<typename I ::value> mln::histo::compute ( const Image< I > &  input)

Compute the histogram of image input.

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

Source: http://en.wikipedia.org/wiki/Histogram_equalization

template<typename V , typename T >
void mln::histo::from_to_ ( const array< V > &  from,
image1d< T > &  to 
)
template<typename T >
mln::histo::point_type_from< T >::ret mln::histo::meta_point_from_value ( const T v)
template<typename T >
std::ostream& mln::histo::operator<< ( std::ostream &  ostr,
const array< T > &  h 
)
related