License plate recognition software, developed for UvA's Image Processing project

Jayke Meijer e4aa8af5f7 Filled README file. 14 năm trước cách đây
docs 5e66b6cb55 Added description on sigma, and section on supporting scripts. 14 năm trước cách đây
images d282d498ec Removed useless image files. 14 năm trước cách đây
src a6f929bcfd Removed header form GaussianFilter. 14 năm trước cách đây
.gitignore 5690b9e039 Added script that runs a given classifier and savesthe faulty classified images. 14 năm trước cách đây
README e4aa8af5f7 Filled README file. 14 năm trước cách đây
todo.txt 239b4ab81f Fixed typo in todo. 14 năm trước cách đây

README

Summary of project:
This code is an implementation of a classifier for License Plate
Recognition, using Local Binary Patterns as features for a Support Vector
Machine.

A number of scripts are provided to execute tests with this code, and to
see how well the code performs, both when considering accuracy and speed.
There is also a script that automises the search for proper parameters for
the SVM.

In the docs folder, a report can be found with a more extensive description
of the theory, the implementation and the results.

The images folder contains a sorted dataset of characters, cut out from
real life images of licenseplates.

Authors:
Taddeüs Kroes
Jayke Meijer
Fabiën Tesselaar
Richard Torenvliet
Gijs van der Voort.

Date:
December 2011

Dependencies:
matplotlib
numpy
scipy
python-libsvm