Image processing with an exponential function
Mostrar comentarios más antiguos
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 comentario
MRC
el 30 de Mayo de 2012
Respuestas (2)
Image Analyst
el 30 de Mayo de 2012
0 votos
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
el 30 de Mayo de 2012
MyImage = imread('image.jpg');
exp(MyImage)
Categorías
Más información sobre Image Filtering en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!