javaanpr icon indicating copy to clipboard operation
javaanpr copied to clipboard

JavaANPR - Automatic Number Plate Recognition System for Java

Results 16 javaanpr issues
Sort by recently updated
recently updated
newest added

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...

feature
task

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...

feature

hi plate detect is : ![1467477185](https://user-images.githubusercontent.com/12513476/27791000-3e1e3662-6008-11e7-99b4-4c0c52e3f561.jpg) in cutting char it most have more height this is final plate detected ![971290054](https://user-images.githubusercontent.com/12513476/27791097-a80cf360-6008-11e7-9fcf-e64883ff5047.jpg) this is correct char : ![1467477185](https://user-images.githubusercontent.com/12513476/27791126-d2ee47e6-6008-11e7-9e28-acfed0d2b8fe.jpg) but in cutting it...

question

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 ?

bug

Because of numerous sugestions at StackOverflow, we should consider porting away from `java.awt` to something universal, or create a `android.graphics` port.

feature

* [ ] Add logging * [ ] Outsource String values to properties file (translatable). Should be for UI strings mostly. Exception messages can remain in English. * [ ]...

task

Write javadoc documentation for any part of the library and submit a pull request!

easy
task

Write a unit test using JUnit, testing any part of the library and submit a pull request!

easy
task