This document discusses techniques for line detection in digital images. It covers the Hough transform and convolution-based techniques. The Hough transform allows identifying lines and other shapes by converting the representation from the original (x,y) plane to the parameter space of (m,c) representing lines. An example shows how to use the Hough transform to demonstrate that three points lie on the same line and find the line's equation. Convolution-based techniques use kernels tuned to detect lines of a particular width and orientation by convolving the kernels with the image.