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

我自己截取的模板 做匹配 效果比较不理想 #21

Open zouwen198317 opened 2 years ago

zouwen198317 commented 2 years ago

我自己截取的模板 做匹配 效果比较不理想,不知道什么原因。

zouwen198317 commented 2 years ago

image 我就是从本图 截取 然后 去匹配 都匹配不出来,不知道什么原因

DennisLiu1993 commented 2 years ago

Scale明顯不一樣了 換個一樣的吧

zouwen198317 commented 2 years ago

你是说模板的 width 和height scale 要和 src 图像 一样吗? 你怎么一看就知道scale 不一样? 我是从原图扣出来的去匹配, 这个有什么讲究吗

DennisLiu1993 commented 2 years ago

不是長寬 匹配的紅色框是以模板的尺寸去畫的,你這張圖紅框和目標物顯然不同尺寸,所以你說從原圖擷取顯然是哪裡錯了

zouwen198317 commented 2 years ago

是我搞错了,我模板是32位 rgba图像了, 而src 是 24位 rgb。用微信截图,帮我多了一个通道。

DennisLiu1993 commented 2 years ago

通道不是問題,讀進去都會轉成grey,是截圖有錯

schild commented 1 year ago

不是長寬 匹配的紅色框是以模板的尺寸去畫的,你這張圖紅框和目標物顯然不同尺寸,所以你說從原圖擷取顯然是哪裡錯了

不支持不同尺寸的匹配吗