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.
我一直在使用FlannBasedMatcherin opencv 并希望创建自定义描述符来描述,例如,保存在两个数组中的单独图像的平均颜色等,并使用 匹配它们FlannBasedMatcher,有没有办法做到这一点?
FlannBasedMatcher
是否可以一次匹配多个描述符(即平均颜色、亮度、对比度)并同时匹配它们?我已经在这里看到了类似的问题。谢谢