I would like to develop a method to identify cranial openings in surface model via ITK-Snap… must I synthesize a Dicom/Analyze image via ITK first? Is there a way to do this in a manner that precisely spans the volume of the surface model? I need to produce a labeled mapping of the cranial openings, and my intuition tells me that I simply cannot do this with only the surface model. If so, is it possible to load the surface model while retaining the vertex coordinates, to produce an isotropic CT-like image that encapsulates it? (I do not have access to the original CT scan that was used to produce the surface model…)
I tried to ask this on ITK-Snap users list, but my membership has not been approved yet. Thanks for your consideration.
If you need a one-time conversion, 3D Slicer can import polygonal models into its Segmentations module, and convert it into a label image. For that you do need a “base image”, which can be created via resample module (where you can specify origin, spacing, direction, size).
Also, what do you mean by “identify cranial openings”? If you mean topological holes, I believe that can be done in polygonal meshes, though ITK is not the library for it.
thanks for your reply. By cranial openings, I designate cranial foramina, such as foramen magnum, foramen rotundum, and so on. Not topological holes in the triangulated surface. I will suggest your solution to my student. Cheers, Michel