Image processing with an exponential function
이전 댓글 표시
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.
답변 (2개)
Image Analyst
2012년 5월 30일
0 개 추천
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
2012년 5월 30일
MyImage = imread('image.jpg');
exp(MyImage)
카테고리
도움말 센터 및 File Exchange에서 Image Filtering에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!