简体   繁体   English

BoofCV或纯Java计算机视觉库中cvMatchTemplate()的等效性?

[英]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. 我正在寻找BoofCV或不需要OpenCV对图像进行模板匹配以检测图片中的对象的任何纯Java计算机视觉库的解决方案。

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. 我已经在OpenCV上使用cvMatchTemplate()示例取得了成功,但是对使用BoofCV实现相同的结果感兴趣。

This functionality has recently been added to BoofCV. 此功能最近已添加到BoofCV。 See example below: 请参见下面的示例:

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

看来BoofCV中未实现此功能。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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