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.14k stars 492 forks source link

[FEAT EXTRACTION] #774

Open XinChenUK opened 2 years ago

XinChenUK commented 2 years ago

Describe the question For texture features calculation for ROI region, are the methods applied to the whole image first then calcualte the final score for the ROI region, or applying the mask first then caculating feature values for the ROI only? I assume it is the first case, as the the second may suffer from a boundary issue. Please confirm. Many thanks.