Adding constant if the pixel intensity is greater than 50?
Afficher commentaires plus anciens
Hello, I am new to Matlab, I would like to check every pixel in 16 bit image, If the pixel intensity is less than 50 its fine but if the intensity is greater than 50 in certain pixels, I should add that particular pixel with a constant and proceed to the next. The aim is to produce a new image by adding 2000 to the pixel Intensity>50, leaving pixel Intensity<50 unchanged. My Image size is 480x640; Thank You very much,
1 commentaire
Walter Roberson
le 2 Sep 2015
How do you intend to view the image? Are you using uint16 images?
Is it possible you meant add 200 rather than 2000? Even so, what result would you like for the places that start with at least 56, after which adding 200 would reach the limit of 255 for uint8 images.
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Images dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!