Apply a transformation to the image considered as ‘moving’ to bring it into the same grid as a given ‘reference’ image. For technical reasons, the transformation is assumed to go from the ‘reference’ to the ‘moving’.
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: nd array :
grid_coords : boolean
reference: nipy-like image :
interp_order: number :
|
---|