ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
Classes | |
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 | 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, TDisplacementField > |
WarpMeshFilter applies a deformation field to all the points of a mesh. The deformation field is represented as an image of Vectors. More... | |
Mesh filters process input meshes and produce output meshes. Inputs are unmodified.