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!