问题
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