Volume transforms without changing pixel intensity?

Hello,

I’m a new user of 3D Slicer. I have been using the Landmark Registration module to register my 3D image volume and then resample into a new image volume using the BRAINS Resample. Is there a way to resample my newly registered volume such that I am only change the pixel locations of my moving volume with changing the pixel intensity values of the pixels being moved?

Thanks.

If you place your volume under a linear transform, and then harden the transform (“Data” module, “Transform hierarchy” tab, select the volume and right mouse click to see the context menu), then the voxel values or raster of the volume will not change.

image

If you end up resampling, then you can use the nearest neighbor option and this will choose one of the pixel values from the moving image at each location in the resampled image. This may be what you want, but the result will be much “blockier” which is why the usual mode is to do some kind of averaging.