Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Compare two UIImages

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

like image 295
hanimal_p Avatar asked Feb 16 '12 13:02

hanimal_p


1 Answers

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!

like image 134
Goz Avatar answered Sep 30 '22 18:09

Goz