I have two images, one normal image and another its denoised version. I want to extract noise from an image ,thus need to subtract the two images according to
NOISE = IMAGE - IMAGE(DENOISED)
I am not getting how to subtract two images such that no data will be lost. Thanks in advance.