DICOM image size

Is there a way to check the DICOM image size (dimensions, length) in 3D slicer ?

May I know how to do it.
Thanks

Before loading you can right click in the DICOM browser and look at the header (metadata). Or after loading you can look at the Volume Information section of the Volumes module.

Thanks for reply.
However when I print the 3D model, the output model dimension seems to be small than the DICOM image size.
May I know what could be the issue ?

Did you import the images into Slicer directly from DICOM? What imaging modality was it (CT, MRI, CBCT, microCT, ultrasound, …)?

When you imported the STL file into your 3D printing software, did you set millimeter as length unit in the file?

Yes I tried to import the images from DICOM.
It was CT imaging modality.
The final 3D printed output seems to be 20% less than actual image size.

If you measure some length on the object in Slicer (using line or ruler tool) does the displayed value correspond to the correct physical size or to the size of the 3D-printed object?

I really agree with lassoan. And which software was used to slice the stl to gcode. You should check the each step from 3d construction to the last printing model.

Thank you for all replies.
I measured the physical size of specimen to 3D printed object. There is a difference of 20% in the 3d printed when compared to origin object.
I have been using magics and 3D slicer to create STL files.
However, we are not sure how come the object is reduced in size when it is printed.

What is the last size of the file before slice(printer software)?

The printer software maybe changed the scale automatic when the model is larger than the boundary of the max printing area.

1 Like

Can you help me to check this.
image
Is the image origin indicate the dimension of the DICOM image ?
How to calculate image dimension here ?

image
Is the image origin indicate the dimension of the DICOM image ?
How to calculate image dimension here ?

The values above look reasonable to me. Although to be sure you would need to compare them to the DICOM metadata.

The Axial images are 512x512 pixels and each pixel is 0.4746mm x 0.4746mm so the size of the image should be 243mm x 243mm (512 x 0.4746 = 243mm).

The slice spacing is 0.6mm and there are 427 images so the volume should be 0.6 x 427mm = 256mm in the superior - inferior direction.

But to keep things simple you should follow what lassoan said earlier and you should measure between two points on the model in slicer and see if this matches the 3d printed model. If the measurements in slicer are what you would expect but the 3d printed model is still smaller then the problem isnt in slicer, it must be something downstream like a scaling issue in the 3d printer software etc.

Thanks all for the replies.
However I checked wit the 3d printer settings, we havenot done any scaling down before we print.
The issue is the files created in STL format using 3D slicer has somehow shrink the dimension to 18cm. The original dimension is 24.2 cm.So we are not sure how the shrinking or size reduction happen.

The image dimensions after segmentation is 24.2cm which is same as the dimension of DICOM file. However the images in the STL file is 18cm, which is lesser compared to original. Is there anything that has caused the image shrink ?

I don’t know of anything that would cause that behavior.

Are you able to replicate the issue on public data? If so can you post the exact steps?

[quote=“Ramya_C, post:13, topic:10069, full:true”]
Thanks all for the replies.
However I checked wit the 3d printer settings, we havenot done any scaling down before we print.
Thanks all for the replies.
However I checked wit the 3d printer settings, we havenot done any scaling down before we print.
The issue is the files created in STL format using 3D slicer has somehow shrink the dimension to 18cm. The original dimension is 24.2 cm.So we are not sure how the shrinking or size reduction happen.

The image dimensions after segmentation is 24.2cm which is same as the dimension of DICOM file. However the images in the STL file is 18cm, which is lesser compared to original. Is there anything that has caused the image shrink ?

1 Like

In the˝Export segment to files" window, did you change the “Size scale” value from the original 1.0? If you load the exported STL file back into Slicer, is its size correct? If you load the STL file into MeshLab and measure it there, is the size correct?

1 Like

Also, is there any way you could share your source image, segmentation .seg.nrrd file and exported STL for us to replicate the segmentation/export part?

1 Like

Can you update the DICOM?