Pornima Birajdar
Followers: 0 Following: 0
Statistics
7 Questions
0 Answers
RANK
247 939
of 295 527
REPUTATION
0
CONTRIBUTIONS
7 Questions
0 Answers
ANSWER ACCEPTANCE
14.29%
VOTES RECEIVED
0
RANK
of 20 242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154 057
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
How to access imgradient() and imgradientxy() functions of matlab 2015 in matlab 2010?
.
mer än 9 år ago | 1 answer | 0
1
answerQuestion
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(...
mer än 9 år ago | 1 answer | 0
1
answerQuestion
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...
mer än 9 år ago | 0 answers | 0
0
answersQuestion
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...
mer än 9 år ago | 0 answers | 0
0
answersQuestion
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=...
mer än 9 år ago | 0 answers | 0
0
answersQuestion
How to find out strongest peak in radon and fourier transform?
..
mer än 9 år ago | 2 answers | 0