boost::gil::histogram::sub_histogram
Returns a sub‐histogram over specified axes
Synopsis
Declared in <boost/gil/histogram.hpp>
template<std::size_t Dimensions...>
histogram<boost::mp11::mp_at<bin_t, boost::mp11::mp_size_t<Dimensions>>...>
sub_histogram();
Return Value
a sub‐histogram over specified axes
Created with MrDocs