Remove small elements from color image
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
KALYAN ACHARJYA
am 12 Dez. 2017
Bearbeitet: KALYAN ACHARJYA
am 12 Dez. 2017
%Try following one
g=localthresh(gray1,ones(3),10,1.3,'global');
or try bwmorph function;
Antworten (0)
Siehe auch
Kategorien
Mehr zu Image Processing Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!