boost::gil::histogram_equalization

Overload for histogram equalization algorithm, takes in a single source histogram and returns the color map used for histogram equalization.

Synopsis

template<typename SrcKeyType>
std::map<SrcKeyType, SrcKeyType>
histogram_equalization(histogram<SrcKeyType> const& src_hist);

Template Parameters

Name

Description

SrcKeyType

Key Type of input histogram

Parameters

Name

Description

src_hist

INPUT Input source histogram

Created with MrDocs