Collaboration diagram for Mesh Filters:
Classes | |
class | itk::BalloonForceFilter< TInputMesh, TOutputMesh > |
BalloonForceFilter 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. More... | |
class | itk::BinaryMaskToNarrowBandPointSetFilter< TInputImage, TOutputMesh > |
Generate a PointSet containing the narrow band around the edges of a input binary image. More... | |
class | itk::ConformalFlatteningMeshFilter< TInputMesh, TOutputMesh > |
ConformalFlatteningMeshFilter applies a conformal mapping from 3D to 2D. More... | |
class | itk::ConnectedRegionsMeshFilter< TInputMesh, TOutputMesh > |
Extract portions of a mesh that are connected at vertices. 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. 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. More... | |
class | itk::DeformableSimplexMesh3DFilter< TInputMesh, TOutputMesh > |
Three-dimensional deformable model for image segmentation. More... | |
class | itk::InteriorExteriorMeshFilter< TInputMesh, TOutputMesh, TSpatialFunction > |
InteriorExteriorMeshFilter takes an itk::Mesh and extracts from it a Sub-Mesh such that all its points Evaluate > 0 in an itk::SpatialFunction provided by the user. More... | |
class | itk::MeshToMeshFilter< TInputMesh, TOutputMesh > |
MeshToMeshFilter is the base class for all process objects that output mesh data, and require mesh data as input. Specifically, this class defines the SetInput() method for defining the input to a filter. More... | |
class | itk::ParametricSpaceToImageSpaceMeshFilter< TInputMesh, TOutputMesh > |
ParametricSpaceToImageSpaceMeshFilter takes an itk::Mesh on which the point Data is expected to contain itk::Index of itk::Image pixels associated with each point of the Mesh, and construct with them a new mesh whose points are in the coordinates of those pixels. More... | |
class | itk::TransformMeshFilter< TInputMesh, TOutputMesh, TTransform > |
TransformMeshFilter applies a transform to all the points of a mesh. More... | |
class | itk::WarpMeshFilter< TInputMesh, TOutputMesh, TDeformationField > |
WarpMeshFilter applies a deformation field to all the points of a mesh. The deformation field is represented as an image of Vectors. More... |