Head circumference or cranial deformation measures from CT

Hi:
How can I measure the head circumference or cranial deformation measures using CT and 3D Slicer? Automatic or semi-automatic method.

Circumference: Measure the circumference of an object

Cranial deformation can be assessed many ways. What would you like to quantify exactly?

I only know the two methods that appears in the book that I attached…

Do you know any automatic method with 3D Slicer that measures that? I have the CT images and the cranial mesh. Or do you know any method to measure cranial deformation?

You can write a script that automatically identifies points and planes and computes all values. However, developing such a script may take several days (plus learning of some Python, numpy, VTK, Slicer if you are not familiar with these), so it may not pay off if you just need to measure a few hundred cases and otherwise you would not want to spend time with learning and programming.

Probably a good tradeoff is to automatically get points and planes that are easy to compute automatically (e.g., superior and posterior planes) and provide some landmark points manually. Then, from the list of planes and points it should be trivial to compute distances, angles, etc.

@muratmaga are there any general morphometrics tools that could be used here?

I am not aware of any automated tools for this. @ezgimercan was working on similar questions, she might have some suggestions.

I would suggest the closed curve method as in the topic @lassoan shared.

My only suggestion would be to use the CT with the reformat tool to get the axial plane you want to measure the circumference at. Then mark a closed curve on the reformatted axial plane.

Ideally, if you also have the model (mesh) for the CT (you can create it easily with Threshold and Islands tools in Segment Editor), you can get away with marking 3-4 points on the CT and resampling it on the model.

Most of these steps can be automated in Python but I don’t have any scripts for it.

Hi Gonzalo,

Recently I also have the same question. Did you find a good way to measure the head shape information?

Best,
Chen

No. I don´t found any good way to measure the head shape. I think that the ShapePopulationViewer extension could be useful, but I haven’t test it.

Sincerely,

Gonzalo Rojas Costa

You can visualize in slice views all the measurement planes that are shown in the book, and then you can use line and curve markup tools to make the measurements. Let us know if you have any difficulty in either finding a good slice view or measuring distance or curve length.

Hi Lassoan,

I am trying with your method. But I may meet a basic question of how to adjust my slice position at the first step. I put a figure here, where the yellow and red lines are interaction plane. Could you tell me how could I adjust the head position to make the yellow line in the middle of the head (like this black line.)

image

Aha, I can manually adjust the angle in transform. Now I figure it out.

Hi Gonzalo,

Could you tell me the name of this book? I am looking for the formal measurement method for heads. If you know the literature about the regulated way for measuring the head, I will appreciate.

And will the SlicerMorph extension be useful to measure cranial deformation ?

And will the SlicerMorph extension be useful to measure cranial deformation ?

SlicerMorph provides tools for landmark based shape analysis and visualization. While it can be useful, if you are doing lengths and ratios for skull deformation, there is not much to offer to you.

I have not tried that. But one method could be export the stl first and import the stl to Meshy, where you can directly measure the circumference.
Meshy (0x00019913.github.io)

Hello Muratmaga, could you please tell me what is the name for that tool of landmark based shape analysis and visualization? It could be very useful for me. Because currently what I am doing is extract the landmarks’ locations and do the regression analysis to investigate the relationship between skull shape information and the skull morphology.

It is the GPA module in slicermorph. It does Procrustes superimposition and PCA decomposition of gpa aligned coordinates. However for regression analyses you need to either use tools in R, or write your own python snippets.

You can find more information at GitHub - SlicerMorph/SlicerMorph: Extensions to conduct 3D morphometrics in Slicer

Hi Gonzalo, I didn’t find the pdf version of this book. But could you please help me have a look to see whether it also records the regulated method for skull circumference measurement?
I want to know how they measure the skull/