I think this is your problem. You must use the pixel type which is big enough for pixel intensities of both images. Try short
or unsigned short
.
1 Like
I think this is your problem. You must use the pixel type which is big enough for pixel intensities of both images. Try short
or unsigned short
.