本系列博客后续将更新于个人微信公众号,欢迎关注。
4.3 General Info Module
class radiomics.generalinfo.GeneralInfo(imagePath,maskPath, resampledMask, settings, enabledImageTypes)
execute()
返回包含所有通用信息的字典
getBoundingBoxValue()
计算和返回resampledMask的boundingbox,0,1,2号元素分别是x,y,z的下界,3,4,5号元素分别是x,y,z的上界
getGeneralSettingsValue()
返回通用设置信息的字典
getImageHashValue()
返回原始图像的希尔值
getImageSpacingValue()
返回原始图像(进行任何重采样前)的spacing
getEnabledImageTypesValue()
getMaskHashValue()
返回mask的希尔值
getVersionValue()
getVolumeNumValue()
计算和返回resampledMask的连通域的数量
getVoxelNumValue()
计算和返回resampledMask的体素的数量
本文介绍了Radiomics中GeneralInfo模块的功能与使用方法,包括执行流程、获取图像及掩膜的各项属性等。该模块能够计算并返回图像边界框、连通域数量、体素数等关键信息。
15万+

被折叠的 条评论
为什么被折叠?



