How to get a ROI to fit volume in the Volume Rendering module with python?

roiNode.SetName("ROI")
roiNode.SetXYZ(PP)
roiNode.SetRadiusXYZ(50, 50, 50)

我是这样定义ROI大小的…

3 Likes