Use Gamma correction to process images, and then display related images.
    6 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    MD Anower Hossain
 el 23 de Nov. de 2019
  
    
    
    
    
    Editada: KALYAN ACHARJYA
      
      
 el 23 de Nov. de 2019
            how can i solve this question ??
0 comentarios
Respuesta aceptada
  KALYAN ACHARJYA
      
      
 el 23 de Nov. de 2019
        
      Editada: KALYAN ACHARJYA
      
      
 el 23 de Nov. de 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 comentarios
Más respuestas (0)
Ver también
Categorías
				Más información sobre Gamma Functions en Help Center y File Exchange.
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

