pyvista.ImageDataFilters#
- class ImageDataFilters(*args, **kwargs)[source]#
An internal class to manage filters/algorithms for uniform grid datasets.
Methods#
|
Re-mesh image data from a cell-based to a point-based representation. |
|
Perform morphological closing on continuous or binary data. |
|
Combine multiple images into one. |
|
Generate labeled contours from 3D label maps. |
Generate surface contours from 3D image label maps. |
|
|
Crop this image to remove points at its boundaries. |
|
Morphologically dilate grayscale or binary data. |
|
Morphologically erode grayscale or binary data. |
|
Select piece (e.g., volume of interest). |
|
Apply a fast Fourier transform (FFT) to the active scalars. |
Smooth the data with a Gaussian kernel. |
|
|
Perform a Butterworth high pass filter in the frequency domain. |
Dilates one value and erodes another. |
|
|
Apply a threshold to scalar values in a uniform grid. |
|
Find and label connected regions in a |
|
Perform a Butterworth low pass filter in the frequency domain. |
Smooth data using a median filter. |
|
|
Perform morphological opening on continuous or binary data. |
|
Enlarge an image by padding its boundaries with new points. |
|
Re-mesh image data from a point-based to a cell-based representation. |
|
Resample the image to modify its dimensions and spacing. |
|
Apply a reverse fast Fourier transform (RFFT) to the active scalars. |
|
Select values of interest and fill the rest with a constant. |
|
Extract a subset using IJK indices. |