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 PreprocessingLearn common preprocessing steps used in medical image analysis. 
- Get Started with Image Preprocessing and Augmentation for Deep LearningPreprocess 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 NetworksUse a pretrained neural network to remove Gaussian noise from a grayscale image, or train your own network using predefined layers. 

