boost::gil::cumulative_histogram

Overload for std::array of cumulative_histogram

Synopsis

template<
    typename T,
    std::size_t N>
std::array<T, N>
cumulative_histogram(std::array<T, N>& histogram);

Return Value

A standard container for storing a fixed size sequence of elements.

Parameters

Name

Description

histogram

A standard container for storing a fixed size sequence of elements.

Created with MrDocs