Compare two UIImages

这一生的挚爱 提交于 2019-12-23 09:27:37

问题


I have an application that will hold a set of images in a SQLDatabase and then the user will take a photo and I want to be able to match it with an image in the database.

I have no idea where to start, can anyone help? point me in the right direction?

Thanks


回答1:


Start by checking out OpenCV.

The problem you are trying to solve is not exactly trivial though. It is an area of ongoing research and none of the algorithms are perfect (in fact they're all far from perfect, IMO).

Good luck!




回答2:


Start with OpenCV and understand that this is a non-trivial task.

http://opencv.willowgarage.com/wiki/

Good luck.



来源:https://stackoverflow.com/questions/9312121/compare-two-uiimages

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