zcolin / ZEasyPR

车牌识别库,对展现及取样进行了封装,可一键集成。基于EasyPR_Android: https://github.com/linuxxx/EasyPR_Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EasyprDemo

车牌识别库,基于EasyPR_Android, so库编译时间为 2016-09-01。

相对于EasyPR_Android进行了进一步的优化,对拍摄图片采取多次采样,然后对比选出最佳值,结果更加准确。

complie方式引用本库可以使用:

在根目录的build.gradle中加入

allprojects {
	repositories {
		...
		maven { url 'https://jitpack.io' }
	}
}

####在App中的gradle中加入

  dependencies {
	compile 'com.github.zcolin:zcolin_EasyPRLib:1.1.2'
}

About

车牌识别库,对展现及取样进行了封装,可一键集成。基于EasyPR_Android: https://github.com/linuxxx/EasyPR_Android


Languages

Language:Java 100.0%