How can I apply log mapping to the auto correlation result?

1 view (last 30 days)
I have the following code:
I = imread('lena.jpg');
theta = 0:180;
[R,xp] = radon(I,theta);
corr = xcorr(R);
How can I apply log mapping to the result?

Answers (0)

Community Treasure Hunt

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

Start Hunting!