wasserth / TotalSegmentator

Tool for robust segmentation of >100 important anatomical structures in CT and MR images
Apache License 2.0
1.49k stars 246 forks source link

Adding more radiomics features #158

Closed jakalssj3 closed 1 year ago

jakalssj3 commented 1 year ago

I am interested in using the pyradiomics implementation in TotalSegmentator to extract the radiomics features of each class. Is there any way to extend the list of the produced features? Currently it seems to only return to types of the features: "shape" and "firstorder". But it seems there are many more implemented in the "pyradiomics" package, e.g. "glcm" "gldm" "glrlm" and so on. Is it possible to enable these extra features to be reported?

wasserth commented 1 year ago

You will have to adapt the code to enable/add these additional features. So far this is not implemented.

wasserth commented 1 year ago

from totalsegmentator.python_api import totalsegmentator