Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

DeformableMesh3D Class Reference
[Mesh FiltersMesh Segmentation Filters]

The DeformableMesh3DFilter is used to deform a mesh (deformable model) under a potential force in 2D or 3D. The potential force is derived from the gradient information in the medical image and it will make the model deform to fit to the boundary features. More...

#include <itkDeformableMesh3DFilter.h>


Detailed Description

The DeformableMesh3DFilter is used to deform a mesh (deformable model) under a potential force in 2D or 3D. The potential force is derived from the gradient information in the medical image and it will make the model deform to fit to the boundary features.

Computations are handled with points assumed to lie in index space, not physical space. Reverting to physical space compromises backward compatibility.

Inputs are: (1) A deformable triangular model (Mesh). Import using the SetInput method. (2) A gradient map that make the model deform to fit to the estimated boundary. the gradient should be based on the 2nd derive of the original image. So the nodes on the model surface will stop at the edge features in the original image.


The documentation for this class was generated from the following file:

Generated at Tue Sep 15 05:32:45 2009 for ITK by doxygen 1.5.8 written by Dimitri van Heesch, © 1997-2000