photo

Pornima Birajdar


Actif depuis 2015

Followers: 0   Following: 0

Statistiques

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

1

réponse

Question


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(...

environ 9 ans il y a | 1 réponse | 0

1

réponse

Question


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...

environ 9 ans il y a | 1 réponse | 0

0

réponse

Question


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...

environ 9 ans il y a | 1 réponse | 0

0

réponse

Question


how to detect negative lines in image?
.

environ 9 ans il y a | 1 réponse | 0

0

réponse

Question


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=...

environ 9 ans il y a | 1 réponse | 0

0

réponse

Question


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

plus de 9 ans il y a | 2 réponses | 0

2

réponses