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

bin width decision #860

Open MicheleMureddu opened 6 months ago

MicheleMureddu commented 6 months ago

I have 10 18F-DOPA PET SUVr images and they all have a different (max - min) range. I want to set a fixed bin width to have 64 as the bin count for all images. So I'm setting a different bin width for all images. Is this correct or do I need to set a fixed bin width for all images?