Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > d5e74628f0e673bb8680aebce32b2c04 > files > 12393

itk-doc-3.12.0-1mdv2010.0.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta name="robots" content="noindex">
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>ITK: Mesh Filters</title>
<link href="DoxygenStyle.css" rel="stylesheet" type="text/css">
</head><body bgcolor="#ffffff">


<!--  Section customized for INSIGHT : Tue Jul 17 01:02:45 2001 -->
<center>
<a href="index.html" class="qindex">Main Page</a>&nbsp;&nbsp; 
<a href="modules.html" class="qindex">Groups</a>&nbsp;&nbsp;
<a href="namespaces.html" class="qindex">Namespace List</a>&nbsp;&nbsp;
<a href="hierarchy.html" class="qindex">Class Hierarchy</a>&nbsp;&nbsp;
<a href="classes.html" class="qindex">Alphabetical List</a>&nbsp;&nbsp;
<a href="annotated.html" class="qindex">Compound List</a>&nbsp;&nbsp; 
<a href="files.html" class="qindex">File
List</a>&nbsp;&nbsp; 
<a href="namespacemembers.html" class="qindex">Namespace Members</a>&nbsp;&nbsp; 
<a href="functions.html" class="qindex">Compound Members</a>&nbsp;&nbsp; 
<a href="globals.html" class="qindex">File Members</a>&nbsp;&nbsp;
<a href="pages.html" class="qindex">Concepts</a></center>


