GitHunt

Histogram Process

This project included Simple ImageProcessing Histogram Functions and Operations. work with colorful and grayscale image. Developed with C++ & Gorgon Game Engine

1-Histogram Equalization

2-Contrast Streching

3-Simple Brightness function I(x,y)+bparamater

4-Gamma Brightness function ((2^b)-1)*(I(x,y)/(2^b)-1)))^gammaparamater

5-Contrast (parameter c)*(I-ceil(((2^b)-1)/2)+ceil(((2^b)-1)/2

6-invert ((2^b)-1)-I(x,y)

yakupbeyoglu/Histogram | GitHunt