boost::gil::histogram::sub_histogram
sub_histogram overloads
Synopses
Declared in <boost/gil/histogram.hpp>
Returns a sub‐histogram over specified axes
template<std::size_t Dimensions...>
histogram<boost::mp11::mp_at<bin_t, boost::mp11::mp_size_t<Dimensions>>...>
sub_histogram();
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