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

First Order feature maps #862

Open MicheleMureddu opened 6 months ago

MicheleMureddu commented 6 months ago

Hi i was trying to extract first order feature maps with this configurations:

setting:
  binWidth: 0.3125
  label: 1
  interpolator: 'sitkBSpline'
  resampledPixelSpacing:   
  resegmentMode: 'absolute'
  resegmentRange: [0,20]

imageType:
  Original: {} 

For all the textural features the code seems to work and i obtain feature maps. If i enable, for example, first order entropy i get "segmentation fault (core dumped).