Ask Your Question

Sum_89's profile - activity

2016-06-17 11:42:57 -0600 answered a question How to increase the thickness or darkness of edge after edge detection?

You can try dilating the image, worked pretty well on Canny edge detection results. Also remember it might amplify noise too

2016-06-17 10:36:17 -0600 asked a question The skimage.morphology.remove_small_objects function doesnt work?

I am trying unsuccessfully to use the skimage.morphology.remove_small_objects function to remove small connected objects under 200 pixels from a raster image and although this function runs smoothly, the results it returns looks exactly the same as the original. I have tried running this function on a binary,gray scale and rgb image with no luck. I have also tried running it on the output image of a canny detector with no luck. Im attaching a copy of the image i am trying to run it on to get rid of most of the outliers except the road in the image. I hope some one can help. The file i have uploaded is a jpg, however the original is a tif and is quite large.C:\fakepath\Picture1.jpg