DennisLiu1993 / Fastest_Image_Pattern_Matching

C++ implementation of a ScienceDirect paper "An accelerating cpu-based correlation-based image alignment for real-time automatic optical inspection"
BSD 2-Clause "Simplified" License
859 stars 205 forks source link

匹配精度问题,0.3的精度误差还是有的,小图片的带角度的误差感觉更大 #63

Open xujunjia opened 2 weeks ago

xujunjia commented 2 weeks ago

能否增加一个平移的例如你顶层匹配后,金字塔往下匹配位置是会有点偏移的例如亚像素移动,所以能否在顶层匹配后在增加一个5x5或者3x3区域匹配