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

2 vues (au cours des 30 derniers jours)
how can i solve this question ??

Réponse acceptée

KALYAN ACHARJYA
KALYAN ACHARJYA le 23 Nov 2019
Modifié(e) : KALYAN ACHARJYA le 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);

Plus de réponses (0)

Catégories

En savoir plus sur Gamma Functions dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by