Radiomics to creat image map

Is it possible to create an image map based on specific features extracted using radiomics (for example GLCM feature)?

1 Like

Yes, it is called voxel-based radiomics and is supported in PyRadiomcis. On the commandline, simply add --mode voxel to enable this. However it is much, much more computationally intensive and will take a long time to compute (everything is calculated for each voxel instead of each image).

Thanks for your reply