Image processing with an exponential function
Mostra commenti meno recenti
I need to run the exponential function on an image. Could someone help with the code to perform this operation? exp('image.jpg') doesn't work. Also if you have any other functions I could try on my images.
1 Commento
MRC
il 30 Mag 2012
Risposte (2)
Image Analyst
il 30 Mag 2012
0 voti
I have no idea what you want to do. Do you want (for some reason) "e" raised to the power of the gray level of the image???? If so, for what purpose?
Walter Roberson
il 30 Mag 2012
MyImage = imread('image.jpg');
exp(MyImage)
Categorie
Scopri di più su Image Filtering in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!