Crop and pad#

croppad.array

A collection of "vanilla" transforms for crop and pad operations.

croppad.dictionary

A collection of dictionary-based wrappers around the "vanilla" transforms for crop and pad operations defined in monai.transforms.croppad.array.

croppad.batch

A collection of "vanilla" transforms for crop and pad operations acting on batches of data.

Spatial#

spatial.array

A collection of "vanilla" transforms for spatial operations.

spatial.dictionary

A collection of dictionary-based wrappers around the "vanilla" transforms for spatial operations defined in monai.transforms.spatial.array.

Intensity#

intensity.array

A collection of "vanilla" transforms for intensity adjustment.

intensity.dictionary

A collection of dictionary-based wrappers around the "vanilla" transforms for intensity adjustment defined in monai.transforms.intensity.array.

IO#

io.array

A collection of "vanilla" transforms for IO functions.

io.dictionary

A collection of dictionary-based wrappers around the "vanilla" transforms for IO functions defined in monai.transforms.io.array.

Lazy#

lazy.array

lazy.dictionary

lazy.utils

MetaTensor utilities#

meta_utility.dictionary

A collection of dictionary-based wrappers for moving between MetaTensor types and dictionaries of data.

Post-processing#

post.array

A collection of "vanilla" transforms for the model output tensors.

post.dictionary

A collection of dictionary-based wrappers around the "vanilla" transforms for model output tensors defined in monai.transforms.utility.array.

Signal#

signal.array

A collection of transforms for signal operations.

Smooth field#

smooth_field.array

Transforms using a smooth spatial field generated by interpolating from smaller randomized fields.

smooth_field.dictionary

Utility#

utility.array

A collection of "vanilla" transforms for utility functions.

utility.dictionary

A collection of dictionary-based wrappers around the "vanilla" transforms for utility functions defined in monai.transforms.utility.array.