I am using JavaAnpr to recognize for my country(Kazakhstan) number plates. It doesn't recognize correctly. I looked these links: JavaANPR local plate recegtion (Localizing),
Localizing JavaAnpr for local license plates and I modified syntax.xml and size of image, but still getting an error.
This is my syntax.xml:
<?xml version="1.0" encoding="UTF-8"?>
<structure>
<type name="kazakhstan">
<char content="k"/>
<char content="z"/>
<char content="0123456789"/>
<char content="0123456789"/>
<char content="0123456789"/>
<char content="abcdefghijklmno0pqrstuvwxyz"/>
<char content="abcdefghijklmno0pqrstuvwxyz"/>
<char content="abcdefghijklmno0pqrstuvwxyz"/>
<char content="0123456789"/>
<char content="0123456789"/>
</type>
<type name="kazakhstan2">
<char content="0123456789"/>
<char content="0123456789"/>
<char content="0123456789"/>
<char content="abcdefghijklmno0pqrstuvwxyz"/>
<char content="abcdefghijklmno0pqrstuvwxyz"/>
<char content="abcdefghijklmno0pqrstuvwxyz"/>
<char content="0123456789"/>
<char content="0123456789"/>
</type>
</structure>
I have 2 issue
- By first image I get wrong result
- By second image get nothing(null)
This is very important for me. I wait impatiently answer. Thank you for help!