Use Gamma correction to process images, and then display related images.
2 次查看(过去 30 天)
显示 更早的评论
how can i solve this question ??
0 个评论
采纳的回答
KALYAN ACHARJYA
2019-11-23
编辑:KALYAN ACHARJYA
2019-11-23
Yes, its simple
c= % constant value
gamma= % Brigther gamma>1 or varry it & see the results
result_gamma=c*(r.^gamam); % r in input gray image
imshow(result_gamma);
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Gamma Functions 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!