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

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

카테고리

도움말 센터File Exchange에서 Image Segmentation and Analysis에 대해 자세히 알아보기

질문:

2013년 6월 21일

Community Treasure Hunt

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

Start Hunting!

Translated by