The specification for this file format is taken from the web site http://www.mayo.edu/bir/PDF/ANALYZE75.pdf.
Classes | |
| class | AbortCheckEvent |
| class | AbortEvent |
| class | AbsImageAdaptor |
| Presents an image as being composed of the vcl_abs() of its pixels. More... | |
| class | AbsImageFilter |
| Computes the ABS(x) pixel-wise. More... | |
| class | AbsoluteValueDifferenceImageFilter |
| Implements pixel-wise the computation of absolute value difference. More... | |
| class | AccumulateImageFilter |
| Implements an accumulation of an image along a selected direction. More... | |
| class | AcosImageAdaptor |
| Presents an image as being composed of the vcl_acos() of its pixels. More... | |
| class | AcosImageFilter |
| Computes the vcl_acos(x) pixel-wise. More... | |
| class | ActiveShapeModelCalculator |
| Base class for ActiveShapeModelCalculator object. More... | |
| class | ActiveShapeModelGradientSearchMethod |
| Base class for ActiveShapeModelGradientSearchMethod object. More... | |
| class | AdaptImageFilter |
| Convert an image to another pixel type using the specified data accessor. More... | |
| class | AdaptiveHistogramEqualizationImageFilter |
| Power Law Adaptive Histogram Equalization. More... | |
| class | AddConstantToImageFilter |
| Add a constant to all input pixels. More... | |
| class | AddImageAdaptor |
| Presents an image as being the addition of a constant value to all pixels. More... | |
| class | AddImageFilter |
| Implements an operator for pixel-wise addition of two images. More... | |
| class | AffineGeometryFrame |
| Describes the geometry of a data object. More... | |
| class | AffineTransform |
| class | AmoebaOptimizer |
| Wrap of the vnl_amoeba algorithm. More... | |
| class | AnalyzeImageIO |
| Class that defines how to read Analyze file format. Analyze IMAGE FILE FORMAT - As much information as I can determine from the Medical image formats web site, and the Analyze75.pdf file provided from the Mayo clinic. A special note of thanks to Dennis P. Hanson (dph@mayo.edu) for his generous contributions in getting this information correct. More... | |
| class | AnalyzeImageIOFactory |
| Create instances of AnalyzeImageIO objects using an object factory. More... | |
| class | AnchorCloseImageFilter |
| class | AnchorDilateImageFilter |
| class | AnchorErodeDilateImageFilter |
| class to implement erosions and dilations using anchor methods. This is the base class that must be instantiated with appropriate definitions of greater, less and so on. The SetBoundary facility isn't necessary for operation of the anchor method but is included for compatability with other morphology classes in itk. More... | |
| class | AnchorErodeDilateLine |
| class to implement erosions and dilations using anchor methods. This is the base class that must be instantiated with appropriate definitions of greater, less and so on. There is special code for cases where the structuring element is bigger than the image size that aren't particularly anchor related, but use the same data structures. Hopefully these sections occupy a very minor proportion of the time. More... | |
| class | AnchorErodeImageFilter |
| class | AnchorOpenCloseImageFilter |
| class to implement openings and closings using anchor methods. More... | |
| class | AnchorOpenCloseLine |
| class to implement openings and closings using anchor methods. This is the base class that must be instantiated with appropriate definitions of greater, less and so on More... | |
| class | AnchorOpenImageFilter |
| class | AndImageFilter |
| Implements the AND logical operator pixel-wise between two images. More... | |
| class | AnisotropicDiffusionFunction |
| class | AnisotropicDiffusionImageFilter |
| class | AnisotropicFourthOrderLevelSetImageFilter |
| This class implements the 4th-order level set anisotropic diffusion (smoothing) PDE. More... | |
| class | AnnulusOperator |
| A NeighborhoodOperator for performing a matched filtering with an annulus (two concentric circles, spheres, hyperspheres, etc.). More... | |
| class | AntiAliasBinaryImageFilter |
| class | AnyEvent |
| class | ApproximateSignedDistanceMapImageFilter |
| Create a map of the approximate signed distance from the boundaries of a binary image. More... | |
| class | ArchetypeSeriesFileNames |
| Generate an ordered sequence of filenames. More... | |
| class | Array |
| Array class with size defined at construction time. More... | |
| class | Array2D |
| Array2D class representing a 2D array with size defined at construction time. More... | |
| class | ArrowSpatialObject |
| Representation of a Arrow based on the spatial object classes. More... | |
| class | AsinImageAdaptor |
| Presents an image as being composed of the vcl_asin() of its pixels. More... | |
| class | AsinImageFilter |
| Computes the vcl_asin(x) pixel-wise. More... | |
| class | Atan2ImageFilter |
| Computes arctangent pixel-wise from two images. More... | |
| class | AtanImageAdaptor |
| Presents an image as being composed of the vcl_atan() of its pixels. More... | |
| class | AtanImageFilter |
| Computes the vcl_atan(x) pixel-wise. More... | |
| class | AuthalicMatrixCoefficients |
| Compute a matrix filled with Authalic Coefiicients of the edge, wherever two vertices are connected with an edge. More... | |
| class | AutomaticTopologyMeshSource |
| Convenience class for generating meshes. More... | |
| class | AutoPointer |
| Implements an Automatic Pointer to an object. More... | |
| class | AutoPointerDataObjectDecorator |
| Decorates any pointer to a simple object with a DataObject API using AutoPointer semantics. More... | |
| class | AuxVarTypeDefault |
| Level set auxiliary variables type information.AuxVarTypeDefault is a simple class that holds type information for auxiliary variables in some level set algorithms. This class is templated over the auxiliary variable data type, the number of auxiliary variables and the level set dimension. More... | |
| class | AzimuthElevationToCartesianTransform |
| Transforms from an azimuth, elevation, radius coordinate system to a Cartesian coordinate system, or vice versa. More... | |
| class | BackwardDifferenceOperator |
| Operator whose inner product with a neighborhood returns a "half" derivative at the center of the neighborhood. More... | |
| class | BalloonForceFilter |
| 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 | BandNode |
| class | Barrier |
| Standard barrier class implementation for synchronizing the execution of threads. More... | |
| class | BarycentricCombination |
| class | BasicDilateImageFilter |
| gray scale dilation of an image More... | |
| class | BasicErodeImageFilter |
| gray scale erosion of an image More... | |
| class | BayesianClassifierImageFilter |
| Performs Bayesian Classification on an image. More... | |
| class | BayesianClassifierInitializationImageFilter |
| This filter is intended to be used as a helper class to initialize the BayesianClassifierImageFilter. The goal of this filter is to generate a membership image that indicates the membership of each pixel to each class. These membership images are fed as input to the bayesian classfier filter. More... | |
| class | BilateralImageFilter |
| Blurs an image while preserving edges. More... | |
| class | BinaryBallStructuringElement |
| A Neighborhood that represents a ball structuring element (ellipsoid) with binary elements. More... | |
| class | BinaryCrossStructuringElement |
| A Neighborhood that represents a cross structuring element with binary elements. More... | |
| class | BinaryDilateImageFilter |
| Fast binary dilation. More... | |
| class | BinaryErodeImageFilter |
| Fast binary erosion. More... | |
| class | BinaryFunctorImageFilter |
| Implements pixel-wise generic operation of two images. More... | |
| class | BinaryMagnitudeImageFilter |
| Implements pixel-wise the computation of square root of the sum of squares. More... | |
| class | BinaryMask3DMeshSource |
| class | BinaryMaskToNarrowBandPointSetFilter |
| Generate a PointSet containing the narrow band around the edges of a input binary image. More... | |
| class | BinaryMedialNodeMetric |
| class | BinaryMedianImageFilter |
| Applies an version of the median filter optimized for binary images. More... | |
| class | BinaryMinMaxCurvatureFlowFunction |
| class | BinaryMinMaxCurvatureFlowImageFilter |
| Denoise a binary image using min/max curvature flow. More... | |
| class | BinaryMorphologicalClosingImageFilter |
| binary morphological closing of an image. More... | |
| class | BinaryMorphologicalOpeningImageFilter |
| binary morphological closing of an image. More... | |
| class | BinaryMorphologyImageFilter |
| Base class for fast binary dilation and erosion. More... | |
| class | BinaryProjectionImageFilter |
| Binary projection. More... | |
| class | BinaryPruningImageFilter |
| This filter removes "spurs" of less than a certain length in the input image. More... | |
| class | BinaryThinningImageFilter |
| This filter computes one-pixel-wide edges of the input image. More... | |
| class | BinaryThresholdImageFilter |
| Binarize an input image by thresholding. More... | |
| class | BinaryThresholdImageFunction |
| Returns true is the value of an image lies within a range of thresholds This ImageFunction returns true (or false) if the pixel value lies within (outside) a lower and upper threshold value. The threshold range can be set with the ThresholdBelow, ThresholdBetween or ThresholdAbove methods. The input image is set via method SetInputImage(). More... | |
| class | BinaryThresholdProjectionImageFilter |
| BinaryThreshold projection. More... | |
| class | BinaryThresholdSpatialFunction |
| A spatial functions that returns if the internal spatial function is within user specified thresholds. More... | |
| class | BinomialBlurImageFilter |
| Performs a separable blur on each dimension of an image. More... | |
| class | BioRadImageIO |
| ImageIO class for reading Bio-Rad images. Bio-Rad file format are used by confocal micropscopes like MRC 1024, MRC 600 http://www.bio-rad.com/. More... | |
| class | BioRadImageIOFactory |
| Create instances of BioRadImageIO objects using an object factory. More... | |
| class | BlackTopHatImageFilter |
| Black top hat extract local minima that are larger than the structuring element. More... | |
| class | BlobSpatialObject |
| Spatial object representing a potentially amorphous object. More... | |
| class | BloxBoundaryPointImage |
| Templated n-dimensional image class used to store linked lists. More... | |
| class | BloxBoundaryPointImageToBloxBoundaryProfileImageFilter |
| Converts a BloxImage of BloxBoundaryPoints to a BloxImage of BloxBoundaryProfiles. More... | |
| class | BloxBoundaryPointItem |
| A boundary point, stored in a BloxPixel. More... | |
| class | BloxBoundaryPointPixel |
| Holds a linked list of itk::BloxBoundaryPointItem's. More... | |
| class | BloxBoundaryPointToCoreAtomImageFilter |
| Converts a gradient image to an BloxImage of BloxBoundaryPoints. More... | |
| class | BloxBoundaryProfileImage |
| N-dimensional image class which handles BloxBoundaryProfileItems. More... | |
| class | BloxBoundaryProfileImageToBloxCoreAtomImageFilter |
| Converts a blox boundary profile image to an image of core atoms. More... | |
| class | BloxBoundaryProfileItem |
| class | BloxBoundaryProfilePixel |
| class | BloxCoreAtomImage |
| N-dimensional image class which handles BloxCoreAtomItems. More... | |
| class | BloxCoreAtomItem |
| A core atom object, stored in a BloxPixel. More... | |
| class | BloxCoreAtomPixel |
| Holds a linked list of itk::BloxCoreAtomItem's. More... | |
| class | BloxImage |
| Templated n-dimensional image class used to store linked lists. More... | |
| class | BloxItem |
| An entry in the BloxPixel linked list. More... | |
| class | BloxPixel |
| Holds a linked list of BloxItem's. More... | |
| class | BluePixelAccessor |
| Give access to the Blue component of a RGBPixel type. More... | |
| class | BMPImageIO |
| Read BMPImage file format. More... | |
| class | BMPImageIOFactory |
| Create instances of BMPImageIO objects using an object factory. More... | |
| class | BoundedReciprocalImageFilter |
| Computes 1/(1+x) for each pixel in the image. More... | |
| class | BoundingBox |
| Represent and compute information about bounding boxes. More... | |
| class | BoxImageFilter |
| A base class for all the filters working on a box neighborhood. More... | |
| class | BoxMeanImageFilter |
| Implements a fast rectangular mean filter using the accumulator approach. More... | |
| class | BoxSigmaImageFilter |
| Implements a fast rectangular sigma filter using the accumulator approach. More... | |
| class | BoxSpatialObject |
| The class may be used to represent N-dimensional boxes. In two dimensions it is a rectangle, In three dimensions it is a cuboid... More... | |
| class | Brains2HeaderFactory |
| Create instances of Brains2Header objects using an object factory. More... | |
| class | Brains2IPLHeaderInfo |
| class | Brains2MaskHeaderInfo |
| class | Brains2MaskImageIO |
| Class that defines how to read Brains2Mask file format. More... | |
| class | Brains2MaskImageIOFactory |
| Create instances of Brains2MaskImageIO objects using an object factory. More... | |
| class | BresenhamLine |
| class | Bruker2DSEQImageIO |
| Class that defines how to read Bruker file format. Bruker IMAGE FILE FORMAT - The following is a brief description of the Bruker file format taken from:. More... | |
| class | Bruker2DSEQImageIOFactory |
| Create instances of Bruker2DSEQImageIO objects using an object factory. More... | |
| class | BSplineCenteredL2ResampleImageFilterBase |
| class | BSplineCenteredResampleImageFilterBase |
| Evaluates the Centered B-Spline interpolation of an image. Spline order may be from 0 to 5. More... | |
| class | BSplineDecompositionImageFilter |
| class | BSplineDeformableTransform |
| Deformable transform using a BSpline representation. More... | |
| class | BSplineDerivativeKernelFunction |
| Derivative of a BSpline kernel used for density estimation and nonparameteric regression. More... | |
| class | BSplineDownsampleImageFilter |
| Down-samples an image by a factor of 2 using B-Spline filter interpolation. More... | |
| class | BSplineInterpolateImageFunction |
| Evaluates the B-Spline interpolation of an image. Spline order may be from 0 to 5. More... | |
| class | BSplineInterpolationWeightFunction |
| Returns the weights over the support region used for B-spline interpolation/reconstruction. More... | |
| class | BSplineKernelFunction |
| BSpline kernel used for density estimation and nonparameteric regression. More... | |
| class | BSplineL2ResampleImageFilterBase |
| Uses the "Centered l2" B-Spline pyramid implementation of B-Spline Filters to up/down sample an image by a factor of 2. More... | |
| class | BSplineResampleImageFilterBase |
| Uses the "l2" spline pyramid implementation of B-Spline Filters to up/down sample an image by a factor of 2. More... | |
| class | BSplineResampleImageFunction |
| Resample image intensity from a BSpline coefficient image. More... | |
| class | BSplineScatteredDataPointSetToImageFilter |
| Image filter which provides a B-spline output approximation. More... | |
| class | BSplineUpsampleImageFilter |
| class | ByteSwapper |
| Perform machine dependent byte swapping. More... | |
| class | CacheableScalarFunction |
| function cache implementation More... | |
| class | CannyEdgeDetectionImageFilter |
| class | CannySegmentationLevelSetFunction |
| A refinement of the standard level-set function which computes a speed term and advection term based on pseudo-Canny edges. See CannySegmentationLevelSetImageFilter for complete information. More... | |
| class | CannySegmentationLevelSetImageFilter |
| Segments structures in images based on image features derived from pseudo-canny-edges. More... | |
| class | CastImageFilter |
| Casts input pixels to output pixel type. More... | |
| class | CellInterface |
| class | CellInterfaceVisitor |
| class | CellInterfaceVisitorImplementation |
| class | CellTraitsInfo |
| A simple utility class to define the cell type inside a mesh type structure definition. This just makes a copy of existing type information that is needed for a cell type template parameter. More... | |
| class | CenteredAffineTransform |
| Affine transformation with a specified center of rotation. More... | |
| class | CenteredEuler3DTransform |
| CenteredEuler3DTransform of a vector space (e.g. space coordinates). More... | |
| class | CenteredRigid2DTransform |
| CenteredRigid2DTransform of a vector space (e.g. space coordinates). More... | |
| class | CenteredSimilarity2DTransform |
| CenteredSimilarity2DTransform of a vector space (e.g. space coordinates). More... | |
| class | CenteredTransformInitializer |
| CenteredTransformInitializer is a helper class intended to initialize the center of rotation and the translation of Transforms having the center of rotation among their parameters. More... | |
| class | CenteredVersorTransformInitializer |
| CenteredVersorTransformInitializer is a helper class intended to initialize the center of rotation, versor, and translation of the VersorRigid3DTransform. More... | |
| class | CentralDifferenceImageFunction |
| Calculate the derivative by central differencing. More... | |
| class | ChainCodePath |
| Represent a path as a sequence of connected image index offsets. More... | |
| class | ChainCodePath2D |
| Represent a 2D path as a sequence of connected image index offsets. More... | |
| class | ChainCodeToFourierSeriesPathFilter |
| Filter that produces a Fourier series version of a chain code path. More... | |
| class | ChangeInformationImageFilter |
| Change the origin, spacing and/or region of an Image. More... | |
| class | ChangeLabelImageFilter |
| Change Sets of Labels. More... | |
| class | CheckerBoardImageFilter |
| Combines two images in a checkerboard pattern. More... | |
| class | ChildTreeIterator |
| class | ClassifierBase |
| Base class for classifier object. More... | |
| class | ClosingByReconstructionImageFilter |
| Closing by reconstruction of an image. More... | |
| class | CollidingFrontsImageFilter |
| Selects a region of space where two independent fronts run towards each other. More... | |
| class | ColorTable |
| class | Command |
| superclass for callback/observer methods More... | |
| class | CompareHistogramImageToImageMetric |
| Compares Histograms between two images to be registered to a Training Histogram. More... | |
| class | ComplexToImaginaryImageAdaptor |
| Presents a complex image as being composed of imag() part of its pixels. More... | |
| class | ComplexToImaginaryImageFilter |
| Computes pixel-wise the imaginary part of a complex image. More... | |
| class | ComplexToModulusImageAdaptor |
| Presents a complex image as being composed of vcl_abs() part of its pixels. More... | |
| class | ComplexToModulusImageFilter |
| Computes pixel-wise the Modulus of a complex image. More... | |
| class | ComplexToPhaseImageAdaptor |
| Presents a complex image as being composed of arg() part of its pixels. More... | |
| class | ComplexToPhaseImageFilter |
| Computes pixel-wise the modulus of a complex image. More... | |
| class | ComplexToRealImageAdaptor |
| Presents a complex image as being composed of real() part of its pixels. More... | |
| class | ComplexToRealImageFilter |
| Computes pixel-wise the real(x) part of a complex image. More... | |
| class | Compose2DCovariantVectorImageFilter |
| class | Compose2DVectorImageFilter |
| class | Compose3DCovariantVectorImageFilter |
| class | Compose3DVectorImageFilter |
| class | ComposeRGBAImageFilter |
| class | ComposeRGBImageFilter |
| class | CompositeValleyFunction |
| Multiple valley shaped curve function. More... | |
| class | ConditionalConstIterator |
| ConditionalConstIterator is a base class for other iterators where membership in the set of output pixels is "conditional" upon some property, calculation, etc. For example, a threshold iterator might walk a region and return only those pixels which meet a minimum intensity condition. More... | |
| class | ConditionVariable |
| A thread synchronization object used to suspend execution until some condition on shared data is met. More... | |
| class | ConfidenceConnectedImageFilter |
| Segment pixels with similar statistics using connectivity. More... | |
| class | ConformalFlatteningMeshFilter |
| ConformalFlatteningMeshFilter applies a conformal mapping from 3D to 2D. More... | |
| class | ConformalMatrixCoefficients |
| Compute a matrix filed by Conformal Coefficients of the edge wherever two vertices are connected by an edge. More... | |
| class | ConicShellInteriorExteriorSpatialFunction |
| Spatial function implementation of a conic shell. More... | |
| class | ConjugateGradientOptimizer |
| Wrap of the vnl_conjugate_gradient. More... | |
| class | ConnectedComponentFunctorImageFilter |
| A generic connected components filter that labels the objects in an artibitrary image. More... | |
| class | ConnectedComponentImageFilter |
| Label the objects in a binary image. More... | |
| class | ConnectedRegionsMeshFilter |
| Extract portions of a mesh that are connected at vertices. More... | |
| class | ConnectedThresholdImageFilter |
| Label pixels that are connected to a seed and lie within a range of values. More... | |
| class | ConstantBoundaryCondition |
| This boundary condition returns a constant value for out-of-bounds image pixels. More... | |
| class | ConstantPadImageFilter |
| Increase the image size by padding with a constant value. More... | |
| class | ConstNeighborhoodIterator |
| Const version of NeighborhoodIterator, defining iteration of a local N-dimensional neighborhood of pixels across an itk::Image. More... | |
| class | ConstrainedValueAdditionImageFilter |
| Implements pixel-wise the computation of constrained value addition. More... | |
| class | ConstrainedValueDifferenceImageFilter |
| Implements pixel-wise the computation of constrained value difference. More... | |
| class | ConstShapedNeighborhoodIterator |
| Const version of ShapedNeighborhoodIterator, defining iteration of a local N-dimensional neighborhood of pixels across an itk::Image. More... | |
| class | ConstSliceIterator |
| A flexible iterator for itk containers(i.e. itk::Neighborhood) that support pixel access through operator[]. More... | |
| class | ConstSparseFieldLayerIterator |
| class | ContinuousIndex |
| A templated class holding a point in n-Dimensional image space. More... | |
| class | ContourDirectedMeanDistanceImageFilter |
| Computes the directed Mean distance between the boundaries of non-zero pixel regions of two images. More... | |
| class | ContourExtractor2DImageFilter |
| Computes a list of PolyLineParametricPath objects from the contours in a 2D image. More... | |
| class | ContourMeanDistanceImageFilter |
| Computes the Mean distance between the boundaries of non-zero regions of two images. More... | |
| class | ContourSpatialObject |
| Representation of a Contour based on the spatial object classes. More... | |
| class | ContourSpatialObjectPoint |
| Point used for a Contour definition. More... | |
| class | ConvertPixelBuffer |
| Class to convert blocks of data from one type to another. More... | |
| class | CoreAtomImageToDistanceMatrixProcess |
| Computes the distance between all medial nodes (voted core atoms) in a core atom image (input) and stores them in a matrix data object (output). More... | |
| class | CoreAtomImageToUnaryCorrespondenceMatrixProcess |
| This process takes in two itkBloxCoreAtomImages and runs the itkUnaryMedialNodeMetric on them. It returns a unary correspondence matrix for the images in the form of an itkMatrixResizeableDataObject. More... | |
| class | CorrelationCoefficientHistogramImageToImageMetric |
| Computes correlation coefficient similarity measure between two images to be registered. More... | |
| class | CorrespondenceDataStructure |
| A data structure designed to contain medial node clique correspondence data between two images. More... | |
| class | CorrespondenceDataStructureIterator |
| An iterator designed to easily traverse an itkCorrespondenceDataStructure. More... | |
| class | CorrespondingList |
| Part of the itkCorrespondenceDataStructure. More... | |
| class | CorrespondingMedialNodeClique |
| CorrespondingMedialNodeClique is an item stored in CorrespondingNodeList. Specifically it is stored in corresponding node lists and contain pointers to a set of medial nodes (cliques). More... | |
| class | CosImageAdaptor |
| Presents an image as being composed of the vcl_cos() of its pixels. More... | |
| class | CosImageFilter |
| Computes the vcl_cos(x) pixel-wise. More... | |
| class | CostFunction |
| Base class for cost functions intended to be used with Optimizers. More... | |
| class | CovarianceImageFunction |
| Calculate the covariance matrix in the neighborhood of a pixel in a Vector image. More... | |
| class | CovariantVector |
| A templated class holding a n-Dimensional covariant vector. More... | |
| class | CoxDeBoorBSplineKernelFunction |
| BSpline kernel used for density estimation and nonparameteric regression. More... | |
| class | CreateObjectFunction |
| CreateObjectFunction is used to create callback functions that create ITK Objects for use with the itk::ObjectFactory. More... | |
| class | CreateObjectFunctionBase |
| Define API for object creation callback functions. More... | |
| class | CropImageFilter |
| Decrease the image size by cropping the image by an itk::Size at both the upper and lower bounds of the largest possible region. More... | |
| class | CrossHelper |
| class | CStyleCommand |
| Command subclass that calls a pointer to a C function. More... | |
| class | CumulativeGaussianCostFunction |
| Cost function for the Cumulative Gaussian Optimizer. More... | |
| class | CumulativeGaussianOptimizer |
| This is an optimizer specific to estimating the parameters of Cumulative Gaussian sampled data. More... | |
| class | CurvatureAnisotropicDiffusionImageFilter |
| class | CurvatureFlowFunction |
| This class encapsulate the finite difference equation which drives a curvature flow denoising algorithm. More... | |
| class | CurvatureFlowImageFilter |
| Denoise an image using curvature driven flow. More... | |
| class | CurvatureNDAnisotropicDiffusionFunction |
| class | CurvesLevelSetFunction |
| This function is used in CurvesLevelSetImageFilter to segment structures in images based on user supplied edge potential map. More... | |
| class | CurvesLevelSetImageFilter |
| Segments structures in images based on user supplied edge potential map. More... | |
| class | CylinderSpatialObject |
| This class describe a cylinder in 3D only. More... | |
| class | DanielssonDistanceMapImageFilter |
| class | DataObject |
| Base class for all data objects in ITK. More... | |
| class | DataObjectDecorator |
| Decorates any subclass of itkObject with a DataObject API. More... | |
| class | DataObjectError |
| Exception object for DataObject exceptions. More... | |
| class | DecisionRuleBase |
| Base class that allows the setting of usage of differnt decision rules used in classification This class has the pure virtual function, Evaluate(). Therefore, any subclass should implement the function to be instantiated. More... | |
| class | DefaultConvertPixelTraits |
| Traits class used to by ConvertPixels to convert blocks of pixels. More... | |
| class | DefaultDynamicMeshTraits |
| class | DefaultImageTraits |
| Default ImageTraits for any PixelType. More... | |
| class | DefaultPixelAccessor |
| Give access to partial aspects a type. More... | |
| class | DefaultPixelAccessorFunctor |
| This class provides a common API for pixel accessors for Image and VectorImage. (between the DefaultVectorPixelAccessor and DefaultPixelAccessor). More... | |
| class | DefaultStaticMeshTraits |
| class | DefaultVectorPixelAccessor |
| Give access to partial aspects of a type. More... | |
| class | DefaultVectorPixelAccessorFunctor |
| This class provides a common API for pixel accessors for Image and VectorImage. (between the DefaultVectorPixelAccessor and DefaultPixelAccessor). More... | |
| class | DeformableMesh3DFilter |
| class | DeformableSimplexMesh3DBalloonForceFilter |
| Additional to its superclass this model adds an balloon force component to the internal forces. More... | |
| class | DeformableSimplexMesh3DFilter |
| Three-dimensional deformable model for image segmentation. More... | |
| class | DeformableSimplexMesh3DGradientConstraintForceFilter |
| Additional to its superclass this class reimplemets the external forces methos in which the scan line algorithm is used to find highest gradient is found in the direction of the normal to each vertex within a specified range. More... | |
| class | DeformationFieldJacobianDeterminantFilter |
| Computes a scalar image from a vector image (e.g., deformation field) input, where each output scalar at each pixel is the Jacobian determinant of the vector field at that location. This calculation is only correct if the the vector field has values that are the absolute locations from which to get the new values are to be taken. This implies that the identity vector field (VF) mapping would have values at each location (x) equal to the location itself. VF(x)=x. THIS IS VERY UNUSUAL. The DeformationFieldJacobianDeterminantFilter computes the proper Jacobian Determinant for a vector field described this way as det[ dT/dx ] = det[ du/dx ]. More... | |
| class | DeformationFieldSource |
| Computes a deformation field from two sets of landmarks. More... | |
| class | DeleteEvent |
| class | DemonsRegistrationFilter |
| Deformably register two images using the demons algorithm. More... | |
| class | DemonsRegistrationFunction |
| class | DenseFiniteDifferenceImageFilter |
| class | DerivativeImageFilter |
| Computes the directional derivative of an image. The directional derivative at each pixel location is computed by convolution with a derivative operator of user-specified order. More... | |
| class | DerivativeOperator |
| A NeighborhoodOperator for taking an n-th order derivative at a pixel. More... | |
| class | DicomImageIO |
| Read DicomImage file format. More... | |
| class | DICOMImageIO2 |
| Read DICOMImage file format. More... | |
| class | DICOMImageIO2Factory |
| Create instances of DICOMImageIO2 objects using an object factory. More... | |
| class | DicomImageIOFactory |
| Create instances of DicomImageIO objects using an object factory. More... | |
| class | DICOMSeriesFileNames |
| Generate an ordered sequence of filenames. More... | |
| class | DiffeomorphicDemonsRegistrationFilter |
| Deformably register two images using a diffeomorphic demons algorithm. More... | |
| class | DifferenceImageFilter |
| Implements comparison between two images. More... | |
| class | DifferenceOfGaussiansGradientImageFilter |
| Performs difference-of-gaussians gradient detection. More... | |
| class | DiffusionTensor3D |
| Represent a diffusion tensor as used in DTI images. More... | |
| class | DiffusionTensor3DReconstructionImageFilter |
| This class takes as input one or more reference image (acquired in the absence of diffusion sensitizing gradients) and 'n' diffusion weighted images and their gradient directions and computes an image of tensors. (with DiffusionTensor3D as the pixel type). Once that is done, you can apply filters on this tensor image to compute FA, ADC, RGB weighted maps etc. More... | |
| class | DilateObjectMorphologyImageFilter |
| dilation of an object in an image More... | |
| class | DirectedHausdorffDistanceImageFilter |
| Computes the directed Hausdorff distance between the set of non-zero pixels of two images. More... | |
| class | Directory |
| Portable directory/filename traversal. More... | |
| class | DiscreteGaussianImageFilter |
| Blurs an image by separable convolution with discrete gaussian kernels. This filter performs Gaussian blurring by separable convolution of an image and a discrete Gaussian operator (kernel). More... | |
| class | DisplacementFieldJacobianDeterminantFilter |
| Computes a scalar image from a vector image (e.g., deformation field) input, where each output scalar at each pixel is the Jacobian determinant of the vector field at that location. This calculation is correct in the case where the vector image is a "displacement" from the current location. The computation for the jacobian determinant is: det[ dT/dx ] = det[ I + du/dx ]. More... | |
| class | DivideByConstantImageFilter |
| Divide input pixels by a constant. More... | |
| class | DivideImageFilter |
| Implements an operator for pixel-wise division of two images. More... | |
| class | DoubleThresholdImageFilter |
| Binarize an input image using double thresholding. More... | |
| class | DTITubeSpatialObject |
| Representation of a tube based on the spatial object classes. More... | |
| class | DTITubeSpatialObjectPoint |
| Point used for a tube definition. More... | |
| class | DynamicLoader |
| Portable loading of dynamic libraries or dll's. More... | |
| class | EdgePotentialImageFilter |
| Computes the edge potential of an image from the image gradient. More... | |
| class | EigenAnalysis2DImageFilter |
| Computes pixel-wise the eigen values and eigen vectors of a 2D symmetrical matrix. More... | |
| class | ElasticBodyReciprocalSplineKernelTransform |
| class | ElasticBodySplineKernelTransform |
| class | ElementWrapperInterface |
| class | ElementWrapperPointerInterface |
| class | EllipseSpatialObject |
| class | EllipsoidInteriorExteriorSpatialFunction |
| class | EndEvent |
| class | EndPickEvent |
| class | EquivalencyTable |
| Hash table to manage integral label equivalencies. More... | |
| class | ErodeObjectMorphologyImageFilter |
| Erosion of an object in an image. More... | |
| class | ESMDemonsRegistrationFunction |
| Fast implementation of the symmetric demons registration force. More... | |
| class | EuclideanDistancePointMetric |
| Computes the minimum distance between a moving point-set and a fixed point-set. A vector of minimum closest point distance is created for each point in the moving point-set. No correspondance is needed. For speed consideration, the point-set with the minimum number of points should be used as the moving point-set. If the number of points is high, the possibility of setting a distance map should improve the speed of the closest point computation. More... | |
| class | Euler2DTransform |
| Euler2DTransform of a vector space (e.g. space coordinates). More... | |
| class | Euler3DTransform |
| Euler3DTransform of a vector space (e.g. space coordinates). More... | |
| class | EventObject |
| Abstraction of the Events used to communicating among filters and with GUIs. More... | |
| class | ExhaustiveOptimizer |
| Optimizer that fully samples a grid on the parametric space. More... | |
| class | ExitEvent |
| class | ExpandImageFilter |
| Expand the size of an image by an integer factor in each dimension. More... | |
| class | ExpImageAdaptor |
| Presents an image as being composed of the vcl_exp() of its pixels. More... | |
| class | ExpImageFilter |
| Computes the vcl_exp(x) pixel-wise. More... | |
| class | |