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

 Respuesta aceptada

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);

Más respuestas (0)

Preguntada:

el 21 de Jun. de 2013

Community Treasure Hunt

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

Start Hunting!

Translated by