Use Gamma correction to process images, and then display related images.
    조회 수: 6 (최근 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!

