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.
我想将汽车前部的图像与其他汽车的图像数据库进行比较,并告诉我它最有可能匹配。
程序首先要使用 SURF 找到图像数据库的关键点和描述符,并尝试将它们与Flann matcher.
Flann matcher
但我根本无法理解它应该如何工作。我将匹配各种图像对,但是如何比较图像并显示相对输出?