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.11k stars 485 forks source link

The difference between no_weighting and None in weighting norm. #875

Open R-Z78 opened 2 months ago

R-Z78 commented 2 months ago

According to the description of weighting norm in the pyradiomics document "‘no_weighting’: GLCMs are weighted by factor 1 and summed. None: Applies no weighting, mean of values calculated on separate matrices is returned.", I thought the two configurations are the same. However, the feature results are different. Could you please provide the formulas of the two settings?