boost::gil::histogram::sub_histogram
Can return a subset or a mask over the current histogram
Synopsis
Declared in <boost/gil/histogram.hpp>
template<
std::size_t Dimensions...,
typename Tuple>
histogram
sub_histogram(
Tuple const& t1,
Tuple const& t2);
Return Value
Default histogram class provided by boost::gil.
Created with MrDocs