进口 com.larmor.opencv.MatchTemplate
import com.larmor.opencv.MatchTemplate
我正在尝试开发一个主要需要做与 this as explained here 完全相同的事情的应用程序。
但是我找不到需要添加到 eclipse 中的构建类路径中的 jar 文件,这让我可以导入 com.larmor.opencv.MatchTemplate。
请告诉我在哪里可以找到所需的资源。
你可以在这里找到这个 jar(但看起来 Link 不工作)http://sourceforge.net/projects/jmatchtemplate/files/jmatchtemplate/Version%200.5%20beta/JavaOpenCVMatchTemplate_v0.5b_win32.zip/download 但是这个项目看起来没有更新,可能会被关闭..
你可以更好地使用 https://code.google.com/p/javacv/
这里是例子https://github.com/bytedeco/javacv-examples
一个 post 示例 https://imiloainf.wordpress.com/2012/09/17/javacv-example/
库可从 here
下载
我正在尝试开发一个主要需要做与 this as explained here 完全相同的事情的应用程序。
但是我找不到需要添加到 eclipse 中的构建类路径中的 jar 文件,这让我可以导入 com.larmor.opencv.MatchTemplate。
请告诉我在哪里可以找到所需的资源。
你可以在这里找到这个 jar(但看起来 Link 不工作)http://sourceforge.net/projects/jmatchtemplate/files/jmatchtemplate/Version%200.5%20beta/JavaOpenCVMatchTemplate_v0.5b_win32.zip/download 但是这个项目看起来没有更新,可能会被关闭..
你可以更好地使用 https://code.google.com/p/javacv/
这里是例子https://github.com/bytedeco/javacv-examples
一个 post 示例 https://imiloainf.wordpress.com/2012/09/17/javacv-example/
库可从 here
下载