The document describes using Matlab's image processing toolbox to align images taken of an experiment. A series of 100 images were taken of a fractured cell with fluid flowing through it. However, slight movements of the camera between images needed to be corrected. The cpselect function was used to select control points across an image and a reference "aperture field" image. These points define a transformation that is applied to align the images. A "piecewise linear" transformation provided the best alignment according to pixel position checks. The process is repeated to register all images to the aperture field image.