javaanpr
javaanpr copied to clipboard
JavaANPR - Automatic Number Plate Recognition System for Java
This is some progress for #86. The Canadian license plates change from province to province. Included here are only private vehicles (commercial vehicles have different formats). Most provinces have a...
Ondrej, I see that currently the application only works for Slovak, Czech and German license plates. Is there any way in which the model can be expanded for other countries...
sir, i want to recognize number plate from video file using JavaANPR. please guide me how to recognize the number plate from video file and how to draw rectangle on...
hi i change your code to add more than one image for each charector please change it in your project change in class KnnPatternClassifier ``` public KnnPatternClassifier() { String path...
hi plate detect is :  in cutting char it most have more height this is final plate detected  this is correct char :  but in cutting it...
hi when i use multi thread and enable report , report save very very bad can you change it to save new file for each thread ?
Because of numerous sugestions at StackOverflow, we should consider porting away from `java.awt` to something universal, or create a `android.graphics` port.
* [ ] Add logging * [ ] Outsource String values to properties file (translatable). Should be for UI strings mostly. Exception messages can remain in English. * [ ]...
Write javadoc documentation for any part of the library and submit a pull request!
Write a unit test using JUnit, testing any part of the library and submit a pull request!