Edge detection is the first step of image segmentation based on edge. Edge usually owns the main information of image and lies in the anomalous and unstable location which gives the position of image profile. The profile is usually the most important characters of image during the processing of image, so it is necessary for us to detect the image and get the edge image.
The conventional methods of edge detection , such as differential operators or edge fitting operators, are not easy to...