Search code examples
javacomputer-visionboofcv

Equivalence of cvMatchTemplate() in BoofCV or pure java computer vision library?


I am looking for solutions BoofCV or any pure java computer vision library that doesn't require OpenCV to do template matching of images to detect object within a picture.

For example, finding the position of an image within a bigger picture.

I have had success with cvMatchTemplate() example on OpenCV, but interested in using BoofCV to achieve the same results.


Solution

  • This functionality has recently been added to BoofCV. See example below:

    http://boofcv.org/index.php?title=Example_Template_Matching