boost::gil::histogram::sub_histogram

sub_histogram overloads

Synopses

Declared in <boost/gil/histogram.hpp>

Returns a sub‐histogram over specified axes

Can return a subset or a mask over the current histogram

template<
    std::size_t Dimensions...,
    typename Tuple>
histogram
sub_histogram(
    Tuple const& t1,
    Tuple const& t2);

Created with MrDocs