Difference between revisions of "Stanford Simbios group"
Line 19: | Line 19: | ||
===Create a filled label map using PolyDataToFilledLabelMap module in slicer=== | ===Create a filled label map using PolyDataToFilledLabelMap module in slicer=== | ||
− | The models generated in the above step are closed but hollow. But EM Segmentation requires the atlas given to be in closed filled format. Hence we converted the hollow closed models into filled label volumes using the module PolyDataToFilledLabelMap module in Slicer. | + | The models generated in the above step are closed but hollow. But EM Segmentation requires the atlas given to be in closed filled format. Hence we converted the hollow closed models into filled label volumes using the module PolyDataToFilledLabelMap module in Slicer. The output label map of this module is of datatype unsigned char and is converted to short datatype. |
<gallery widths="400px" perrow="6"> | <gallery widths="400px" perrow="6"> | ||
− | Image: | + | Image:LabelMap_Femur.jpg |
− | Image: | + | Image:LabelMap_Tibia.jpg |
− | Image: | + | Image:LabelMap_Patella.jpg |
</gallery> | </gallery> | ||
===EM Segmentation based on the atlas=== | ===EM Segmentation based on the atlas=== | ||
+ | The output label map in the above is given as input atlas in the EM Segmentation step. | ||
==Register Images== | ==Register Images== |
Revision as of 18:29, 28 April 2009
Home < Stanford Simbios group
Contents
Aim
To develop a generic semi-automatic segmentation toolkit to convert images of musculoskeletal structures to 3D models.
Process Flowchart
Progress
Atlas Generation from Input MR Images
Model Generation from Input MR Images
Pre-Segmented models for femur, patella and tibia are obtained for a patient (in .stl format). This models can be prepared using the hypermesh software. The models contain vertices of triangles representing femur, tibia and patella regions.
Create a filled label map using PolyDataToFilledLabelMap module in slicer
The models generated in the above step are closed but hollow. But EM Segmentation requires the atlas given to be in closed filled format. Hence we converted the hollow closed models into filled label volumes using the module PolyDataToFilledLabelMap module in Slicer. The output label map of this module is of datatype unsigned char and is converted to short datatype.
EM Segmentation based on the atlas
The output label map in the above is given as input atlas in the EM Segmentation step.