[Insight-users] Resample Image Filter

Luis Ibanez luis.ibanez at kitware.com
Tue, 13 Jan 2004 08:45:50 -0500


Hi SriValli,

Please post your complete source code file.

 From the fragmented piece of code of your
first post it is hard to figure out what
you are doing wrong.

It looks like you are passing an object
that is not an image as the argument to
a filter that expects an image.

Please reduce the file to the minimum
set of lines that can be compiled and
still show the problem.


Thanks.


   Luis


----------------------
valli gummadi wrote:

>  
>  Dear Mr.Luis,
> 
>      My fixed and Moving images are of same type.
> 
> typedef itk::Image< short, 2 > FixedImageType;
> typedef itk::Image< short, 2 > MovingImageType;
> 
> It is very urgent for us to work with this filter.Please help us in solving.
> 
> 
> 
> Thaking you
> Regards,
> Srivalli.
> 
>