Subkey |
Description |
---|---|
CheckSpacing |
Determine whether to check the spacing or not. If True, and the spacing of the image is [1x1x1], we assume the spacing is incorrect, and overwrite it using the DICOM metadata. |
Normalize |
Determine whether to use normalization in preprocessing of image or not. |
Normalize_ROI |
If a mask is supplied and this is set to True, normalize image based on supplied ROI. Otherwise, the full image is used for normalization using the SimpleITK Normalize function. Lastly, setting this to False will result in no normalization being applied. |
ROIDetermine |
Choose whether a ROI for normalization is provided, or Otsu thresholding is used to determine one. |
ROIdilate |
Determine whether the ROI has to be dilated with a disc element or not. |
ROIdilateradius |
Radius of disc element to be used in ROI dilation. |
Method |
Method used for normalization if ROI is supplied. Currently, z-scoring or using the minimum and median of the ROI can be used. |
Resampling |
Determine whether the image and mask will be resampled or not. |
Resampling_spacing |
Spacing to resample image and mask to, if resampling is used. |
BiasCorrection |
Determine whether N4 Bias correction will be applied or not. |
BiasCorrection_Mask |
Whether withing bias correction, a mask generated through Otsu thresholding is used or not. |