[Insight-users] Different input and output types

Vikash Gupta vikash.gupta at inria.fr
Tue May 21 11:49:31 EDT 2013


Thanks a lot

Vikash

----- Original Message -----
> From: "David Doria" <daviddoria at gmail.com>
> To: "Vikash Gupta" <vikash.gupta at inria.fr>
> Cc: "insight-users at itk org" <insight-users at itk.org>
> Sent: Tuesday, May 21, 2013 3:17:49 PM
> Subject: Re: [Insight-users] Different input and output types
> 
> > 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