Borrar filtros
Borrar filtros

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

1 visualización (últimos 30 días)
Andrei
Andrei el 14 de Oct. de 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?

Respuestas (0)

Categorías

Más información sobre Geometric Transformation and Image Registration en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by