看到过有人用opencv实现这种功能。
转换成像素矩阵,在B矩阵中找与A矩阵相同的位置
用Opencv的模板匹配
匹配精度可以自己设置一个阈值,然后通过numpy的np.where()方法可以筛选出来。 ...