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

How to use only VOI image feature extraction? #874

Open Xinyszh opened 2 months ago

Xinyszh commented 2 months ago

After the doctor has outlined the tumor area, the generated tumor mask is dot-multiplied with the original image to obtain a 3D image containing only the VOI. Now I have only the VOI 3D image obtained after processing, no mask and original image, in this case how should I use pyradiomics to extract the image features?