oskopek / javaanpr

JavaANPR - Automatic Number Plate Recognition System for Java
Educational Community License v2.0
152 stars 112 forks source link

Incorrectly detected number plates on test snapshots #6

Open sudhirmohanraj opened 10 years ago

sudhirmohanraj commented 10 years ago

screen shot 2014-02-26 at 9 35 41 pm

oskopek commented 10 years ago

This is a known issue, thanks for reporting it. There are probably more of the test images that aren't 100% correct - I'll write a test for it soon.

oskopek commented 10 years ago

Here is a list of currently wrongly recognized test images:

"test_001.jpg",
"test_012.jpg",
"test_017.jpg",
"test_019.jpg",
"test_025.jpg",
"test_028.jpg",
"test_031.jpg",
"test_032.jpg",
"test_034.jpg",
"test_036.jpg",
"test_039.jpg",
"test_040.jpg",
"test_042.jpg",
"test_043.jpg",
"test_047.jpg",
"test_048.jpg",
"test_049.jpg",
"test_050.jpg",
"test_051.jpg",
"test_052.jpg",
"test_053.jpg",
"test_054.jpg",
"test_055.jpg",
"test_056.jpg",
"test_059.jpg",
"test_060.jpg",
"test_061.jpg",
"test_062.jpg",
"test_063.jpg",
"test_064.jpg",
"test_065.jpg",
"test_066.jpg",
"test_069.jpg",
"test_070.jpg",
"test_072.jpg",
"test_073.jpg",
"test_074.jpg",
"test_075.jpg",
"test_076.jpg",
"test_082.jpg",
"test_083.jpg",
"test_090.jpg",
"test_094.jpg",
"test_095.jpg"
oskopek commented 8 years ago

Take a look at https://github.com/oskopek/javaanpr/blob/master/docs/howto-use-reports.adoc. Keeping open for reference to improve the detection algorithm.