boost::gil::histogram::key_from_pixel
Returns a histogram compatible key from the input pixel which can be directly used
Synopsis
Declared in <boost/gil/histogram.hpp>
template<
std::size_t Dimensions...,
typename Pixel>
key_t
key_from_pixel(Pixel const& p) const;
Created with MrDocs