Compare two UIImages

I have an application that will contain a set of images in SQLDatabase, and then the user will take a snapshot, and I want it to be able to map to the image in the database.

I don't know where to start, can anyone help? call me in the right direction?

thanks

+6
source share
2 answers

Start by checking out OpenCV .

The problem you are trying to solve is not entirely trivial. This is an area of ​​ongoing research, and none of the algorithms is perfect (in fact, they are far from perfect, IMO).

Good luck

+2
source

Start with OpenCV and realize that this is not a trivial task.

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

Good luck.

+1
source

Source: https://habr.com/ru/post/908615/


All Articles