EasyPR is a Chinese open source license plate recognition system

EasyPR

EasyPR is a Chinese open source license plate recognition system, which aims to be a simple, efficient and accurate license plate recognition engine.

Compared to other license plate recognition system, EasyPR has the following characteristics:

  • It is based on the open source library openCV. This means you can get all the source code and ported to all platforms supported by opencv.
  • It can recognize Chinese. Such as license plate for the Soviet Union EUK722 picture, it can accurately output std: string type "Su EUK722" results.
  • Its high recognition rate. Where the clear image, license plate detection and character recognition can be achieved over 80% accuracy.

Cross-platform

Currently in addition to the windows platform, as well as versions of other EasyPR following platforms. Some versions of the platform may be temporarily behind the main platform.

version Developers version address
android gold river 1.3 linuxxx/EasyPR_Android
linux Micooz 1.4 It has been integrated with EasyPR
ios zhoushiwei 1.3 zhoushiwei / EasyPR-iOS
mac zhoushiwei, Micooz 1.4 It has been integrated with EasyPR
java fan-wenjie 1.2 fan-wenjie/EasyPR-Java

compatibility

EasyPR current version is based on opencv3.0 development, version 3.0 and above and should be compatible with the previous version there may be incompatibilities.

Run the sample

The tests performed on the windows, using jdk1.8 + opencv-3.0 + javacv-0.11, make sure the machine is installed.

Download EasyPR-Java, import eclipse, run EasyPrTest.java:
Alt text

This article does not involve opencv installation, if necessary contact me.

Original: Large column  EasyPR is a Chinese open source license plate recognition system


Guess you like

Origin www.cnblogs.com/petewell/p/11615069.html