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

답변