Looking for ANPR/LPR (Automatic Number Plate Recognition/License Plate Recognition) SDK for android [closed]

StackOverflow https://stackoverflow.com/questions/16582661

  •  29-05-2022
  •  | 
  •  

سؤال

I am looking for ANPR/LPR (Automatic Number Plate Recognition/License Plate Recognition) SDK for android..Is there any SDK for Android?

i want to develop a license plate identification software for android , where users can scan a plate using phone camera and identify the number.

i tried some optical character recognition(OCR) engines like Tesseract, but the accuracy is so bad.

is there any method I can use but OCR ?

هل كانت مفيدة؟

المحلول 2

I too am working on ANPR's. I think just using an OCR might not help. The opensource project Javananpr helped me a lot to understand the challenges and how one can tackle them. I suggest you to read the documentation there and maybe it can give you some direction.

نصائح أخرى

Check out OpenALPR (http://www.openalpr.com)

It's a C++ library that uses OpenCV and Tesseract. It should be possible to run this on Android via JNI.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top