フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

how to detect all local minima in radon transform and average distance between them?

1 回表示 (過去 30 日間)
Pornima  Birajdar
Pornima Birajdar 2015 年 8 月 1 日
閉鎖済み: Walter Roberson 2015 年 8 月 1 日
I want to detect motion blur parameters in image using radon transform.
im= imread ('blurredimage.tif');
Rd=radon(log(abs(fft2(diff(im)))));
mx=max(Rd(:));
(Row column)=find(mx==Rd)
Here column gives blur angle theta i.e. blur direction.
I got stuck in computing blur length,
Blur length is computed by finding avg dist of local minima in radon transform.

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by