android端基于深度学习的车牌识别

时间:2021-05-13 05:58:18
【文件属性】:
文件名称:android端基于深度学习的车牌识别
文件大小:24.82MB
文件格式:ZIP
更新时间:2021-05-13 05:58:18
车牌识别 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
  • 还不错,值得学习一下
  • 下载下来试试看看
  • 还可以,虽然没有达到识别率要求
  • 编译不通过,报如下错 Caused by: org.gradle.api.GradleException: executing external native build for cmake E:\android\LicenseRecognition\license\CMakeLists.txt
  • 编译不过,一直报错啊
  • 谢谢,研究先~~