Use Gamma correction to process images, and then display related images.

6 visualizzazioni (ultimi 30 giorni)
how can i solve this question ??

Risposta accettata

KALYAN ACHARJYA
KALYAN ACHARJYA il 23 Nov 2019
Modificato: KALYAN ACHARJYA il 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);

Più risposte (0)

Tag

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by