Segment Statistics Volume Calculation

Hello, I am new to Slicer and have a few questions about the Segment Statistics Module, particularly how it calculates volume. I am currently segmenting muscle groups, subcutaneous and intramuscular fat within a single slice from MR Images of the thigh. I have read that the Labelmap Statistics calculates volume as the product of the pixel spacing (mm3) and the pixel count. I am curious if Slicer is using the actual pixel dimensions given in the DICOM header combined with the slice thickness or not. I cannot find anything on this from the user manual, so I am looking here for help.

Also for the output of segmentation, is it normalized to total volume? Or is it an absolute volume?

I have attached a photo that I hope will better illustrate the issue I am having.

image

Yes, of course, the volume computation is correct, it takes into account pixel size, slice spacing, axis directions, etc.

It is an absolute volume, not relative or normalized.

Of course, if you segment a single slice then you will have the volume of a single slice. You can get a full 3D segmentation by using for example “Fill between slices” or “Grow from seeds” effect.

Thank you very much for your response, it was most helpful. I do have an additional question regarding what specific DICOM tags are used for volume calculations (as most DICOM headers contain both nominal pixel size and actual).

I don’t know what you mean by nominal pixel size. DICOM contains physical pixel size and physical slice position and orientation (PixelSpacing, ImagePositionPatient, ImageOrientationPatient tags) - these define the actual physical geometry and we use these. We are aware that there are other fields (such as slice thickness) that must not be used for geometry computation and we do not use them.

I’ve done for many slices by threshold effect because it allow me to correct the mislabel while the grow from seeds effect or fill between slices effects don’t allow me to correct.

Hi Iassoan
It is same my question the pixel size in slicer match the real one in acquired image? because I am trying to measure (cross sectional area,mm2) from pixels number. so pixel dimension not always 1x1x1mm?
Sincerely

Both Grow from seeds and Fill between slices effect allow dynamic updates (if you change seeds or slice intersections, the full 3D segmentation is recomputed immediately).

You can find the voxel size in Volumes module / Volume information section / Image spacing field.

Dear Andras Lasso,

when calculating the mean, median, max, min HU value of a segment, does Slicer 3d consider also the surface of that segment?

Thnak you in adavance
Ennio