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.15k stars 495 forks source link

create loop for feature extraction #819

Closed nimayousefi75 closed 1 year ago

nimayousefi75 commented 1 year ago

Hi, In case of feature extraction like in 'example' file, for more than one image How should we modify that code and create a loop for extracting features?

Thanks.