Apply a transformation to the image considered as ‘moving’ to bring it into the same grid as a given reference image.
This function uses scipy.ndimage except for the case interp_order==3, where a fast cubic spline implementation is used.
Parameters : | moving: nipy-like image :
transform: transform object :
mov_voxel_coords : boolean
ref_voxel_coords : boolean
reference: nipy-like image :
interp_order: number :
|
---|