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);

Parameters

Name

Description

mask

A standard container which offers fixed time access to individual elements in any order.

Created with MrDocs