Support multichannel image as input to the network and similarity measure.
It is useful when there are multiple modalities such as MRI-T1, MRI-T2 and MRI-TI enhanced images.
This pull request contains the three following major changes:
Expose an argument called input_channels for tallUNet2 function. This argument indicates the number of channels of one input image tensor.
Refactor all the similarity measures to inherit from SimilarityBase class. And SimilarityBase class contains a variable member indicating whether this Similarity Measure requires inbounds_tag for evaluation.
Add itk interface for multi-modality registration.
Support multichannel image as input to the network and similarity measure.
It is useful when there are multiple modalities such as MRI-T1, MRI-T2 and MRI-TI enhanced images.
This pull request contains the three following major changes: