This document summarizes a seminar topic on edge linking presented under the guidance of Dr. Suresha M. It was submitted by student Shashikala V. Edge linking is used to group edge points detected by edge detection algorithms into meaningful boundaries. There are two types of edge linking: local processing which analyzes pixel neighborhoods, and global processing using the Hough transform which is tolerant of gaps and noise. The Hough transform maps edge points in image space to curves in parameter space to identify linear features like lines.