Use Gamma correction to process images, and then display related images.
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
MD Anower Hossain
am 23 Nov. 2019
Bearbeitet: KALYAN ACHARJYA
am 23 Nov. 2019
how can i solve this question ??
0 Kommentare
Akzeptierte Antwort
KALYAN ACHARJYA
am 23 Nov. 2019
Bearbeitet: KALYAN ACHARJYA
am 23 Nov. 2019
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 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Gamma Functions finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!