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);
Created with MrDocs