Hi everyone;<div><br></div><div>I&#39;m experimenting with the re sample image filter and feeding in an input image.  The origin; spacing of the output image is the same as the input image and no transformations are applied to the image.  To view the image however I must select the out origin to be flipped in the x and z plane in comparison to the input origin:</div>
<div><br></div><div><div>Out_origin[0]= - In_origin[0];</div><div>Out_origin[1]= In_origin[1];</div><div>Out_origin[2]= - In_origin[2];</div></div><div><br></div><div>When performed in the manner below; the image is blank when viewed in ITK_snap:?</div>
<div><br></div><div><div><div>Out_origin[0]= In_origin[0];</div><div>Out_origin[1]= In_origin[1];</div><div>Out_origin[2]= In_origin[2];</div></div></div><div><br></div><div><br></div><div>Any suggestions??</div>