如何检查两张图片是否匹配?

问题描述:

我正在使用C#的窗体。



我有两个包含相同图像和一个按钮的图片框。单击按钮时,程序应该判断两张图片是否匹配?



这样做的有效方法是什么。我可以不深入像素匹配吗?

I am working on windows form C# .

I have two pictureboxes containing same image and a button. When the button is clicked the program should tell if the two pictures match ?

What is the efficient way of doing this. Can i do it without going deep into pixel matching ?

看看这个: .NET中的简单图像比较 [ ^ ]


您好,请检查这些链接是否已准备好使用示例代码进行下载,这有助于解决您的问题查询。在此先感谢。



http://www.c-sharpcorner.com/uploadfile/prathore/image-comparison-using-C-Sharp/ [ ^ ]
Hi, check these link having ready to use sample code to download which could help to solve your query. Thanks in advance.

http://www.c-sharpcorner.com/uploadfile/prathore/image-comparison-using-C-Sharp/[^]


Ref。

使用GDI +比较图像 [ ^ ]

http://www.devasp.net/net/articles/display/1363.html [ ^ ]

http://www.c-sharpcorner.com/up loadfile / krishnasarala / compare-two-images-in-asp-net / [ ^ ]

http://www.dotnetspider.com/resources/19811-Image-Compare-C.aspx [ ^ ]
Ref.
Comparing Images using GDI+[^]
http://www.devasp.net/net/articles/display/1363.html[^]
http://www.c-sharpcorner.com/uploadfile/krishnasarala/compare-two-images-in-asp-net/[^]
http://www.dotnetspider.com/resources/19811-Image-Compare-C.aspx[^]