07-06-2011 03:54 PM
There are imperfections in the area just inside of the detected edge. I have seen this in multiple programs and am only now looking for solutions. Thank you greatly in advance.
07-06-2011 03:57 PM
No edge detection algorithm is going to be perfect all the time.
Looks like you might be able to perform a few dilation operations to remove your artifacts in this case though.
07-07-2011 09:52 AM
A dilation looses the precision of the detection. Is there no way to remove simply the artifacts?
07-07-2011 09:57 AM
07-08-2011 09:57 AM
Hi agator2,
To reiterate Taki1999's post, you can always threshold the image before you do an edge detection to try and get a more precise edge. Your image looks like it is fading colors from the darker color to the lighter color. The more you can threshold this image to more precise edges, the less imperfections you will have. I hope this helps!
Kim W.