Remove small elements from color image

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 个评论

I have removed the duplicate question.
%Try following one
g=localthresh(gray1,ones(3),10,1.3,'global');
or try bwmorph function;

请先登录,再进行评论。

回答(0 个)

类别

帮助中心File Exchange 中查找有关 Image Processing Toolbox 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by