Image processing with an exponential function
Ältere Kommentare anzeigen
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 Kommentar
MRC
am 30 Mai 2012
Antworten (2)
Image Analyst
am 30 Mai 2012
0 Stimmen
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
am 30 Mai 2012
MyImage = imread('image.jpg');
exp(MyImage)
Kategorien
Mehr zu Image Filtering finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!