Abstract:
In digital image, edge is the area that shows the boundary between two regions. It is formed when there is a sudden change of intensity within the digital image. In order to identify the edges, edge detection is used. Among the edge detection techniques, Canny edge detection is probably the most popular and the most effective edge detection technique. However, the output of Canny edge detection is still not perfect. It contains some issues in its algorithms, which results in the formation of broken edges in its output. Therefore, in this project, the problem of the broken edges in Canny edge detection will be reduced.