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

Move to OpenCV 3.x #30

Open alexeyvasilyev opened 8 years ago

alexeyvasilyev commented 8 years ago

Version 1.1.1 of openalpr-android uses old OpenCV library 2.4.9 built on 2014-04-25. There are a lot of NEON optimizations in recent OpenCV 3x which should bring better performance to openalpr-android. Please update it to the latest stable OpenCV. OpenALPR should work with OpenCV 3 without any problem.

JerzyPuchalski commented 8 years ago

OpenALPR "SHOULD" or "WORKS" with OpenCV 3 without a problem? Have you done any tests on this? Can you provide a compiled OpenALPR?

alexeyvasilyev commented 8 years ago

Should https://github.com/openalpr/openalpr/issues/131

SandroMachado commented 8 years ago

@alexeyvasilyev check this: https://github.com/openalpr/openalpr/issues/273

davidpini commented 7 years ago

Hi.. Are you planning to release a new version with OpenCV 3 ??

SandroMachado commented 7 years ago

Hi @davidpini,

check this: https://github.com/openalpr/openalpr/issues/273

I will try to compile it by myself, but it is not easy.

davidpini commented 7 years ago

@SandroMachado thanks for trying. I have already tried myself, but I found many errors.. I hope you will be luckier.