boost::gil::fill_histogram
Overload for std::vector of fill_histogram
Synopsis
template<
typename SrcView,
typename T>
void
fill_histogram(
SrcView const& srcview,
std::vector<T>& histogram,
bool accumulate = false);
Parameters
Name |
Description |
histogram |
A standard container which offers fixed time access to individual elements in any order. |
Created with MrDocs