Gamma correction - the constant value?
이전 댓글 표시
Can someone help me out how to determine the constant from the Gamma correction in terms of gamma so that the interval [0,255] is mapped to itself?
The Gamma correction is: I out(m,n) = c[ I in(m,n)]^ gamma, where c is the constant
What I think: If the interval is mapped to itself, this means that I out = I in, right? So if I out = I in = A, then
c = A/A^gamma = A^(1-gamma).
But how to make the constant c in terms only of gamma?
Thanks!
댓글 수: 2
Image Analyst
2015년 10월 19일
Do you have the Statistics and Machine Learning Toolbox?
Lachezar Petkov
2015년 10월 19일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Gamma Functions에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!