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

Support for Brazilian license plate #31

Open badjano opened 7 years ago

badjano commented 7 years ago

Tried:

recognizeWithCountryRegionNConfig("br"...

but it did not work.

badjano commented 7 years ago

Maybe this will help

https://www.google.com.br/search?q=placa+de+carro+en+ingles&safe=off&source=lnms&tbm=isch&sa=X&ved=0ahUKEwjtoNbtprXPAhVFCpAKHZEvC7AQ_AUICCgB&biw=1920&bih=916#safe=off&tbm=isch&q=placa+de+carro&imgrc=pF41qFxNXAGQuM%3A

badjano commented 7 years ago

I think you only need to add these:

https://github.com/openalpr/openalpr/tree/master/runtime_data/region

SandroMachado commented 7 years ago

Hi @badjano,

Unfortunately, to support that data files I think it is required to compile a new version of openalpr. You can follow that discussion here.

Regards

Robbypatel1357 commented 7 years ago

how to use this for india?

Robbypatel1357 commented 7 years ago

please can any one help me?

SandroMachado commented 7 years ago

@Robbypatel1357 see #43.

Robbypatel1357 commented 7 years ago

but where is a solution?

SandroMachado commented 7 years ago

Probably #41.

Robbypatel1357 commented 7 years ago

but still not getting solution plz help me?

DipuDipanshu commented 7 years ago

ya,i hava the same issue....it's not working for indian number plates... and i'm not getting any solution too..... plzz have some attention on my issue....it will be a great help

thanks in advance

samlee92 commented 7 years ago

Hi SandroMachado, for current android version of ALPR, after we copy in the training file, region, conf file and so on, how do we set it to use the country we want in the app? And do we need to recompile the openCV, Tessaract, and other binaries?