Histogram is basically frequency of pixel color. So in an 8 bit image we have 256 colors, ranging from 0 to 255. Histogram matching is taking that frequency of color and applying it to other image.
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.