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

From NAMIC Wiki
Revision as of 18:07, 12 June 2014 by Fdrakopo (talk | contribs) (Created page with '==Project Description== This project generates a tetrahedral mesh from an input labeled image. The method consists of two modules: * Body Centric Cubic Mesh Generation This modul…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Home < 2014 Summer Project Week:Image To Mesh Conversion for Brain MRI

Project Description

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

  • Body Centric Cubic 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

This module deforms an input tetrahedral mesh towards the boundaries of the input labeled image. Two point sets are extracted for the mesh deformation. The first (source point set) consists of the exterior and interior surface vertices of the input mesh. The second (target point set) consists of the exterior and interior 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

Approach, Plan

Progress