How to verify size of .ply model uploaded into Slicer?

Hello!

I was wondering if there is a way to verify the size/scale of a .ply model uploaded directly into 3D Slicer from repositories such as Morphosource? I have the x res, y res, and z res from the specimen page, but am not sure how to use it if not working with a volume.

-Rachel

You can adjust the size by putting the loaded model into a transform. You can create a linear transform and then type the scaling factors into the main diagonal. Then if needed you can harden the model (applies the transform to the vertices and removes it from the transform) and save in the new size.

https://www.slicer.org/wiki/Documentation/Nightly/Modules/Transforms

Thanks for your quick response, Steve! I’m not quite sure what to use as a scaling factor since I have nothing to use as a reference. For more context, I am looking at this ear bone from an extinct frog: https://www.morphosource.org/Detail/MediaDetail/Show/media_id/4803
…which is 7 mm across when measuring in 3D Slicer, but the ear bones of extant frogs are usually about 2 mm long. It could be correct, but if I could verify that somehow, that’d be great!
-Rachel

You can verify the size/scale by measuring a known distance on the model using markups Line tool on the toolbar:

image

If the measured size does not match what you expect then use the ratio as scaling factor. For scaling, you can use “Surface Toolbox” module (a bit simpler to use than Transforms module, as it applies and hardens the transforms to a new model in one step).

I had a look and the ply model is in mm, so it is loaded into Slicer with correct size.

The FMNH_PR_2512_COLUMELLA.tif image file is loaded with 1mm spacing by default and you need to set the correct values in Volumes module / Volume information / Image spacing.

Oh! I totally overlooked the fact that they also provided the image stack! Thanks so much for looking into this, Andras!

-Rachel

1 Like