Filter löschen
Filter löschen

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

1 Ansicht (letzte 30 Tage)
Andrei
Andrei am 14 Okt. 2013
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?

Antworten (0)

Kategorien

Mehr zu Geometric Transformation and Image Registration finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by