필터 지우기
필터 지우기

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