monai.transforms.post.array#
A collection of “vanilla” transforms for the model output tensors.
Classes
|
Activation operations, typically Sigmoid or Softmax. |
|
Convert the input tensor/array into discrete values, possible operations are: |
|
Applies the Euclidean distance transform on the input. |
|
|
|
This transform fills holes in the image and can be used to remove artifacts inside segments. |
|
Utility transform to automatically invert the previously applied transforms. |
Keeps only the largest connected component in the image. |
|
|
This transform filters out labels and can be used as a processing step to view only certain labels. |
|
Return the contour of binary input images that only compose of 0 and 1, with Laplacian kernel set as default for edge detection. |
|
Execute mean ensemble on the input data. |
|
Performs probability based non-maximum suppression (NMS) on the probabilities map via iteratively selecting the coordinate with highest probability and then move it as well as its surrounding values. |
|
Use skimage.morphology.remove_small_objects to remove small objects from images. |
|
Calculate Sobel gradients of a grayscale image with the shape of CxH[xWxDx...] or BxH[xWxDx...]. |
|
Execute vote ensemble on the input data. |