Effacer les filtres
Effacer les filtres

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

2 vues (au cours des 30 derniers jours)
Maria
Maria le 21 Juin 2013
how can compute logarithm of base 10 for the image ? what is the effect of this operation ?

Réponse acceptée

Iain
Iain le 21 Juin 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);

Plus de réponses (0)

Catégories

En savoir plus sur Images dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by