This document presents a blur classification approach using a Convolution Neural Network (CNN). It discusses types of image degradation including blur, different blur models, and prior work on blur classification using features and neural networks. The proposed method uses a CNN to classify images into four blur categories (motion, defocus, box, and Gaussian blur) based on the images' frequency spectra. The method is evaluated on a dataset with over 2800 synthetically blurred images from 24 people performing 10 gestures. The CNN achieves an average accuracy of 97% for blur classification, outperforming alternatives using multilayer perceptrons or handcrafted features.