monai.transforms.lazy.utils#
Functions
|
Extract the affine matrix from a pending transform item. |
|
Given transforms A and B to be applied to x, return the combined transform (AB), so that A(B(x)) becomes AB(x) |
|
Check if two sets of kwargs are compatible (to be combined in apply). |
|
Extract kwargs from a pending transform item. |
|
Check whether the transformation matrix suggests voxel-wise interpolation. |
|
Resample data using the affine transformation defined by |
Classes
|
A class to represent an affine transform matrix. |
|
A class to represent a dense displacement field. |