Inheritance diagram for nipy.algorithms.interpolation:
Image interpolators using ndimage.
Bases: object
Interpolate Image instance at arbitrary points in world space
The resampling is done with scipy.ndimage.
Methods
evaluate |
Parameters : | image : Image
order : int, optional
|
---|
Resample image at points in world space
Parameters : | points : array
|
---|---|
Returns : | V : ndarray
|