This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
HyperLPR Android Demo集成指南
Prj-Android 是 HyperLPR的一部分,集成时需要引入HyperLPR中的依赖文件以及环境
主要依赖如下 a、模型文件 b、NDK
集成方法如下:
a、引入模型文件:请到HyperLRP中的Linux项目下拷贝模型model目录下的模型文件(https://github.com/zeusees/HyperLPR/tree/master/Prj-Linux/lpr/model),
到Android项目下的asset/pr目录中(如果没有pr,请自行建立,如果拷贝不正确,可能会出现模型文件找不到的问题。
b、NDK,项目依赖的NDK版本为ndk16、请开发者自行修改为自己的NDK路径