How can I Transform the image according to the histogram equalization technique.?
    2 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
How can I Transform the image according to the histogram equalization technique. only in the area of interest.

0 Commenti
Risposte (1)
  Frantisek Gaspar
      
 il 13 Apr 2022
        These is a histeq function. Yout can select region of interest like my_img(100:200, 69:420, :) and use it as input to histeq. For more advanced region of interest selection I suggest: https://www.mathworks.com/help/images/roi-creation-overview.html
0 Commenti
Vedere anche
Categorie
				Scopri di più su Histograms in Help Center e File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!