Skip to content

Latest commit

 

History

History
 
 

easyPR

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

easyPR

Runtime Environment

Introduction

easyPR是liuruoze/EasyPR 的Java版本。 easyPR是一个中文的开源车牌识别系统,其目标是成为一个简单、高效、准确的车牌识别引擎。

假设我们有如下的原始图片,需要识别出中间的车牌字符与颜色:

EasyPR 原始图片

经过easyPR的第一步处理车牌检测(PlateDetect)以后,我们获得了原始图片中仅包含车牌的图块:

EasyPR 车牌

接着,我们对图块进行OCR过程,在easyPR中,叫做字符识别(CharsRecognize)。我们得到了一个包含车牌颜色与字符的字符串:

“蓝牌:苏EUK722”

How to play

  • EasyPrTest

Tips

  • Commits on Jun 2, 2015
  • Added Globals for Windows

Links