Namespace of histograms. More...
Namespaces | |
namespace | impl |
Implementation namespace of histo namespace. | |
namespace | internal |
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 > | |
array< typename I::value > | compute (const Image< I > &input) |
Compute the histogram of image input . | |
template<typename T > | |
mln_histo_point_type_from (T) meta_point_from_value(const T &v) | |
template<typename T > | |
std::ostream & | operator<< (std::ostream &ostr, const array< T > &h) |
Namespace of histograms.
array< typename I::value > mln::histo::compute | ( | const Image< I > & | input | ) | [inline] |
Compute the histogram of image input
.
References mln::trace::entering(), mln::exact(), and mln::trace::exiting().
mln::histo::mln_histo_point_type_from | ( | T | ) | const |
std::ostream & mln::histo::operator<< | ( | std::ostream & | ostr, | |
const array< T > & | h | |||
) | [inline] |