AIM-Harvard / pyradiomics

Open-source python package for the extraction of Radiomics features from 2D and 3D images and binary masks. Support: https://discourse.slicer.org/c/community/radiomics
http://pyradiomics.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
1.14k stars 492 forks source link

[FEAT EXTRACTION] #785

Open asmaharry opened 2 years ago

asmaharry commented 2 years ago

I’m trying to extract features from the original MR image, its wavelet transforms, and the LOG. I extracted features some days ago |(file A) and then again extract the same features now (file B). When I compared file A and file B then a some feature values are changed. for example "wavelet-HHH_glszm_LargeAreaHighGrayLevelEmphasis" feature value is changed. Now I am curious why this is happening

my .yaml looks like setting: normalize: true normalizeScale: 100 interpolator: 'sitkBSpline' resampledPixelSpacing: binWidth: 20 voxelArrayShift: 300 preCrop: true padDistance: 11 symmetricalGLCM: true removeOutliers: 3

label: 1 weightingNorm: # If no value is specified, it is interpreted as None

imageType: Original: {} LoG: sigma: [1.0, 3.0] Wavelet: {}