How to compare two images with iphone sdk?

后端 未结 3 2026
栀梦
栀梦 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 23:01

    there is very less help available for the image processing algorithms in objectiveC, but you can go in deep with Quartz 2D and try to compare images even Image processing on the iPhone link may be helpful.

提交回复
热议问题