필터 지우기
필터 지우기

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

조회 수: 1 (최근 30일)
Andrei
Andrei 2013년 10월 14일
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?

답변 (0개)

카테고리

Help CenterFile Exchange에서 Geometric Transformation and Image Registration에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by