boost::gil::fill_histogram

Overload for std::array of fill_histogram

Synopsis

template<
    typename SrcView,
    typename T,
    std::size_t N>
void
fill_histogram(
    SrcView const& srcview,
    std::array<T, N>& histogram,
    bool accumulate = false);

Parameters

Name

Description

histogram

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

Created with MrDocs