Let assume that I have two series of slices each series from a different medical imaging modality for the same organ but the overall shape of these two is not the same shape, one of them as a circle and the other as Oval.
let assume the first imaging modality is DynaCT and the other one is CT.
and we have a region of interest (ROI) in both of them which is the identify the similarity between them.
my questions are:
How we can fuse these two series using Convolutional neural networks(CNNs)?
Is there any article about that or similar work?