Hi all,
I am looking to extract texture features using radiomics extension for cardiac mri images. For this I would segment LV myocardium (single slice) and run texture features on that.
I am looking to resample the image to isotropic resolution and do preprocessing- Intensity normalization, gray scale normalization and denoising. What parameters should I add in “setting column in this code”.
Also, what padding and bibwidth should I employ. Anything else should I change for this task.
I ran into paraametrics file on github and would like the help to modify the same.
This is a code I got from github.
Thanks,
Sarv
# ############################# Extracted using PyRadiomics version: <version> ######################################
imageType:
Original: {}
LoG:
sigma: [2.0, 3.0, 4.0, 5.0]
Wavelet: {}
featureClass:
shape2D:
firstorder:
glcm:
- 'Autocorrelation'
- 'JointAverage'
- 'ClusterProminence'
- 'ClusterShade'
- 'ClusterTendency'
- 'Contrast'
- 'Correlation'
- 'DifferenceAverage'
- 'DifferenceEntropy'
- 'DifferenceVariance'
- 'JointEnergy'
- 'JointEntropy'
- 'Imc1'
- 'Imc2'
- 'Idm'
- 'Idmn'
- 'Id'
- 'Idn'
- 'InverseVariance'
- 'MaximumProbability'
- 'SumEntropy'
- 'SumSquares'
glrlm:
glszm:
gldm:
setting:
# Normalization:
normalize: true
normalizeScale: 100
# Resampling:
# first dimensions always correspond to in-plane resolution.
# Z-plane resolution should not be modified to avoid mask errors (> than 1 slice after resampling)
interpolator: 'sitkBSpline'
resampledPixelSpacing: [2, 2, 0]
padDistance: 10
preCrop: true
# 2D settings
# force2Ddimension setting is relative to the acquisition plane.
#For example, the axial plane (0) corresponds to the acquisition plane (axial, sagittal or coronal) of the MRI volume.
# Therefore, in most cases this setting should not be modified.
force2Ddimension: 0
# Image discretization:
binWidth: 5
# first order specific settings:
voxelArrayShift: 300
# Misc:
label: 1