Overview of PyRadiomics feature classes
masterPyRadiomics extracts various radiomic features categorized into several classes. Most feature classes (except for Shape features) can be calculated on either the original image or a derived image obtained via filters.
Feature Classes:
First Order Statistics(radiomics.firstorder): 19 features.Shape-based (3D)(radiomics.shape): 16 features. These are extracted from the label mask and are independent of gray value.Shape-based (2D)(radiomics.shape2D): 10 features.Gray Level Co-occurrence Matrix (GLCM)(radiomics.glcm): 24 features.Gray Level Run Length Matrix (GLRLM)(radiomics.glrlm): 16 features.Gray Level Size Zone Matrix (GLSZM)(radiomics.glszm): 16 features.Neighbouring Gray Tone Difference Matrix (NGTDM)(radiomics.ngtdm): 5 features.Gray Level Dependence Matrix (GLDM)(radiomics.gldm): 14 features.
Most features comply with the Imaging Biomarker Standardization Initiative (IBSI) definitions.