boost::gil::cumulative_histogram

Overload for std::vector of cumulative_histogram

Synopsis

template<typename T>
std::vector<T>
cumulative_histogram(std::vector<T>& hist);

Return Value

A standard container which offers fixed time access to individual elements in any order.

Parameters

Name

Description

hist

A standard container which offers fixed time access to individual elements in any order.

Created with MrDocs