使用 C# 匹配数据库中汽车零件图像的最佳方法
谁能推荐一种方法来比较从网络摄像头拍摄的图像与数据库中存储的图像并显示几乎匹配的图像?
Can anyone recommend a method to compare an image taken from a web cam to images stored in a database and display the ones that nearly match?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以看看这个SO问题,其中讨论了有关如何比较图像的几个选项。在我看来,直方图方法可以提供快速比较。显然它并不完美,但它可以大大减少候选者的数量。
You might take a look at this SO question where several options are discussed about how to compare images. It would seem to me that a histogram approach might provide a quick comparison. Obviously it isn't perfect but it can reduce the candidate set down considerably.