SandroMachado / openalpr-android

Android Automatic License Plate Recognition library (http://www.openalpr.com) ported for android.
Apache License 2.0
770 stars 272 forks source link

Pattern matching templates #58

Open Thonners opened 6 years ago

Thonners commented 6 years ago

Hi,

Great work so far :)

Just wondering if it is possible to provide templates for pattern matching, as described in the openalpr doc here: http://doc.openalpr.com/opensource.html#pattern-matching

I've tried creating a postprocessing folder and eu.patterns, uk.patterns, gb.patterns (I'm trying to match UK number plates), but it never seems to match anything. I just get:

"matches_template":0,"region":"","region_confidence":0

for all results.

Thanks