ITK  4.2.0
Insight Segmentation and Registration Toolkit
Classes
Mesh Segmentation Filters
Model-Based Image Segmentation Filters
+ Collaboration diagram for Mesh Segmentation Filters:

Classes

class  itk::BalloonForceFilter< TInputMesh, TOutputMesh >
 BalloonForceFilter is used to apply balloon force and the potential force onto the 2D surface model embedded in a 3D space. More...
class  DeformableMesh3D
 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...
class  itk::DeformableSimplexMesh3DFilter< TInputMesh, TOutputMesh >
 Three-dimensional deformable model for image segmentation. More...

Detailed Description

These algorithms represent models using a mesh and update the models based on image features. Examples of this type of filter in ITK include: balloon force filter and the deformable mesh filter.