Community Profile

photo

Pornima Birajdar


Aktiv seit 2015

Followers: 0   Following: 0

Statistiken

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


how to detect negative lines in image?
.

fast 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

fast 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

fast 9 Jahre vor | 2 Antworten | 0

2

Antworten