[Insight-users] Different input and output types

David Doria daviddoria at gmail.com
Tue May 21 09:17:49 EDT 2013


> If I write ImageToImageFilter<TImage1, TImage1> does it mean the input and autput images are of the sametype TImage1

Yes.

> In case of ImageToImageFilter<TImage1, TImage2>. is it so that the input image is of type TImage1 and the output Image of TImage2 and vice versa ?

Yes, with ImageToImageFilter<TImage1, TImage2> the input image type is
TImage1 and the output image type is TImage2.


More information about the Insight-users mailing list