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.
我想了解有关如何使用倒角匹配算法(边缘匹配算法)查找“相似”图像的更多信息。我想知道是否可以为匹配的结果放置一个“分数”。
倒角匹配算法主要计算两幅图像之间的距离(不相似度)。基本思想是:
这给出了倒角距离,即两个图像之间的不相似度值。值越低,结果越好。但是,如果目标图像大于查询图像(通常是这种情况),则必须注意缩放和滑动窗口。
您可以在 opencv\modules\contrib 上找到工作示例。