Remove small elements from color image
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi, I want to remove small elements from color image e.g. the pink and white colored particles from attached image. How can I do this?
2 commentaires
KALYAN ACHARJYA
le 12 Déc 2017
Modifié(e) : KALYAN ACHARJYA
le 12 Déc 2017
%Try following one
g=localthresh(gray1,ones(3),10,1.3,'global');
or try bwmorph function;
Réponses (0)
Voir également
Catégories
En savoir plus sur Image Processing Toolbox dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!