使用 OpenCV 比较两个图像
我想使用 OpenCV 比较两个图像。我可以在其他训练数据集中过滤最接近的匹配结果吗?
示例:包含训练图像的数据库,其中显示使用一只手的数字 5。
是否有可能将其他人与该训练图像匹配相同的标志..? 使用 OpenCV。请帮我。
I want to compare two images using OpenCV. Could I filter the nearest matching result among other training data set..?
Example : the Database containing training image which show number 5 in using one hand.
Is it possible to match someone else ,same sign with that training image..?
Using OpenCV. Please help me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
请参阅我对这个问题的回答 - 没有直接、简单的解决方案。
See my answer to this question - there is no straightforward, easy solution.
正如 sinelaw 所说,一般来说没有直接、简单的解决方案。
但是,我可以想到一种适用于您的特定示例的简单方法。
cvConvexityDefects
函数的描述。请阅读其说明以获取有关如何使用它的信息。Like sinelaw said, there is no straightforward, easy solution in general.
However, I can think of one simple way that would work for your specific example.
cvConvexityDefects
function. Go read its description for information about how it's used.