enhance grayscale image using normalization factor
Afficher commentaires plus anciens
sir,
I have a gray scale image in the range {0,1}.I want to enhance this gray scale image using normalization factor alpha in order to transform the range from [0.15-0.4] to
[0-0.4]
ie, the pixel values of enhanced gray scale image should be,
fr(x,y)={ 0; if fg(x,y)<=0.15
alpha * fg(x,y) ; if 0.15<fg(x,y)<= 0.4
fg(x,y) ; else } Where fg(x,y) is the gray scale image in the range{0,1}
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Image Filtering and Enhancement dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!