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 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (1)
Image Analyst
le 4 Fév 2013
Use stdfilt() and then threshold to find regions with low standard deviation.
1 commentaire
Voir également
Catégories
En savoir plus sur Image Processing Toolbox dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!