This document provides an overview of basic morphological image processing techniques. It defines morphological operations like dilation, erosion, opening and closing using set operations. Dilation expands objects and fills in holes while erosion shrinks objects. Boundary extraction is performed using erosion followed by a logical AND with the complement of the eroded image. Examples demonstrate using morphological operations to clean up a fingerprint image and extract an object from a noisy image.