boost::gil::fill_histogram
Overload for std::map of fill_histogram
Synopsis
template<
typename SrcView,
typename T1,
typename T2>
void
fill_histogram(
SrcView const& srcview,
std::map<T1, T2>& histogram,
bool accumulate = false);
Created with MrDocs