Remove noise in BW image
问题 I used MATLAB to generate this image (using bwareaopen ). In the middle I have a 2D ellipsoid. How can I clear all the "noise" surrounding of it and get a clear ellipsoid? original image 回答1: Have a look at this solution. As mentioned in the comments I used DoG - Difference of Gaussians What does DoG mean ? First you have to take two separate Gaussians of an image with two separate kernels. (By Gaussian I mean apply ing gaussian blur ). The difference of the two resultants is called the DoG .