I have two medical images. One is the "scan image" and the other is the "region of interest" (ROI) of that scan image. Now I need to overlay on top of the other. Here is the original scan image.
Scan image
ROI image
How can I overlay, such that I should be able to see the ROI region in the original scan image?. I would like to do this in python.