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

Kernel radius change for 2D extraction not working [BUG] #780

Closed theanega closed 1 year ago

theanega commented 2 years ago

I am trying to extract 2D features with different kernel sizes: R=1, R=3 and R=5. The log file presents no errors and there is an output file. However, I am getting the same output for all different kernel configurations, which means that it's not working. I have tried changing the bin width and that actually works - I get different values for my 2D features.

I am using:

Thanks! Olivia

theanega commented 1 year ago

I closed the issue since I understood that kernel radius is only important when extract voxel-based features, not 2D.