finding inverse exponential value
이전 댓글 표시
how to calculate the equation
e^-1(i,j)
where i and j are pixel values
답변 (1개)
Adam
2019년 10월 22일
If i and j are pixel values then you must have an image to which they are applied, e.g. im, in which case simply
exp( -im(i,j) )
works.
카테고리
도움말 센터 및 File Exchange에서 Neighborhood and Block Processing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!