how can compute the log10 of the image ? what is the effect of this operation ?

2 次查看(过去 30 天)
how can compute logarithm of base 10 for the image ? what is the effect of this operation ?

采纳的回答

Iain
Iain 2013-6-21
It suppresses small changes on large values and highlights changes of smaller values.
1 becomes 0, 10 becomes 1, 100 becomes 2...
im = log10(image);

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Images 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by