Pregunta


code problem of semivariogram
clc; close all; clear all; x=10+sqrt(50)*randn(400,1); y=2+sqrt(30)*randn(400,1); [a,b]=si...

casi 13 años hace | 1 respuesta | 0

1

respuesta

Pregunta


i need matrix n which generated
snr=mean2(I./n)=0.5 ;where I is original image matrix and n is a noise matrix of same size of I. if i have 'I',i need matr...

casi 13 años hace | 1 respuesta | 0

1

respuesta

Pregunta


calculate signal power of image
how to calculate signal power of image in matlab?

casi 13 años hace | 2 respuestas | 0

2

respuestas

Pregunta


that actual snr is
one person say me that actual snr is,,, if noiseImage=noisyImage-originalImage then actual snr=mean(originalImage./abs(n...

casi 13 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how n(20*20 matrix) can obtain
mean(s./n)=0.5 s= 1 2 3 4 5 ...20 20 19 18 17 16....1 ...

casi 13 años hace | 1 respuesta | 0

1

respuesta

Pregunta


tthis right way to find
a=sqrt(0.5)*randn(400) snr=1/0.5 %0.5 is variance and signal=1 consider as normalized snrdb=10*log(snr) ...

casi 13 años hace | 1 respuesta | 0

1

respuesta

Pregunta


if i have no information of original image
if i have no information of original image and i do not add noise manually and i have just noisy image then how can i find sign...

casi 13 años hace | 2 respuestas | 0

2

respuestas

Pregunta


my question is that
a=randn(400); generates 400*400 matrix in matlab, my question is that this function generates different mean and variance ma...

casi 13 años hace | 1 respuesta | 0

1

respuesta

Pregunta


nugget variance from semivariogram
how to calculate nugget variance from semivariogram? http://www.mathworks.com/matlabcentral/fileexchange/20355-experimental...

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

0

respuestas

Pregunta


how can create matrix(image matrix) of 3db snr(signal to noise ratio) in matlab?
how can create matrix(image matrix) of 3db snr(signal to noise ratio) in matlab?

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

2

respuestas

Respondida
Find Min/Max Value of a Column in a Matrix
[r c] =find(Buff==min(Buff(:,3)))

alrededor de 13 años hace | 0

| aceptada

Pregunta


how could calculate semi(experimental)variogram of image?
how could calculate semi(experimental)variogram of image?

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

0

respuestas

Pregunta


if i add matrix(same size of original image)as a noisy matrix in original image, then how could i get noise of image(original+noisy matrix)?
if i add matrix(same size of original image)as a noisy matrix in original image, then how could i get noise of image(original+n...

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

2

respuestas

Pregunta


how to create homogeneous area from image?
how to create homogeneous area from image?

alrededor de 13 años hace | 1 respuesta | 0

1

respuesta

Pregunta


fun1= normrnd(20,sqrt(0.6),[400 400]); fun1 = 20 + sqrt(0.6)*randn(400); in above function 20 is mean and 0.6 is a variance; fun1 should generate 20 mean and 0.6 variance matrix of 400*400 . but i got 20 mean and variance is 0.0018,,,so what is prob
fun1= normrnd(20,sqrt(0.6),[400 400]); fun1 = 20 + sqrt(0.6)*randn(400); in above function 20 is mean and 0.6 is a variance;...

alrededor de 13 años hace | 1 respuesta | 0

1

respuesta

Pregunta


v = directionalVariogram(img, xoffset, yoffset); in which version of matlab this function is suported? also in which toolbox?
v = directionalVariogram(img, xoffset, yoffset); in which version of matlab this function is suported? also in which toolbox?...

alrededor de 13 años hace | 1 respuesta | 0

1

respuesta

Pregunta


a=rand(400), this function generates 400*400 random matrix a,how could generate matrix a with specified mean and variance.
a=rand(400), this function generates 400*400 random matrix a,how could generate matrix a with specified mean and variance in m...

alrededor de 13 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how could noise OF IMAGE converted into db?
how could SNR OF IMAGE into db?

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

0

respuestas

Pregunta


how to add constant noise in image in matlab function?
how to add constant noise in image in matlab function?

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

2

respuestas

Pregunta


how could i get semivariogram of image in matlab?
how could i get semivariogram of image in matlab?

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

0

respuestas

Pregunta


variogram of image in matlab
variogram of image in matlab

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

0

respuestas

Pregunta


how to calculate actual snr of image in matlab?
how to calculate actual snr of image in matlab?

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

2

respuestas

Pregunta


how to add constant noise in image?
how to add constant noise in image? imnoise is not function for constant noise,i adds random noise

alrededor de 13 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to add noise in db in image?
how to add noise in db in image?

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

0

respuestas

Pregunta


simulation done in keil IDE is possible in matlb?
simulation done in keil IDE is possible in matlb?

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

0

respuestas

Pregunta


how to choose homogeneous blocks from image in matlab ?
how to choose homogeneous blocks from image in matlab ? i have divided image into 10*10 window. and then i took standard deviati...

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

0

respuestas

Pregunta


i have two array x=[1 6 8 9],y=[3 6 9 14],then i plot (x,y) in matlab. i have no linear equation of x,y. i have only above array of x and y. if value of x is 4 then what is the value of y. is it possible using logic?
i have two array x=[1 6 8 9],y=[3 6 9 14],then i plot (x,y) in matlab. i have no linear equation of x,y. i have only above array...

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

2

respuestas

Pregunta


i have two array x=[1 6 8 9],y=[3 6 9 14],then i plot (x,y) in matlab. i have no linear equation of x,y. i have only above array of x and y. if value of x is 4 then what is the value of y.
i have two array x=[1 6 8 9],y=[3 6 9 14],then i plot (x,y) in matlab. i have no linear equation of x,y. i have only above a...

alrededor de 13 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to implement linear eauation from points (x1,y1),(x2,y2),(x3,y3),(x4,y4) and so on in xy plane in matlab
how to implement linear eauation from points (x1,y1),(x2,y2),(x3,y3),(x4,y4) and so on in xy plane in matlab

alrededor de 13 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to add salt &pepper,gaussian noise (in 3 db)in image in matlab
how to add salt &pepper,gaussian noise (in 3 db)in image in matlab

alrededor de 13 años hace | 1 respuesta | 0

1

respuesta

Cargar más