模板匹配

所属分类:OpenCV
开发工具:C/C++
文件大小:67KB
下载次数:2
上传日期:2021-04-29 02:12:00
上 传 者天赋壹餠
说明:  模板匹配,可将目标图片中与模板图片相似的部分寻找出来。 具体原理是求目标图片的每个大小与模板图片相等的部分与模板图片的像素信息的关联度。达到用户规定阈值即可认定为识别成功,并且将最匹配的部分用矩形标记。
(Template matching can find out the similar parts of the target image. The specific principle is to calculate the correlation degree between the pixel information of the template image and each part of the target image whose size is equal to that of the template image. When the threshold is reached, the recognition is considered successful, and the most matching part is marked with a rectangle.)

文件列表:
main.cpp (1249, 2021-04-26)
target.jpg (34463, 2021-04-22)
temp.jpg (12514, 2021-04-22)
temp0.jpg (15518, 2021-04-22)
temp1.jpg (6475, 2021-04-22)

近期下载者

相关文件


收藏者