Image processing with an exponential function
Afficher commentaires plus anciens
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 commentaire
MRC
le 30 Mai 2012
Réponses (2)
Image Analyst
le 30 Mai 2012
0 votes
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
le 30 Mai 2012
MyImage = imread('image.jpg');
exp(MyImage)
Catégories
En savoir plus sur Image Filtering 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!