<!-- Generated by Doxygen 1.5.9 -->
<div class="contents">
<h1>Mesh Filters<br>
<small>
[<a class="el" href="group__Filters.html">Filters</a>]</small>
</h1>
<p>
<div class="dynheader">
Collaboration diagram for Mesh Filters:</div>
<div class="dynsection">
<center><table><tr><td><img src="group__MeshFilters.png" border="0" alt="" usemap="#group____MeshFilters_map">
<map name="group____MeshFilters_map">
<area shape="rect" id="node1" href="group__Filters.html" title="Filters" alt="" coords="7,61,68,91"><area shape="rect" id="node2" href="group__MeshSegmentation.html" title="Mesh Segmentation Filters" alt="" coords="563,35,765,64"><area shape="rect" id="node3" href="group__ImageFilters.html" title="Image Filters" alt="" coords="611,88,717,117"></map></td></tr></table></center>
</div>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Classes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classitk_1_1BalloonForceFilter.html">itk::BalloonForceFilter&lt; TInputMesh, TOutputMesh &gt;</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><a class="el" href="classitk_1_1BalloonForceFilter.html" title="BalloonForceFilter is used to apply balloon force and the potential force onto the...">BalloonForceFilter</a> is used to apply balloon force and the potential force onto the 2D deformable model. For 3D (multi-slices) segmentation please use BalloonForce3DFilter The balloon force is vertical to the surface of the model. The potential force is given out by the estimated boundary points. These two will meet a balance at the boundary, thus the deformable model will fit to the boundary. Users should use deformable model as input using SetInput and also provide the filter with a potential image which will provide the estimated bounday. The image should be a binary image with object and background labelled differently. These image can be given by GibbsPriorFilter or any other segmentation filters. When the nodes on the model stopped at the estimated boundary, using the GradientFit method to fit the model using the gradient information in the original image.  <a href="classitk_1_1BalloonForceFilter.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classitk_1_1BinaryMaskToNarrowBandPointSetFilter.html">itk::BinaryMaskToNarrowBandPointSetFilter&lt; TInputImage, TOutputMesh &gt;</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Generate a <a class="el" href="classitk_1_1PointSet.html" title="A superclass of the N-dimensional mesh structure; supports point (geometric coordinate...">PointSet</a> containing the narrow band around the edges of a input binary image.  <a href="classitk_1_1BinaryMaskToNarrowBandPointSetFilter.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classitk_1_1ConformalFlatteningMeshFilter.html">itk::ConformalFlatteningMeshFilter&lt; TInputMesh, TOutputMesh &gt;</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><a class="el" href="classitk_1_1ConformalFlatteningMeshFilter.html" title="ConformalFlatteningMeshFilter applies a conformal mapping from 3D to 2D.">ConformalFlatteningMeshFilter</a> applies a conformal mapping from 3D to 2D.  <a href="classitk_1_1ConformalFlatteningMeshFilter.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classitk_1_1ConnectedRegionsMeshFilter.html">itk::ConnectedRegionsMeshFilter&lt; TInputMesh, TOutputMesh &gt;</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Extract portions of a mesh that are connected at vertices.  <a href="classitk_1_1ConnectedRegionsMeshFilter.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classDeformableMesh3D.html">DeformableMesh3D</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">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. Inputs are: (1) <a class="el" href="classA.html">A</a> deformable triangular model (Mesh). Import using the SetInput method. (2) <a class="el" href="classA.html">A</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.  <a href="classDeformableMesh3D.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classitk_1_1DeformableSimplexMesh3DFilter.html">itk::DeformableSimplexMesh3DFilter&lt; TInputMesh, TOutputMesh &gt;</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Three-dimensional deformable model for image segmentation.  <a href="classitk_1_1DeformableSimplexMesh3DFilter.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classitk_1_1InteriorExteriorMeshFilter.html">itk::InteriorExteriorMeshFilter&lt; TInputMesh, TOutputMesh, TSpatialFunction &gt;</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><a class="el" href="classitk_1_1InteriorExteriorMeshFilter.html" title="InteriorExteriorMeshFilter takes an itk::Mesh and extracts from it a Sub-Mesh such...">InteriorExteriorMeshFilter</a> takes an <a class="el" href="classitk_1_1Mesh.html" title="Implements the N-dimensional mesh structure.">itk::Mesh</a> and extracts from it a Sub-Mesh such that all its points Evaluate &gt; 0 in an <a class="el" href="classitk_1_1SpatialFunction.html" title="N-dimensional spatial function class.">itk::SpatialFunction</a> provided by the user.  <a href="classitk_1_1InteriorExteriorMeshFilter.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classitk_1_1MeshToMeshFilter.html">itk::MeshToMeshFilter&lt; TInputMesh, TOutputMesh &gt;</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><a class="el" href="classitk_1_1MeshToMeshFilter.html" title="MeshToMeshFilter is the base class for all process objects that output mesh data...">MeshToMeshFilter</a> is the base class for all process objects that output mesh data, and require mesh data as input. Specifically, this class defines the <a class="el" href="classitk_1_1MeshToMeshFilter.html#88f3596cac99a5c99e0ffba34b03f1f7">SetInput()</a> method for defining the input to a filter.  <a href="classitk_1_1MeshToMeshFilter.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classitk_1_1ParametricSpaceToImageSpaceMeshFilter.html">itk::ParametricSpaceToImageSpaceMeshFilter&lt; TInputMesh, TOutputMesh &gt;</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><a class="el" href="classitk_1_1ParametricSpaceToImageSpaceMeshFilter.html" title="ParametricSpaceToImageSpaceMeshFilter takes an itk::Mesh on which the point Data...">ParametricSpaceToImageSpaceMeshFilter</a> takes an <a class="el" href="classitk_1_1Mesh.html" title="Implements the N-dimensional mesh structure.">itk::Mesh</a> on which the point Data is expected to contain <a class="el" href="classitk_1_1Index.html" title="Represent a n-dimensional index in a n-dimensional image.">itk::Index</a> of <a class="el" href="classitk_1_1Image.html" title="Templated n-dimensional image class.">itk::Image</a> pixels associated with each point of the <a class="el" href="classitk_1_1Mesh.html" title="Implements the N-dimensional mesh structure.">Mesh</a>, and construct with them a new mesh whose points are in the coordinates of those pixels.  <a href="classitk_1_1ParametricSpaceToImageSpaceMeshFilter.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classitk_1_1TransformMeshFilter.html">itk::TransformMeshFilter&lt; TInputMesh, TOutputMesh, TTransform &gt;</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><a class="el" href="classitk_1_1TransformMeshFilter.html" title="TransformMeshFilter applies a transform to all the points of a mesh.">TransformMeshFilter</a> applies a transform to all the points of a mesh.  <a href="classitk_1_1TransformMeshFilter.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classitk_1_1WarpMeshFilter.html">itk::WarpMeshFilter&lt; TInputMesh, TOutputMesh, TDeformationField &gt;</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><a class="el" href="classitk_1_1WarpMeshFilter.html" title="WarpMeshFilter applies a deformation field to all the points of a mesh. The deformation...">WarpMeshFilter</a> applies a deformation field to all the points of a mesh. The deformation field is represented as an image of Vectors.  <a href="classitk_1_1WarpMeshFilter.html#_details">More...</a><br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Mesh filters process input meshes and produce output meshes. Inputs are unmodified. <dl class="see" compact><dt><b>See also:</b></dt><dd>Mesh </dd></dl>
</div>
<hr><address><small>
Generated at Fri May 8 00:42:58 2009 for ITK  by <a href="http://www.stack.nl/~dimitri/doxygen/index.html"> <img 
src="http://www.stack.nl/~dimitri/doxygen/doxygen.png" alt="doxygen"
align="middle" border=0 width=110 height=53>
</a> 1.5.9 written by <a href="mailto:dimitri@stack.nl">Dimitri van Heesch</a>,
 &copy;&nbsp;1997-2000</small></address>
</body>
</html>