photo

Pornima Birajdar


2015 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


how to compute gradients of image using gradient() in matlab2010
im=imread('31.png'); im=rgb2gray(im); [gx,gy]=gradient(im); gx1=fft(radon(log(abs(fft2(diff(gx)))))); gy1=fft(...

9年弱 前 | 1 件の回答 | 0

1

回答

質問


how to detect all local minima in radon transform and average distance between them?
I want to detect motion blur parameters in image using radon transform. im= imread ('blurredimage.tif'); Rd=radon(log...

9年弱 前 | 0 件の回答 | 0

0

回答

質問


how to detect all local minima in radon transform and average distance between them?
I want to detect motion blur parameters in image using radon transform. im= imread ('blurredimage.tif'); Rd=radon(log(a...

9年弱 前 | 0 件の回答 | 0

0

回答

質問


how to detect negative lines in image?
.

約9年 前 | 0 件の回答 | 0

0

回答

質問


I want to compute blur kernel of image using radon transform, but i am not getting correct result. is my code correct?
divides image in to overlapping blocks I=imread('runman.jpg'); I=rgb2gray(I); %function computes blur extent fun2=...

約9年 前 | 0 件の回答 | 0

0

回答

質問


How to find out strongest peak in radon and fourier transform?
..

約9年 前 | 2 件の回答 | 0

2

回答