1

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

  1. By first image I get wrong result
  2. By second image get nothing(null)

This is very important for me. I wait impatiently answer. Thank you for help!

Community
  • 1
  • 1
Nuradil
  • 11
  • 5
  • For debugging using the report generator, take a look at https://github.com/oskopek/javaanpr/blob/master/docs/howto-use-reports.adoc – Ondrej Skopek Apr 18 '17 at 13:45

0 Answers0