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 回表示 (過去 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)
0 件のコメント
回答 (1 件)
Image Analyst
2013 年 2 月 4 日
Use stdfilt() and then threshold to find regions with low standard deviation.
参考
カテゴリ
Help Center および File Exchange で Image Processing Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!