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

Remove Clock calls #43

Closed suahelen closed 1 year ago

suahelen commented 1 year ago

Remove Calls to clock to remove slow down after high number of matches

In my case these calls lead to a exponential slow down of the match calls. At first it is not really noticeable, but after 30k matches the slow down is significant (~20ms at start, ~200ms at 30k)