Classes | |
struct | array |
Generic histogram class over a value set with type T . More... | |
struct | point_from_value |
struct | point_type_from |
Namespaces | |
namespace | impl |
Implementation namespace of histo namespace. | |
namespace | internal |
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) |
array< typename I::value > mln::histo::compute | ( | const Image< I > & | input | ) | [inline] |
Compute the histogram of image input
.
Definition at line 78 of file histo/compute.hh.
References mln::trace::entering(), mln::exact(), and mln::trace::exiting().
Referenced by mln::morpho::tree::internal::compute_histo(), mln::data::impl::sort_offsets_decreasing_radix(), mln::data::impl::sort_offsets_increasing_radix(), mln::data::impl::sort_psites_decreasing_(), and mln::data::impl::sort_psites_increasing_().
mln::histo::mln_histo_point_type_from | ( | T | ) | const [inline] |
Definition at line 129 of file point_from_value.hh.
std::ostream & mln::histo::operator<< | ( | std::ostream & | ostr, | |
const array< T > & | h | |||
) | [inline] |
Definition at line 179 of file histo/array.hh.