3-D Volumetric Image Processing
Filter, segment, and perform other image processing operations on 3-D
volumetric data
Perform pixel operations, local filtering, morphology, and other image processing, on 3-D data sets.
Apps
Volume Viewer | View volumetric data and labeled volumetric data |
Volume Segmenter | Segment 3-D grayscale or RGB volumetric images (Since R2020b) |
Functions
Topics
Display Volumes
- Explore 3-D Volumetric Data with Volume Viewer App
View perpendicular cross-sections of 3-D volumetric data and adjust the rendering to reveal structures within the volume. - Explore 3-D Labeled Volumetric Data with Volume Viewer
View 3-D labeled volumetric data, and adjust the visualization such as the opacity and colormap, using the Volume Viewer app. - Display Interior Labels by Clipping Volume Planes
Interactively clip a quadrant of a volumetric image to expose a surface within the volume. - Display Interior Labels by Adjusting Volume Overlay Properties
Adjust the transparency of labeled volumetric data and the rendering style to reveal labels on the interior of the volume. - Display Volume Using Cinematic Rendering
View volumes with photorealistic lighting and shadows using cinematic rendering. - Display Translucent Volume with Advanced Light Scattering
This example shows how to display translucent volumes using realistic light scattering. - Remove Objects from Volume Display Using 3-D Scissors
This example shows how to interactively remove unwanted regions in a 3-D display, such as a patient bed in a CT scan, by using 3-D scissors. - Display Large 3-D Images Using Blocked Volume Visualization
This example shows how to display large 3-D image volumes using ablockedImage
object and thevolshow
function. - Explore Slices from 3-D Image Volume with Anisotropic Voxel Spacing
Display slices from a 3-D image volume with voxel spacing that varies between spatial dimensions.
Process and Analyze Volumes
- Create Binary Mask Using Volume Segmenter
This example shows how to segment a volume in the Volume Segmenter app. - Work with Blocked Images Using Volume Segmenter
Segment a volumetric image that could be too large to fit into memory by converting the volume to a blocked image. - Compute 3-D Superpixels of Input Volumetric Intensity Image
Convert 3-D MRI data into a grayscale intensity image of superpixels. - Preprocess Volumes for Deep Learning (Deep Learning Toolbox)
Read and preprocess volumetric image and label data for 3-D deep learning.