フィルターのクリア

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 Center および File ExchangeGeometric 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