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
Can't you just subtract pixel values from the images, and process pixels where the difference i 0?