The basic steps will be something like: 1. Locate and extract the license plate within the image (not always easy, especially if the vehicle is moving) 2. Clean and enhance the license plate image (de-skew, de-noise, improve contrast, etc.) 3. Isolate individual glyphs (characters) 4. Extract informative features from characters 5. Recognize individual characters Step 5 could be performed any number of ways: neural network, discriminant analysis, k-nearest neighbors, etc. -Will Dwinnell Data Mining in MATLAB