Create a mask from difference between two images (iPhone)

前端 未结 5 1794
臣服心动
臣服心动 2020-12-28 23:06

How can I detect the difference between 2 images, creating a mask of the area that\'s different in order to process the area that\'s common to both images (gaussian blur for

5条回答
  •  情歌与酒
    2020-12-29 00:05

    Can't you just subtract pixel values from the images, and process pixels where the difference i 0?

提交回复
热议问题