You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
1.0 KiB
Markdown

This file contains ambiguous Unicode characters!

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、opencv依赖库 c、NDK
集成方法如下:
a、引入模型文件请到HyperLRP中的Linux项目下拷贝模型model目录下的模型文件https://github.com/zeusees/HyperLPR/tree/master/Prj-Linux/lpr/model
到Android项目下的asset/pr目录中如果没有pr请自行建立如果拷贝不正确可能会出现模型文件找不到的问题。
b、opencv如果opencv没有配置好请按如下方法配置
1、项目依赖opencv版本为opencv3.4+,请自行下载,
2、改完之后请在cpp/Cmakelist.xml中把配置中opencv路径改为指向自己机器的路径。
注意运行过程中可能出现权限问题,请开发者自行解决。
c、NDK项目依赖的NDK版本为ndk16、请开发者自行修改为自己的NDK路径