monai.transforms.intensity.array#
A collection of “vanilla” transforms for intensity adjustment.
Classes
|
Changes image intensity with gamma transform. Each pixel/voxel intensity is updated as::. |
|
Apply clip based on the intensity distribution of input image. |
|
Compute horizontal and vertical maps from an instance mask It generates normalized horizontal and vertical distances to the center of mass of each region. |
|
Find the envelope of the input data along the requested axis using a Hilbert transform. |
|
Creates a binary mask that defines the foreground based on thresholds in RGB or HSV color space. |
|
Sharpen images using the Gaussian Blur filter. |
|
Apply Gaussian smooth to the input data based on specified sigma parameter. |
|
The transform applies Gibbs noise to 2D/3D MRI images. |
|
Apply the histogram normalization to input image. |
|
Transform for intensity remapping of images. |
|
Apply localized spikes in k-space at the given locations and intensities. |
|
Mask the intensity values of input image with the specified mask data. |
|
Apply median filter to the input data based on specified radius parameter. |
|
Normalize input based on the subtrahend and divisor: (img - subtrahend) / divisor. |
|
Randomly changes image intensity with gamma transform. |
|
Random bias field augmentation for MR images. |
|
Randomly coarse dropout regions in the image, then fill in the rectangular regions with specified value. |
|
Randomly select regions in the image, then shuffle the pixels within every region. |
|
Randomly select coarse regions in the image, then execute transform operations for the regions. |
|
Add Gaussian noise to image. |
|
Sharpen images using the Gaussian Blur filter based on randomly selected sigma1, sigma2 and alpha. |
|
Apply Gaussian smooth to the input data based on randomly selected sigma parameters. |
|
Naturalistic image augmentation via Gibbs artifacts. |
|
Apply random nonlinear transform to the image's intensity histogram. |
|
Transform for intensity remapping of images. |
|
Naturalistic data augmentation via spike artifacts. |
|
Add Rician noise to image. |
|
Randomly scale the intensity of input image by |
|
Randomly scale the intensity of input image by |
|
Randomly shift intensity with randomly picked offset. |
|
Shift intensity for the image with a factor and the standard deviation of the image by: |
|
Smooth the input data along the given axis using a Savitzky-Golay filter. |
|
Scale the intensity of input image to the given value range (minv, maxv). |
|
Scale the intensity of input image by |
|
Apply specific intensity scaling to the whole numpy array. |
|
Apply range scaling to a numpy array based on the intensity distribution of the input. |
|
Shift intensity uniformly for the entire image with specified offset. |
|
Shift intensity for the image with a factor and the standard deviation of the image by: |
|
Filter the intensity values of whole image to below threshold or above threshold. |
|
Compute confidence map from an ultrasound image. |