Filter löschen
Filter löschen

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

2 Ansichten (letzte 30 Tage)
how can compute logarithm of base 10 for the image ? what is the effect of this operation ?

Akzeptierte Antwort

Iain
Iain am 21 Jun. 2013
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);

Weitere Antworten (0)

Kategorien

Mehr zu Images finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by