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!