Difference between revisions of "2014 Summer Project Week:Image To Mesh Conversion for Brain MRI"

From NAMIC Wiki
Jump to: navigation, search
Line 30: Line 30:
 
<h3>Objective</h3>
 
<h3>Objective</h3>
 
* Develop an extension that implements the Image-To-Mesh Conversion.  
 
* Develop an extension that implements the Image-To-Mesh Conversion.  
* The extension encapsulates two CLI modules: (1) BodyCentricCubic (BCC) mesh and (2) Mesh Compression (MC).  
+
* The extension encapsulates two CLI modules:
 +
** (1) BodyCentricCubic (BCC) mesh and (2) Mesh Compression (MC).  
 
</div>
 
</div>
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<div style="width: 27%; float: left; padding-right: 3%;">

Revision as of 12:50, 23 June 2014

Home < 2014 Summer Project Week:Image To Mesh Conversion for Brain MRI

Key Investigators

  • Fotis Drakopoulos (CRTC)
  • Yixun Liu (CRTC)
  • Andrey Fedorov (BWH/SPL)
  • Ron Kikinis (BWH/SPL)
  • Nikos Chrisochoides (CRTC)

Project Description

This project generates a tetrahedral mesh from an input labeled image. The method consists of two modules:

  • Body Centric Cubic (BCC) Mesh Generation

This module generates a Body Centric Cubic (BCC) mesh from a labeled image. Initially the generated mesh is homogeneous, that means does not distinguish different tissues. Later the module specifies which tissue each tetrahedron belongs to. Each tissue is capable of automatically adjusting its resolution based on its geometric complexity and the predefined subdivision criterion.

  • Mesh Compression (MC)

This module deforms a tetrahedral mesh towards the boundaries of the labeled image. Two point sets are extracted for the mesh deformation. The first (source point set) consists of the exterior surface vertices of the input mesh. The second (target point set) consists of the exterior surface edge points in the input labeled image. Then the input mesh is deformed by registering the source to the target point set using a Physics-Based Non-Rigid Registration method.

Objective

  • Develop an extension that implements the Image-To-Mesh Conversion.
  • The extension encapsulates two CLI modules:
    • (1) BodyCentricCubic (BCC) mesh and (2) Mesh Compression (MC).

Approach, Plan

  • The current version of the extension supports a single-tissue mesh generation.
  • The future versions will support multi-tissue meshes.

Progress

References

  • Tetrahedral mesh generation for medical imaging.

Fedorov A., Chrisochoides N., Kikinis R., Warfield S. College of William and Mary; Computational Radiology Lab and Surgical Planning Lab, Brigham and Women's Hospital, Harvard Medical School

  • Mesh Deformation-based Multi-tissue Mesh Generation for Brain Images.

Yixun Liu, Panagiotis Foteinos, Andrey Chernikov and Nikos Chrisochoides. Engineering with Computers, Volume 28, pages 305-318, 2012.