Pornima Birajdar
Followers: 0 Following: 0
Statistica
7 Domande
0 Risposte
RANK
248.102
of 295.689
REPUTAZIONE
0
CONTRIBUTI
7 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
14.29%
VOTI RICEVUTI
0
RANK
of 154.317
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
How to access imgradient() and imgradientxy() functions of matlab 2015 in matlab 2010?
.
oltre 9 anni fa | 1 risposta | 0
1
rispostaDomanda
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(...
oltre 9 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 9 anni fa | 0 risposte | 0
0
risposteDomanda
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...
oltre 9 anni fa | 0 risposte | 0
0
risposteDomanda
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=...
oltre 9 anni fa | 0 risposte | 0
0
risposteDomanda
How to find out strongest peak in radon and fourier transform?
..
oltre 9 anni fa | 2 risposte | 0