Community Profile

photo

Pornima Birajdar


Active since 2015

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

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

8 years ago | 1 answer | 0

1

answer

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

8 years ago | 0 answers | 0

0

answers

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

8 years ago | 0 answers | 0

0

answers

Question


how to detect negative lines in image?
.

9 years ago | 0 answers | 0

0

answers

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

9 years ago | 0 answers | 0

0

answers

2

answers