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

后端 未结 4 800
别那么骄傲
别那么骄傲 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条回答
  •  渐次进展
    2021-01-15 11:36

    Pixel by pixel comparison wouldn't help if source image size and destination image size is different. In this case the scaling ration should be correct. any other solutions for this?

提交回复
热议问题