Remove small elements from color image
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
KALYAN ACHARJYA
il 12 Dic 2017
Modificato: KALYAN ACHARJYA
il 12 Dic 2017
%Try following one
g=localthresh(gray1,ones(3),10,1.3,'global');
or try bwmorph function;
Risposte (0)
Vedere anche
Categorie
Scopri di più su Image Processing Toolbox in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!