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

조회 수: 2 (최근 30일)
how can i solve this question ??

채택된 답변

KALYAN ACHARJYA
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개)

카테고리

Help CenterFile Exchange에서 Gamma Functions에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by