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

优化:多目标匹配时,当最佳匹配得分小于设定得分时,退出GetNextMaxLoc循环,提升检测速度。 #36

Closed INS-GitHub closed 1 year ago

INS-GitHub commented 1 year ago

优化:多目标匹配时,当最佳匹配得分小于设定得分时,退出GetNextMaxLoc循环,提升检测速度。 测试条件:当测试图像中的模板数量小于设置的最大查找数量时,将产生多余的耗时