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
842 stars 205 forks source link

修复:iStopLayer设置为1时,会因为极大值抑制时使用的矩形长宽错误导致重叠未滤除; #37

Closed INS-GitHub closed 1 year ago

INS-GitHub commented 1 year ago

添加m_bStopLayer1成员参数 当前写法不支持将iStopLayer设置为0和1之外的数字(pt和w/h应该*2的iStopLayer次方),也不推荐设置为其他值,所以添加成员变量以便使用