This document discusses image segmentation techniques. It describes discontinuity-based segmentation which divides an image based on abrupt intensity changes to find isolated points, lines, and edges. Region-based segmentation groups similar pixels using thresholding, region growing, or splitting and merging. Common edge detection operators are also presented, including Sobel, Prewitt, and Laplacian of Gaussian (LoG) filters. Linking detected edge points can be done locally or globally to find object boundaries in the image.