This document discusses techniques for image enhancement through spatial filtering. It begins with a refresher on spatial filtering, then discusses sharpening filters including 1st and 2nd derivative filters. The Laplacian filter is presented as a simple sharpening filter based on the 2nd derivative that highlights edges. Applying the Laplacian filter alone does not produce an enhanced image. To generate a sharpened image, the result of the Laplacian filter must be subtracted from the original image.