【问题标题】:Implement SWT(Stroke Width Transform) algorithm in Android在Android中实现SWT(Stroke Width Transform)算法
【发布时间】:2016-02-16 17:22:49
【问题描述】:

这是我需要移植到 Android (http://www.math.tau.ac.il/~turkel/imagepapers/text_detection.pdf) 的算法。

在网上冲浪,发现这个 C 实现似乎不错。 http://libccv.org/lib/ccv-swt/

使用前我需要先将它移植到 Android。但是我对Android中的那种东西没有经验。最好的方法是什么?

【问题讨论】:

    标签: android algorithm image-processing


    【解决方案1】:

    我能够使用 Android NDK 做到这一点。我必须为 C 库编写一个包装器并从 Java 调用 JNI 方法。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2016-04-26
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多