Classes | |
struct | array |
Generic histogram class over a value set with type T . More... | |
Namespaces | |
namespace | impl |
Implementation namespace of histo namespace. | |
Functions | |
template<typename I> | |
array< typename I::value > | compute (const Image< I > &input) |
Compute the histogram of image input . |
array< typename I::value > mln::histo::compute | ( | const Image< I > & | input | ) | [inline] |
Compute the histogram of image input
.