I’d like to do some image processing where gamma-correction is important. I’ve searched the web for the generic formula, but couldn’t find one that fits my needs.
I’d like to do some image processing where gamma-correction is important. I’ve searched the
Share
Pretty “generic” question as well. If you’re not interested in a solution for a particular programming language, this formular is the one to go with:
w_max and w_min are the maximum and minimum intensity values in your image and g is the intensity value before gamme correction.