How to compare two images with iphone sdk?

后端 未结 3 1999
栀梦
栀梦 2021-01-20 22:32

suppose i have taken one picture from my iphone camera and now i want to compare this image with other images and find best match image from that.

is it possible or

3条回答
  •  孤城傲影
    2021-01-20 22:56

    Are you just comparing the differences between the two images or are you trying to match objects in the images with objects in other images?

    If it's the latter then you may need to look into computer vision and stereo image analysis, particularly image rectification and point matching.

    Computer Vision - A Modern Approach by Jean Ponce and David Forsyth is a fairly good book.

提交回复
热议问题