README 900 B

12345678910111213141516171819202122232425262728293031
  1. Summary of project:
  2. This code is an implementation of a classifier for License Plate
  3. Recognition, using Local Binary Patterns as features for a Support Vector
  4. Machine.
  5. A number of scripts are provided to execute tests with this code, and to
  6. see how well the code performs, both when considering accuracy and speed.
  7. There is also a script that automises the search for proper parameters for
  8. the SVM.
  9. In the docs folder, a report can be found with a more extensive description
  10. of the theory, the implementation and the results.
  11. The images folder contains a sorted dataset of characters, cut out from
  12. real life images of licenseplates.
  13. Authors:
  14. Taddeüs Kroes
  15. Jayke Meijer
  16. Fabiën Tesselaar
  17. Richard Torenvliet
  18. Gijs van der Voort.
  19. Date:
  20. December 2011
  21. Dependencies:
  22. matplotlib
  23. numpy
  24. scipy
  25. python-libsvm