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)
Show older comments
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)
Answers (1)
Image Analyst
on 4 Feb 2013
0 votes
Use stdfilt() and then threshold to find regions with low standard deviation.
1 Comment
vipul utsav
on 4 Feb 2013
Edited: vipul utsav
on 4 Feb 2013
Categories
Find more on Image Category Classification in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!