preprocessing and augmentation -凯发k8网页登录
image preprocessing and image augmentation prepare data for advanced medical image analysis workflows. use image preprocessing to reduce image acquisition artifacts and format data for the target workflow. for example, you can remove noise, normalize intensity values, resize image voxels, or align images using registration. use image augmentation to increase the amount and variability of training data for deep learning workflows. 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 .
functions
topics
learn common preprocessing steps used in medical image analysis workflows.
- medical image registration
techniques for alignment of medical images, volumes, and surfaces.
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.
use a pretrained neural network to remove gaussian noise from a grayscale image, or train your own network using predefined layers.