Segmentation
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™.
Apps
Medical Image Labeler | Interactively explore, label, and publish animations of 2-D or 3-D medical image data |
Functions
Topics
- Get Started with Image Preprocessing and Augmentation for Deep Learning
Preprocess data with deterministic operations such as normalization or color space conversion, or augment training data with randomized operations such as random cropping or color jitter.
- 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®.