photo

Pornima Birajdar


Con actividad desde 2015

Followers: 0   Following: 0

Estadística

  • Thankful Level 1

Ver insignias

Feeds

Ver por

1

respuesta

Pregunta


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

casi 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 9 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

casi 9 años hace | 0 respuestas | 0

0

respuestas

Pregunta


how to detect negative lines in image?
.

alrededor de 9 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

alrededor de 9 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

alrededor de 9 años hace | 2 respuestas | 0

2

respuestas