Preprocessing and Augmentation
Image preprocessing and image augmentation prepare data for advanced medical image analysis. Use image preprocessing to reduce image acquisition artifacts and format data for your use case. For example, you can remove noise, normalize intensity values, or resize image voxels. Use image augmentation to increase the amount and variability of training data for deep learning. For example, you can randomly adjust image contrast or apply random rotations or scaling to simulate variations in image acquisition and patient anatomy. To get started, see Medical Image Preprocessing.
Functions
Topics
- Medical Image Preprocessing
Learn common preprocessing steps used in medical image analysis.
- 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.
- Train and Apply Denoising Neural Networks
Use a pretrained neural network to remove Gaussian noise from a grayscale image, or train your own network using predefined layers.