Is there a a function/code which can make the darker bits darker and the lighter bits lighter?
Mostra commenti meno recenti

just a random image I found on google. Is it possible to make the black parts (crack) darker and the background (concrete) lighter?
Risposte (3)
Matz Johansson Bergström
il 21 Ago 2014
0 voti
If you have the image processing toolbox you can use imcontrast. http://www.mathworks.se/help/images/ref/imcontrast.html
Iain
il 21 Ago 2014
0 voti
Yup.
Calculate the difference from the image's mid level (128 probably, but this depends on how you're dealing with the image), and multiply it by a number greater than 1. Add that difference back to the mid level.
Image Analyst
il 22 Ago 2014
0 voti
You can use imadjust() or just pass in the range you want to see into imshow().
Categorie
Scopri di più su Red in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!