Create a mask from difference between two images (iPhone)

前端 未结 5 1796
臣服心动
臣服心动 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-28 23:50

    Go through the pixels, copy the ones that are different in the lower image to a new one (not opaque).

    Blur the upper one completely, then show the new one above.

提交回复
热议问题