Remove small elements from color image
    2 views (last 30 days)
  
       Show older comments
    
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 Comments
  KALYAN ACHARJYA
      
      
 on 12 Dec 2017
				
      Edited: KALYAN ACHARJYA
      
      
 on 12 Dec 2017
  
			%Try following one
 g=localthresh(gray1,ones(3),10,1.3,'global'); 
 or try bwmorph function;

Answers (0)
See Also
Categories
				Find more on Image Processing Toolbox in Help Center and File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!