Hello,
I am doing a radiomics project in 3D Slicer and I am new to all the things.
I have a problem.
I need to have the volume of the tumor, but in the extracted features (Shape features), there is no Volume and no compactness.
I read some articles and according to them, I can calculate volume by counting the number of pixels in the tumor region and multiplying this value by the voxel size.
For shape features I have these features:
how can I calculate the volume of the tumor ?
Iām sorry if my question seems very basic.Itās my 1st project and I am somehow confused.
would you please help me .
Iām not sure what module you are using, so I canāt be 100% confident, but I expect the value you are looking for is in the VoxelVolume feature. This is almost certainly the volume of the region as calculated by counting the number of voxels included multiplie by the volume of a voxel. I suspect MeshVolume is also the region volume, calculated as the volume inside a surface mesh. These may differ slightly due to smoothing during the generation of the mesh or due to pixelization of the surface, but should be very similar for any large or compact shape.
A different, maybe easier approach would be to segment the tumor in the segment editor and run āSegment Statisticsā on the segmentation results. āSegment Statisticsā can be found in āQuantificationā submenu.