boost::gil::histogram::fill
Fills the histogram with the input image view
Synopsis
Declared in <boost/gil/histogram.hpp>
template<
std::size_t Dimensions...,
typename SrcView>
void
fill(
SrcView const& srcview,
std::size_t bin_width = 1,
bool applymask = false,
std::vector<std::vector<bool>> mask = {},
key_t lower = key_t(),
key_t upper = key_t(),
bool setlimits = false);
Created with MrDocs