简体   繁体   中英

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.

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

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

看来BoofCV中未实现此功能。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM