Borrar filtros
Borrar filtros

give me a description about the code below

1 visualización (últimos 30 días)
Ashitha
Ashitha el 31 de Jul. de 2013
function im_o = Add_noise( im, v )
seed = 0; randn( 'state', seed ); noise = randn( size(im) ); % noise = noise/sqrt(mean2(noise.^2)); im_o = double(im) + v*noise; function im_o = Add_noise( im, v )
  1 comentario
dpb
dpb el 31 de Jul. de 2013
I'd described it as poorly/not formatted.
What, specifically, is the question?

Iniciar sesión para comentar.

Respuestas (0)

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by