Using Objective-C, is there any way to compare two images and get a % difference value returned?

后端 未结 4 784
别那么骄傲
别那么骄傲 2021-01-15 11:31

Using Objective-C, is there any way to compare two images and get a % difference value returned?

For example, one image will have and X in it. Another image will ha

4条回答
  •  萌比男神i
    2021-01-15 11:38

    You can use OpenCV (Open Source Computer Vision) library in iphone.This question has a good discussion on image comparison algorithms. Image processing on the iPhone this link may be helpful.

提交回复
热议问题