$extrastylesheet
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) |
Namespace of histograms.
histo::array<typename I ::value> mln::histo::compute | ( | const Image< I > & | input | ) |
Compute the histogram of image input
.
mln::trait::concrete< I >::ret mln::histo::equalize | ( | const Image< I > & | input | ) |
Equalizes the histogram of image input
.
void mln::histo::from_to_ | ( | const array< V > & | from, |
image1d< T > & | to | ||
) |
mln::histo::point_type_from< T >::ret mln::histo::meta_point_from_value | ( | const T & | v | ) |
|
related |