Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
作者[@秀才遇到猫][1]

### 特别说明
* java综合测试请看项目[loaddll-test][7]
* 它是使用opencv-mser提取身份证号码图块,使用本项目加载对应动态库
Expand All @@ -9,7 +7,7 @@

### 目录结构遵循[maven标准目录结构][2]
* 此项目是用于统一加载linux和windows动态库,运用了java和scala两种语言实现,java方式已经运用到web展示,scala是研究spark预处理图像所想的思路,还未实践
* jni具体方法参考另一个[scalacpptest][5],其中动态库解压目录参考项目[javacpp][6],代码详见<https://github.com/bytedeco/javacpp/blob/master/src/main/java/org/bytedeco/javacpp/Loader.java#L646-L660>
* jni具体方法参考另一个[scalacpptest][5],其中动态库解压目录参考项目[javacpp][6],代码详见<https://github.com/bytedeco/javacpp/blob/master/src/main/java/org/bytedeco/javacpp/Loader.java#L759-L861>
* 本项目思路是解压jar包动态库至java.io.tmpdir下动态生成一个跟时间戳相关文件夹下,使用绝对路径加载方法 System.load()加载
* 本项目适合只需要解压动态库功能,一个类就解决问题,路径可自己决定

Expand Down Expand Up @@ -41,8 +39,6 @@




[1]: http://weibo.com/smirklijie
[2]: http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html
[3]: http://scala-ide.org/
[4]: http://plugins.jetbrains.com/plugin/?idea&id=1347
Expand All @@ -52,4 +48,4 @@
[8]: https://github.com/smirkcat/loaddll
[9]: https://git.oschina.net/smirkcat/loaddll
[10]: https://git.oschina.net/smirkcat/scalacpptest/tree/loaddll
[11]: https://git.oschina.net/smirkcat/ImgJni
[11]: https://git.oschina.net/smirkcat/ImgJni