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 (최근 30일)
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)

답변 (1개)

Image Analyst
Image Analyst 2013년 2월 4일
Use stdfilt() and then threshold to find regions with low standard deviation.
  댓글 수: 1
vipul utsav
vipul utsav 2013년 2월 4일
편집: vipul utsav 2013년 2월 4일
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')

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by