1

I am trying to develop an application which predominantly needs to do the exact thing as this as explained here.

However i am not able to find the jar file needed to add in the build classpath inside eclipse which lets me import com.larmor.opencv.MatchTemplate.

Please direct me as to where I can find the required resource.

newbie2015
  • 581
  • 5
  • 29

2 Answers2

1

You can find the jar here(But look like Link is not working) http://sourceforge.net/projects/jmatchtemplate/files/jmatchtemplate/Version%200.5%20beta/JavaOpenCVMatchTemplate_v0.5b_win32.zip/download but this project is look like no updates and may be closed ..

Better you can use https://code.google.com/p/javacv/

Here are the examples https://github.com/bytedeco/javacv-examples

One post with example https://imiloainf.wordpress.com/2012/09/17/javacv-example/

Subodh Joshi
  • 12,717
  • 29
  • 108
  • 202
  • The link to the jar file does not open. I'll try the other examples you mentioned. However is there any other link where I can download the required jar? This one doesn't seem to work. – newbie2015 Aug 21 '15 at 07:14
  • Oh okay. I'll try the other examples you mentioned then. – newbie2015 Aug 21 '15 at 07:17
  • If your question answered you can accept the answer – Subodh Joshi Aug 21 '15 at 07:18
  • 1
    I found the jar [here](http://sourceforge.net/projects/jmatchtemplate/files/jmatchtemplate/Version%200.5%20beta/JavaOpenCVMatchTemplate_v0.5b_win32.zip/download). [Pier Paolo](http://www.larmor.com/portal/index.php?option=com_wrapper&Itemid=68) provided the link. However I am getting null pointer exception. I will update my question with the errors that I am getting. @SubodhJoshi It would be great if you could help me sort them out. – newbie2015 Aug 22 '15 at 09:23
  • Better ask a new question – Subodh Joshi Aug 22 '15 at 09:24
0

The library is downloadable from here

newbie2015
  • 581
  • 5
  • 29