Skip to content

yakupbeyoglu/Histogram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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)