android端基于深度学习的车牌识别
android端,基于openCV与深度学习,实现快速准确的车牌识别。平均识别耗时350ms左右,采集100样本识别准确率达到95%。识别过程:1、使用openCV确定车牌左右、上下区域;2、车牌倾斜判断与校正;3、滑动切割字符;4、深度学习对每个字符进行识别
下载地址
用户评论
为什么无法编译
不支持黄牌和绿牌的识别码
D:\Users\xxbjkb2\Desktop\OpenCv\LicenseRecognition\license\src\main\cpp\src\PlateSegmentation.cpp:150:9: warning: 'delete' applied to a pointer that was allocated with 'new[]'; did you mean 'delete[]'? [-Wmismatched-new-delete] delete filterd; ^ 这个是什么原因呀
安装apk编译时报错了,FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:externalNativeBuildDevDebug'. > Build command failed. Error while executing 'E:\Android\AndroidSDK\sdk\cmake\3.6.4111459\bin\cmake.exe' with arguments {--build E:\Android\Git\ehome-android\app
还不错,感谢分享
您好,为啥我在点击实时车牌识别时会显示“It seems that you device does not support camera (or it is locked). Application will be closed.” 请问这个要怎么办?我是直接import 你的project的,另外选择图片后对车牌的识别是可以的。
下载下来试试看看
Error:A problem occurred configuring project ':license'. > executing external native build for cmake C:\Users\Administrator\Desktop\LicenseRecognition\license\CMakeLists.txt 这是什么错呢 # For more information about using CMake with Android Studio, read the # documentation: https://d.android.com/stud
还不错,值得学习一下