now, i have added noise in that original image using '0+std*ran​dn(size(or​ig.image))​' function,then how can find those homogeneous regions from this noisy image(only using noisy image)

1 visualización (últimos 30 días)
there are some homogeneous region in original image.i have found those homogeneous regions using 'stdfilt'filter.
now, i have added noise in that original image using '0+std*randn(size(orig.image))' function,then how can find those homogeneous regions from this noisy image(only using noisy image)

Respuestas (1)

Image Analyst
Image Analyst el 4 de Feb. de 2013
Use stdfilt() and then threshold to find regions with low standard deviation.
  1 comentario
vipul utsav
vipul utsav el 4 de Feb. de 2013
Editada: vipul utsav el 4 de Feb. de 2013
that i have done for original image and i have got homogeneous regions,
but my question is that how homogeneous regions can get from noisy image?(and noise is added to original image using 'randn' function)
(and also homogeneous regions should get only and only using noisy image,no information taken from original image and how much noise is added using 'rand')

Iniciar sesión para comentar.

Categorías

Más información sobre Image Processing Toolbox en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by