Feeds
질문
How to access imgradient() and imgradientxy() functions of matlab 2015 in matlab 2010?
.
10년 초과 전 | 답변 수: 1 | 0
1
답변질문
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(...
10년 초과 전 | 답변 수: 1 | 0
1
답변질문
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...
10년 초과 전 | 답변 수: 0 | 0
0
답변질문
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...
10년 초과 전 | 답변 수: 0 | 0
0
답변질문
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=...
10년 초과 전 | 답변 수: 0 | 0
