boost::gil::histogram::equals
Checks if 2 histograms are equal. Ignores type, and checks if the keys (after type casting) match.
Synopsis
Declared in <boost/gil/histogram.hpp>
template<typename OtherType>
bool
equals(OtherType const& otherhist) const;
Created with MrDocs