ddd_pylib.image_manip#

Operators

CropOperator

Takes a list of requested crops and extracts them from the main image.

EDTOperator

EuclideanDistanceTransformOperator

Creates the Euclidean distance transform (EDT) of the main image.

FindExtremaOperator

Searches for the local extrema (minima or maxima) on an image.

ImageCalculatorOperator

Applies a binary operation between two images.

InvertOperator

Inverts the intensity values of the input image.

NormalizeOperator

Take an image and normalizes it.

ProjectionOperator

Flattens (project) an image along a given axis using a specified projection method.

ResampleIsotropicOperator

Artificially makes isotropic the voxels of a 3D image by resampling it.

RescaleOperator

Applies rescaling to the input image based on the specified scale factors for each axis and the chosen interpolation method.

ResliceOperator

Change the axis through which the image is viewed.

SplitAxisOperator

Split an axis to get all the images on this axis (for example : time axis)

TypeCastOperator

Change the data type of an image.

Submodules