ddd_pylib.image_manip#
Operators
Takes a list of requested crops and extracts them from the main image. |
|
Creates the Euclidean distance transform (EDT) of the main image. |
|
Searches for the local extrema (minima or maxima) on an image. |
|
Applies a binary operation between two images. |
|
Inverts the intensity values of the input image. |
|
Take an image and normalizes it. |
|
Flattens (project) an image along a given axis using a specified projection method. |
|
Artificially makes isotropic the voxels of a 3D image by resampling it. |
|
Applies rescaling to the input image based on the specified scale factors for each axis and the chosen interpolation method. |
|
Change the axis through which the image is viewed. |
|
Split an axis to get all the images on this axis (for example : time axis) |
|
Change the data type of an image. |
Submodules