C# Image comparison. Search one in the other

我的未来我决定 提交于 2020-01-05 04:35:12

问题


I have two images.

One is big and the other is small. I need an image comparison code/library which will search for the small one in the big one and give me the location and the percentage of the compared.

Suggestions?


回答1:


Emgu is opencv (open computer vision) in .Net.

http://www.emgu.com/wiki/index.php/Main_Page

This will have more than enough functionality to do what you are asking for.

EDIT: I am assuming that C# is a key requirement.



来源:https://stackoverflow.com/questions/11004844/c-sharp-image-comparison-search-one-in-the-other

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!