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

1.3k Views Asked by At

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.

2

There are 2 best solutions below

7
On BEST ANSWER

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

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

1
On

It seems this functionality is not implemented in BoofCV.