This document outlines a project for segmenting and classifying teeth in dental x-ray images. The key steps include pre-processing the images through grayscaling, cropping the region of interest, separating the jaws, and separating individual teeth. Teeth segmentation is done using watershedding and mean shift filtering. Potential classification methods mentioned are hamming distance, eigenfaces, and principal component analysis.