Dennis Liu

Results 1 issues of Dennis Liu

此演算法是基於Normalized Cross Correlation實現的算法,在不是太複雜的的環境下可以有效地替代ShapeBasedMatching,內部也不難理解,無SIMD,效能能夠跟上商用函示庫的相同算法,只是把OpenCV用到極限,花幾天就能讀透 [github連結](https://github.com/DennisLiu1993/Fastest_Image_Pattern_Matching) ![image](https://user-images.githubusercontent.com/104763587/168572433-e1996022-8bdc-4a7d-91cd-4c68d6f6dcf3.png) 執行結果示例: ![image](https://user-images.githubusercontent.com/104763587/168572521-cd640b2b-4c81-458a-b6d7-9b1568341575.png)