<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META content="MSHTML 6.00.2900.2963" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face="Bookman Old Style">Hi, </FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face="Bookman Old Style">You can do&nbsp;it 
as&nbsp;follow,</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT 
face="Bookman Old Style">this-&gt;resampler-&gt;SetInput(this-&gt;inImage);</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT 
face="Bookman Old Style">&nbsp;this-&gt;transform-&gt;SetIdentity();</FONT></DIV>
<DIV><FONT 
face="Bookman Old Style"><BR>&nbsp;this-&gt;resampler-&gt;SetTransform(this-&gt;transform);</FONT></DIV>
<DIV><FONT face="Bookman Old Style"></FONT>&nbsp;</DIV>
<DIV><FONT face="Bookman Old Style">//Note that the interpolator is 
NearestNeighborInterpolateImageFunction</FONT></DIV>
<DIV><FONT 
face="Bookman Old Style">&nbsp;this-&gt;resampler-&gt;SetInterpolator(this-&gt;interpolator);</FONT></DIV>
<DIV><FONT face="Bookman Old Style"></FONT>&nbsp;</DIV>
<DIV><FONT 
face="Bookman Old Style">&nbsp;this-&gt;resampler-&gt;SetOutputOrigin(this-&gt;inImage-&gt;GetOrigin());</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT 
face="Bookman Old Style">&nbsp;this-&gt;resampler-&gt;SetDefaultPixelValue( 0 
);</FONT></DIV>
<DIV><FONT face="Bookman Old Style"></FONT>&nbsp;</DIV>
<DIV><FONT 
face="Bookman Old Style">&nbsp;this-&gt;resampler-&gt;SetOutputSpacing( spacing 
);//resampled spacing 1.25x1.0x1.0</FONT></DIV>
<DIV><FONT face="Bookman Old Style"></FONT>&nbsp;</DIV>
<DIV><FONT face="Bookman Old Style">&nbsp;this-&gt;resampler-&gt;SetSize( size 
);//resampled size 160x256x256</FONT></DIV>
<DIV><FONT face="Bookman Old Style"></FONT>&nbsp;</DIV>
<DIV><FONT face="Bookman Old Style">//if the resampled size is change 
you&nbsp;need to&nbsp;use this-&gt;UpdateLargestPossibleRegion()</FONT></DIV>
<DIV><FONT face="Bookman Old Style">&nbsp;this-&gt;Update();</FONT></DIV>
<DIV><FONT face="Bookman Old Style"></FONT>&nbsp;</DIV>
<DIV><FONT face="Bookman Old Style">&nbsp;</FONT></DIV>
<DIV><FONT face="Bookman Old Style"></FONT>&nbsp;</DIV>
<DIV><FONT face="Bookman Old Style">Regards,</FONT></DIV>
<DIV><FONT face="Bookman Old Style"></FONT>&nbsp;</DIV>
<DIV><FONT face="Bookman Old Style">Yixun Liu</FONT></DIV>
<DIV><FONT face="Bookman Old Style"></FONT>&nbsp;</DIV>
<DIV><FONT face="Bookman Old Style"></FONT>&nbsp;</DIV>
<DIV><FONT face="Bookman Old Style">Hello,<BR>&nbsp;&nbsp; <BR>&nbsp; I have a 
3D binary image of size 80x128x128 and spacing 0.5x0.5x0.5mm. I need to resample 
the image to get size 160x256x256 with spacing 1.25x1.0x1.0. Does somebody know 
how to go about it? Appreciate it.<BR>&nbsp;&nbsp; <BR>&nbsp; Shahab</DIV>
<DIV><BR></DIV>
<DIV><BR></DIV></FONT></BODY></HTML>