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.
This functionality has recently been added to BoofCV. See example below: