Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 cvMatchTemplate 后是否可以比较生成的图像?我的“干草堆”中有两个对象。一个与模板的规模相似,由匹配器找到。然而,另一个更大的对象与模板完全相同,但由于比例关系未找到。
我想编写一个循环,在其中缩放模板并收集有关每个尝试缩放的结果。然后我想取“最强”的比赛结果。
是否可以比较比赛结果?我该怎么做呢?
提前致谢!