ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
Classes | |
class | itk::BoundingBox< TPointIdentifier, VPointDimension, TCoordRep, TPointsContainer > |
Represent and compute information about bounding boxes. More... | |
class | itk::ConstantBoundaryCondition< TInputImage, TOutputImage > |
This boundary condition returns a constant value for out-of-bounds image pixels. More... | |
class | itk::ContinuousIndex< TCoordRep, VIndexDimension > |
A templated class holding a point in n-Dimensional image space. More... | |
class | itk::DiffusionTensor3D< TComponent > |
Represent a diffusion tensor as used in DTI images. More... | |
class | itk::ImageBase< VImageDimension > |
Base class for templated image classes. More... | |
class | itk::ImageBoundaryCondition< TInputImage, TOutputImage > |
A virtual base object that defines an interface to a class of boundary condition objects for use by neighborhood iterators. More... | |
class | itk::ImageContainerInterface< TElementIdentifier, TElement > |
Used for reference when writing containers conforming to this interface. More... | |
class | itk::ImageRegion< VImageDimension > |
An image region represents a structured region of data. More... | |
class | itk::ImportImageContainer< TElementIdentifier, TElement > |
Defines an itk::Image front-end to a standard C-array. More... | |
class | itk::Index< VIndexDimension > |
Represent a n-dimensional index in a n-dimensional image. More... | |
class | itk::LabelMap< TLabelObject > |
Templated n-dimensional image to store labeled objects. More... | |
class | itk::PeriodicBoundaryCondition< TInputImage, TOutputImage > |
A function object that determines values outside of image boundaries according to periodic (wrap-around) conditions. More... | |
class | itk::PhasedArray3DSpecialCoordinatesImage< TPixel > |
Templated 3D nonrectilinear-coordinate image class for phased-array "range" images. More... | |
class | itk::RGBAPixel< TComponent > |
Represent Red, Green, Blue and Alpha components for color images. More... | |
class | itk::RGBPixel< TComponent > |
Represent Red, Green and Blue components for color images. More... | |
class | itk::Size< VDimension > |
Represent the size (bounds) of a n-dimensional image. More... | |
class | itk::SpecialCoordinatesImage< TPixel, VImageDimension > |
Templated n-dimensional nonrectilinear-coordinate image base class. More... | |
class | itk::SymmetricSecondRankTensor< TComponent, NDimension > |
Represent a symmetric tensor of second rank. More... | |
class | itk::ValarrayImageContainer< TElementIdentifier, TElement > |
Defines a front-end to the std\::<valarray> container that conforms to the ImageContainerInterface. More... | |
class | itk::ZeroFluxNeumannBoundaryCondition< TInputImage, TOutputImage > |
A function object that determines a neighborhood of values at an image boundary according to a Neumann boundary condition where first, upwind derivatives on the boundary are zero. This is a useful condition in solving some classes of differential equations. More... | |
This category includes the objects required to represent images in ITK.