Segmentation and Analysis
Image segmentation is the process of partitioning an image into regions. Semantic
segmentation associates each pixel or voxel in an image with a class label that
describes the meaning of an image region, such as bone
,
tumor
, or background
. You can perform medical
image semantic segmentation using deep learning, the interactive Medical Image
Labeler app, or image processing algorithms. Deep learning workflows require
Deep Learning Toolbox™ and Computer Vision Toolbox™. Analyze segmented images using radiomics, which calculates standardized
image features related to shape, intensity, and texture.
Apps
Medical Image Labeler | Interactively explore, label, and publish animations of 2-D or 3-D medical image data (Since R2022b) |
Functions
Topics
Segmentation Using Deep Learning
- Get Started with Image Preprocessing and Augmentation for Deep Learning
Preprocess data for deep learning applications with deterministic operations such as resizing, or augment training data with randomized operations such as random cropping. - Create Datastores for Medical Image Semantic Segmentation
Create datastores that contain images and pixel label data from a
groundTruthMedical
object for training semantic segmentation deep learning networks. - Datastores for Deep Learning (Deep Learning Toolbox)
Learn how to use datastores in deep learning applications. - List of Deep Learning Layers (Deep Learning Toolbox)
Discover all the deep learning layers in MATLAB®.
Radiomics Analysis
- Get Started with Radiomics
Learn about the concepts and uses of radiomics. - IBSI Standard and Radiomics Function Feature Correspondences
Discover the IBSI standards, and their MATLAB correspondences, for radiomics features.