| itk::AbsImageAdaptor< TImage, TOutputPixelType > | Presents an image as being composed of the vcl_abs() of its pixels |
| itk::AbsImageFilter< TInputImage, TOutputImage > | Computes the ABS(x) pixel-wise |
| itk::AbsoluteValueDifferenceImageFilter< TInputImage1, TInputImage2, TOutputImage > | Implements pixel-wise the computation of absolute value difference |
| itk::Accessor::AbsPixelAccessor< TInternalType, TExternalType > | Give access to the vcl_abs() function of a value |
| itk::Functor::AccessorFunctor< TInput, TAccessor > | Convert an accessor to a functor so that it can be used in a UnaryFunctorImageFilter |
| itk::AccumulateImageFilter< TInputImage, TOutputImage > | Implements an accumulation of an image along a selected direction |
| itk::AcosImageAdaptor< TImage, TOutputPixelType > | Presents an image as being composed of the vcl_acos() of its pixels |
| itk::AcosImageFilter< TInputImage, TOutputImage > | Computes the vcl_acos(x) pixel-wise |
| itk::Accessor::AcosPixelAccessor< TInternalType, TExternalType > | Give access to the vcl_acos() function of a value |
| itk::ActiveShapeModelCalculator< TImage > | Base class for ActiveShapeModelCalculator object |
| itk::ActiveShapeModelGradientSearchMethod< TImage > | Base class for ActiveShapeModelGradientSearchMethod object |
| itk::AdaptImageFilter< TInputImage, TOutputImage, TAccessor > | Convert an image to another pixel type using the specified data accessor |
| itk::AdaptiveHistogramEqualizationImageFilter< TImageType > | Power Law Adaptive Histogram Equalization |
| otb::AddCarvingPathFilter< TInputImage, TInputPath, TOutputImage > | This class add pixels given in one path |
| itk::AddConstantToImageFilter< TInputImage, TConstant, TOutputImage > | Add a constant to all input pixels |
| itk::AddImageAdaptor< TImage > | Presents an image as being the addition of a constant value to all pixels |
| itk::AddImageFilter< TInputImage1, TInputImage2, TOutputImage > | Implements an operator for pixel-wise addition of two images |
| itk::Concept::AdditiveOperators< T1, T2, T3 > | |
| itk::Accessor::AddPixelAccessor< TPixel > | Simulates the effect of adding a constant value to all pixels |
| otb::AeronetData | This class is a data structure designed to store Aeronet data extracted from a aeronet file |
| otb::AeronetFileReader | This class reads a Aeronet data from an Aeronet file |
| otb::AeronetFileReaderException | Base exception class for Aeronet problems during reading |
| itk::AffineGeometryFrame< TScalarType, NDimensions > | Describes the geometry of a data object |
| itk::AffineTransform< TScalarType, NDimensions > | |
| itk::AggregateLabelMapFilter< TImage > | Collapses all labels into the first label |
| otb::Function::AlphaBlendingFunction< TInputRGBPixel1, TInputRGBPixel2, TOutputRGBPixel > | Implements simple blending |
| itk::AmoebaOptimizer | Wrap of the vnl_amoeba algorithm |
| otb::Function::AmplitudeFunctor< TInputPixel > | Compute the module from the selected channel in the input |
| otb::Functor::AmplitudePhaseToRGBFunctor< TInput1, TInput2, TInput3, TOutput > | Function object to compute a color representation of a radar image |
| itk::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 |
| itk::AnalyzeImageIOFactory | Create instances of AnalyzeImageIO objects using an object factory |
| itk::AnchorErodeDilateImageFilter< TImage, TKernel, TFunction1, TFunction2 > | 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 |
| itk::AnchorErodeDilateLine< TInputPix, TFunction1, TFunction2 > | 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 |
| itk::AnchorOpenCloseImageFilter< TImage, TKernel, LessThan, GreaterThan, LessEqual, GreaterEqual > | Class to implement openings and closings using anchor methods |
| itk::AnchorOpenCloseLine< TInputPix, THistogramCompare, TFunction1, TFunction2 > | 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 |
| AnchorUtilities | Functionality in common for anchor openings/closings and erosions/dilation |
| itk::AndImageFilter< TInputImage1, TInputImage2, TOutputImage > | Implements the AND logical operator pixel-wise between two images |
| otb::Functor::AngularSecondMomentumTextureFunctor< TScalarInputPixelType, TScalarOutputPixelType > | DEPRECATED< > |
| itk::AnisotropicDiffusionFunction< TImage > | |
| itk::AnisotropicDiffusionImageFilter< TInputImage, TOutputImage > | |
| itk::AnisotropicFourthOrderLevelSetImageFilter< TInputImage, TOutputImage > | This class implements the 4th-order level set anisotropic diffusion (smoothing) PDE |
| itk::AnnulusOperator< TPixel, TDimension, TAllocator > | A NeighborhoodOperator for performing a matched filtering with an annulus (two concentric circles, spheres, hyperspheres, etc.) |
| itk::AntiAliasBinaryImageFilter< TInputImage, TOutputImage > | |
| itk::ApproximateSignedDistanceMapImageFilter< TInputImage, TOutputImage > | Create a map of the approximate signed distance from the boundaries of a binary image |
| itk::ArchetypeSeriesFileNames | Generate an ordered sequence of filenames |
| itk::AreaClosingImageFilter< TInputImage, TOutputImage, TAttribute > | Morphological closing by attributes |
| itk::AreaOpeningImageFilter< TInputImage, TOutputImage, TAttribute > | Morphological opening by attributes |
| itk::Array< TValueType > | Array class with size defined at construction time |
| itk::Array2D< TValueType > | Array2D class representing a 2D array with size defined at construction time |
| otb::ArrowKeyMoveActionHandler< TModel, TView > | Handle moving in the image with the arrow key |
| itk::ArrowSpatialObject< TDimension > | Representation of a Arrow based on the spatial object classes |
| otb::Functor::ARVI< TInput1, TInput2, TInput3, TOutput > | This functor computes the Atmospherically Resistant Vegetation Index (ARVI) |
| itk::AsinImageAdaptor< TImage, TOutputPixelType > | Presents an image as being composed of the vcl_asin() of its pixels |
| itk::AsinImageFilter< TInputImage, TOutputImage > | Computes the vcl_asin(x) pixel-wise |
| itk::Accessor::AsinPixelAccessor< TInternalType, TExternalType > | Give access to the vcl_asin() function of a value |
| itk::Concept::Assignable< T > | |
| otb::Functor::AssociativeSymmetricalSum< TInput1, TInput2, TOutput > | Functor used with the AssociativeSymmetricalSumImageFilter |
| otb::AssociativeSymmetricalSumImageFilter< TInputImage1, TInputImage2, TOutputImage > | Implements an assymetric fusion of line detector image filter |
| otb::AssymmetricFusionOfLineDetectorImageFilter< TInputImage, TOutputImage, TOutputImageDirection, TInterpolator > | |
| itk::Atan2ImageFilter< TInputImage1, TInputImage2, TOutputImage > | Computes arctangent pixel-wise from two images |
| itk::AtanImageAdaptor< TImage, TOutputPixelType > | Presents an image as being composed of the vcl_atan() of its pixels |
| itk::AtanImageFilter< TInputImage, TOutputImage > | Computes the vcl_atan(x) pixel-wise |
| itk::Accessor::AtanPixelAccessor< TInternalType, TExternalType > | Give access to the vcl_atan() function of a value |
| itk::AtanRegularizedHeavisideStepFunction< TInput, TOutput > | Atan-based implementation of the Regularized (smoothed) Heaviside functions |
| otb::AtmosphericCorrectionParameters | This class contains all atmospheric correction parameters |
| otb::AtmosphericCorrectionParametersTo6SAtmosphericRadiativeTerms | This class computes the atmospheric radiative terms with 6S |
| otb::AtmosphericRadiativeTerms | This class is a vector of AtmosphericRadiativeTermsSingleChannel, it contains all atmospheric radiative terms for each studied channel |
| otb::AtmosphericRadiativeTermsSingleChannel | This class contains all atmospheric radiative terms for one channel |
| itk::AttributeKeepNObjectsLabelMapFilter< TImage, TAttributeAccessor > | Keep N objects according to their attribute |
| itk::AttributeLabelObject< TLabel, VImageDimension, TAttributeValue > | A LabelObject with a generic attribute |
| itk::AttributeMorphologyBaseImageFilter< TInputImage, TOutputImage, TAttribute, TFunction > | Morphological opening by attributes |
| itk::AttributeOpeningLabelMapFilter< TImage, TAttributeAccessor > | Remove the objects according to the value of their attribute |
| itk::AttributeRelabelImageFilter< TInputImage, TLabelObject, TLabelObjectValuator, TAttributeAccessor > | Relabel objects according to their shape attributes |
| itk::AttributeRelabelLabelMapFilter< TImage, TAttributeAccessor > | Relabel objects according to their shape attributes |
| itk::AttributeSelectionLabelMapFilter< TImage, TAttributeAccessor > | Remove the objects according to the value of their attribute |
| otb::AttributesMapLabelObject< TLabel, VImageDimension, TAttributesValue > | A LabelObject with a generic attributes map |
| otb::Functor::AttributesMapLabelObjectAccessor< TLabelObject > | Allows to acces a given field of an AttributesMapLabelObject |
| otb::AttributesMapOpeningLabelMapFilter< TImage > | Attributes opening for AttributesMapLabelObject |
| itk::AuthalicMatrixCoefficients< TInputMesh > | Compute a matrix filled with Authalic Coefiicients of the edge, wherever two vertices are connected with an edge |
| itk::AutoCropLabelMapFilter< TInputImage > | Crop a LabelMap image to fit exactly the objects in the LabelMap |
| itk::AutomaticTopologyMeshSource< TOutputMesh > | Convenience class for generating meshes |
| itk::AutoPointer< TObjectType > | Implements an Automatic Pointer to an object |
| itk::AutoPointerDataObjectDecorator< T > | Decorates any pointer to a simple object with a DataObject API using AutoPointer semantics |
| itk::Functor::AutumnColormapFunctor< TScalar, TRGBPixel > | Function object which maps a scalar value into an RGB colormap value |
| itk::AuxVarTypeDefault< TPixel, VAuxDimension, VSetDimension > | Level set auxiliary variables type information |
| otb::Functor::AVI< TInput1, TInput2, TInput3, TOutput > | This functor computes the Angular Vegetation Index (AVI) |
| itk::AzimuthElevationToCartesianTransform< TScalarType, NDimensions > | Transforms from an azimuth, elevation, radius coordinate system to a Cartesian coordinate system, or vice versa |
| itk::BackwardDifferenceOperator< TPixel, TDimension, TAllocator > | Operator whose inner product with a neighborhood returns a "half" derivative at the center of the neighborhood |
| itk::BalloonForceFilter< TInputMesh, TOutputMesh > | BalloonForceFilter is used to apply balloon force and the potential force onto the 2D surface model embedded in a 3D space |
| itk::BandNode< TIndexType, TDataType > | |
| itk::Barrier | Standard barrier class implementation for synchronizing the execution of threads |
| itk::BarycentricCombination< TPointContainer, TWeightContainer > | |
| itk::BasicDilateImageFilter< TInputImage, TOutputImage, TKernel > | Gray scale dilation of an image |
| itk::BasicErodeImageFilter< TInputImage, TOutputImage, TKernel > | Gray scale erosion of an image |
| itk::BayesianClassifierImageFilter< TInputVectorImage, TLabelsType, TPosteriorsPrecisionType, TPriorsPrecisionType > | Performs Bayesian Classification on an image |
| itk::BayesianClassifierInitializationImageFilter< TInputImage, TProbabilityPrecisionType > | 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 |
| otb::Functor::BayesianFunctor< TInputMultiSpectral, TInputMultiSpectralInterp, TInputPanchro, TOutput > | Functor for the bayesian fusion filter. Please refer to BayesianFusionFilter |
| otb::BayesianFusionFilter< TInputMultiSpectralImage, TInputMultiSpectralInterpImage, TInputPanchroImage, TOutputImage > | Bayesian fusion filter. Contribution of Julien Radoux |
| itk::BilateralImageFilter< TInputImage, TOutputImage > | Blurs an image while preserving edges |
| itk::BinaryAttributeKeepNObjectsImageFilter< TInputImage, TLabelObject, TLabelObjectValuator, TAttributeAccessor > | Keep N objects according to a generic attribute |
| itk::BinaryAttributeOpeningImageFilter< TInputImage, TLabelObject, TLabelObjectValuator, TAttributeAccessor > | Remove the objects in a binary image according to a generic attribute |
| itk::BinaryBallStructuringElement< TPixel, VDimension, TAllocator > | A Neighborhood that represents a ball structuring element (ellipsoid) with binary elements |
| itk::ImageToImageFilterDetail::BinaryBooleanDispatch< B1, B2 > | Templated class to produce a unique type for a pairing of booleans |
| itk::BinaryClosingByReconstructionImageFilter< TInputImage, TKernel > | Binary morphological closing of an image |
| itk::BinaryContourImageFilter< TInputImage, TOutputImage > | Labels the pixels on the border of the objects in a binary image |
| itk::BinaryCrossStructuringElement< TPixel, VDimension, TAllocator > | A Neighborhood that represents a cross structuring element with binary elements |
| itk::BinaryDilateImageFilter< TInputImage, TOutputImage, TKernel > | Fast binary dilation |
| itk::BinaryErodeImageFilter< TInputImage, TOutputImage, TKernel > | Fast binary erosion |
| itk::BinaryFillholeImageFilter< TInputImage > | Remove holes not connected to the boundary of the image |
| itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, TFunction > | Implements pixel-wise generic operation of two images |
| otb::BinaryFunctorNeighborhoodImageFilter< TInputImage1, TInputImage2, TOutputImage, TFunction > | Implements neighborhood-wise generic operation of two images |
| otb::BinaryFunctorNeighborhoodJoinHistogramImageFilter< TInputImage1, TInputImage2, TOutputImage, TFunction > | Implements neighborhood-wise generic operation of two images |
| otb::BinaryFunctorNeighborhoodVectorImageFilter< TInputImage1, TInputImage2, TOutputImage, TFunction > | Implements neighborhood-wise generic operation of two images beeing vector images |
| itk::BinaryGrindPeakImageFilter< TInputImage > | Remove the objects not connected to the boundary of the image |
| otb::BinaryImageDensityFunction< TInputImage, TCoordRep > | Calculate the density pixel of in the neighborhood of a pixel |
| otb::BinaryImageMinimalBoundingRegionCalculator< TInputImage > | This class compute the smallest region of the image containing every pixel with the foreground value |
| otb::BinaryImageToDensityImageFilter< TInputImage, TOutputImage, TCountFunction > | This class performs a streaming isotropic shrinking operation without smoothing |
| itk::BinaryImageToLabelMapFilter< TInputImage, TOutputImage > | Label the connected components in a binary image and produce a collection of label objects |
| itk::BinaryImageToShapeLabelMapFilter< TInputImage, TOutputImage > | Converts a binary image to a label map and valuate the shape attributes |
| itk::BinaryImageToStatisticsLabelMapFilter< TInputImage, TFeatureImage, TOutputImage > | Convenient class to convert a binary image to a label map and valuate the statistics attributes at once |
| itk::ImageToImageFilterDetail::BinaryIntDispatch< D1, D2 > | Templated class to produce a unique type for a pairing of integers |
| itk::BinaryMagnitudeImageFilter< TInputImage1, TInputImage2, TOutputImage > | Implements pixel-wise the computation of square root of the sum of squares |
| itk::BinaryMask3DMeshSource< TInputImage, TOutputMesh > | |
| itk::BinaryMaskToNarrowBandPointSetFilter< TInputImage, TOutputMesh > | Generate a PointSet containing the narrow band around the edges of a input binary image |
| itk::BinaryMedialNodeMetric< VDimensions > | |
| itk::BinaryMedianImageFilter< TInputImage, TOutputImage > | Applies an version of the median filter optimized for binary images |
| itk::BinaryMinMaxCurvatureFlowFunction< TImage > | |
| itk::BinaryMinMaxCurvatureFlowImageFilter< TInputImage, TOutputImage > | Denoise a binary image using min/max curvature flow |
| itk::BinaryMorphologicalClosingImageFilter< TInputImage, TOutputImage, TKernel > | Binary morphological closing of an image |
| itk::BinaryMorphologicalOpeningImageFilter< TInputImage, TOutputImage, TKernel > | Binary morphological closing of an image |
| itk::BinaryMorphologyImageFilter< TInputImage, TOutputImage, TKernel > | Base class for fast binary dilation and erosion |
| itk::BinaryNotImageFilter< TImage > | Implements the BinaryNot logical operator pixel-wise between two images |
| itk::BinaryOpeningByReconstructionImageFilter< TInputImage, TKernel > | Binary morphological closing of an image |
| itk::BinaryProjectionImageFilter< TInputImage, TOutputImage > | Binary projection |
| itk::BinaryPruningImageFilter< TInputImage, TOutputImage > | This filter removes "spurs" of less than a certain length in the input image |
| itk::BinaryReconstructionByDilationImageFilter< TInputImage > | Identify local maxima whose height above the baseline is greater than h |
| itk::BinaryReconstructionByErosionImageFilter< TInputImage > | Binary reconstruction by erosion of an image |
| itk::BinaryShapeKeepNObjectsImageFilter< TInputImage > | Keep N objects according to their shape attributes |
| itk::BinaryShapeOpeningImageFilter< TInputImage > | Remove objects based on the value of their shape attribute |
| itk::BinaryStatisticsKeepNObjectsImageFilter< TInputImage, TFeatureImage > | Keep N objects according to their statistics attributes |
| itk::BinaryStatisticsOpeningImageFilter< TInputImage, TFeatureImage > | Remove objects based on the value of their Statistics attribute |
| itk::BinaryThinningImageFilter< TInputImage, TOutputImage > | This filter computes one-pixel-wide edges of the input image |
| itk::BinaryThresholdImageFilter< TInputImage, TOutputImage > | Binarize an input image by thresholding |
| itk::BinaryThresholdImageFunction< TInputImage, TCoordRep > | 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() |
| itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage > | BinaryThreshold projection |
| itk::BinaryThresholdSpatialFunction< TFunction > | A spatial functions that returns if the internal spatial function is within user specified thresholds |
| itk::ImageToImageFilterDetail::BinaryUnsignedIntDispatch< D1, D2 > | Templated class to produce a unique type for a pairing of unsigned integers (usually two dimensions) |
| itk::BinomialBlurImageFilter< TInputImage, TOutputImage > | Performs a separable blur on each dimension of an image |
| itk::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/ |
| itk::BioRadImageIOFactory | Create instances of BioRadImageIO objects using an object factory |
| otb::Function::BlackmanWindowFunction< TInput, TOutput > | Window function for sinc interpolation.
|
| itk::Function::BlackmanWindowFunction< VRadius, TInput, TOutput > | Window function for sinc interpolation.
|
| itk::BlackTopHatImageFilter< TInputImage, TOutputImage, TKernel > | Black top hat extract local minima that are larger than the structuring element |
| otb::Function::BlendingFunction< TInputRGBPixel1, TInputRGBPixel2, TOutputRGBPixel > | Base class for blending functions. Please note that this class is pure virtual, and should be subclassed |
| otb::Functor::BlendingFunctor< TInputPixel1, TInputPixel2, TOutputPixel > | Todo |
| otb::BlendingImageFilter< TInputImage1, TInputImage2, TOutputImage > | This class applies the rendering functor to an image |
| itk::BlobSpatialObject< TDimension > | Spatial object representing a potentially amorphous object |
| itk::BloxBoundaryPointImage< TImageDimension > | Templated n-dimensional image class used to store linked lists |
| itk::BloxBoundaryPointImageToBloxBoundaryProfileImageFilter< TSourceImage > | Converts a BloxImage of BloxBoundaryPoints to a BloxImage of BloxBoundaryProfiles |
| itk::BloxBoundaryPointItem< VImageDimension > | A boundary point, stored in a BloxPixel |
| itk::BloxBoundaryPointPixel< NDimensions > | Holds a linked list of itk::BloxBoundaryPointItem's |
| itk::BloxBoundaryPointToCoreAtomImageFilter< dim > | Converts a gradient image to an BloxImage of BloxBoundaryPoints |
| itk::BloxBoundaryProfileImage< TImageDimension > | N-dimensional image class which handles BloxBoundaryProfileItems |
| itk::BloxBoundaryProfileImageToBloxCoreAtomImageFilter< TInputImage, TOutputImage, TSourceImage > | Converts a blox boundary profile image to an image of core atoms |
| itk::BloxCoreAtomImage< NDimension > | N-dimensional image class which handles BloxCoreAtomItems |
| itk::BloxCoreAtomItem< VImageDimension > | A core atom object, stored in a BloxPixel |
| itk::BloxCoreAtomPixel< NDimensions > | Holds a linked list of itk::BloxCoreAtomItem's |
| itk::BloxImage< TBloxPixelType, TImageDimension > | Templated n-dimensional image class used to store linked lists |
| itk::BloxItem | An entry in the BloxPixel linked list |
| itk::BloxPixel< TItemType > | Holds a linked list of BloxItem's |
| itk::Functor::BlueColormapFunctor< TScalar, TRGBPixel > | Function object which maps a scalar value into an RGB colormap value |
| itk::BluePixelAccessor< T > | Give access to the Blue component of a RGBPixel type |
| itk::BMPImageIO | Read BMPImage file format |
| itk::BMPImageIOFactory | Create instances of BMPImageIO objects using an object factory |
| itk::ImageToImageFilterDetail::BooleanDispatch< bool > | Templated class to produce a unique type "true" and "false" |
| itk::watershed::Boundary< TScalarType, TDimension > | |
| itk::watershed::Boundary< TScalarType, TDimension >::face_pixel_t | |
| itk::watershed::Boundary< TScalarType, TDimension >::flat_region_t | |
| itk::watershed::BoundaryResolver< TPixelType, TDimension > | |
| itk::BoundedReciprocalImageFilter< TInputImage, TOutputImage > | Computes 1/(1+x) for each pixel in the image |
| itk::BoundingBox< TPointIdentifier, VPointDimension, TCoordRep, TPointsContainer > | Represent and compute information about bounding boxes |
| otb::BoxAndWhiskerImageFilter< TInputImage > | This class performs the detection of outlier with the Box and Whisker technique |
| itk::BoxImageFilter< TInputImage, TOutputImage > | A base class for all the filters working on a box neighborhood |
| itk::BoxMeanImageFilter< TInputImage, TOutputImage > | Implements a fast rectangular mean filter using the accumulator approach |
| itk::BoxSigmaImageFilter< TInputImage, TOutputImage > | Implements a fast rectangular sigma filter using the accumulator approach |
| itk::BoxSpatialObject< TDimension > | The class may be used to represent N-dimensional boxes. In two dimensions it is a rectangle, In three dimensions it is a cuboid.. |
| itk::Concept::BracketOperator< T1, T2, T3 > | |
| itk::Brains2HeaderBase | |
| itk::Brains2HeaderFactory | Create instances of Brains2Header objects using an object factory |
| itk::Brains2MaskImageIO | Class that defines how to read Brains2Mask file format |
| itk::Brains2MaskImageIOFactory | Create instances of Brains2MaskImageIO objects using an object factory |
| otb::BreakAngularPathListFilter< TPath > | CBase class for breaking angulars the input PathList, returning a PathList |
| itk::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: |
| itk::Bruker2DSEQImageIOFactory | Create instances of Bruker2DSEQImageIO objects using an object factory |
| itk::BSplineCenteredResampleImageFilterBase< TInputImage, TOutputImage > | Evaluates the Centered B-Spline interpolation of an image. Spline order may be from 0 to 5 |
| itk::BSplineDecompositionImageFilter< TInputImage, TOutputImage > | Calculates the B-Spline coefficients of an image. Spline order may be from 0 to 5 |
| otb::BSplineDecompositionImageFilter< TInputImage, TOutputImage > | This class is an evolution of the itk::BSplineDecompositionImageFilter to handle huge images with this interpolator. For more documentation, please refer to the original class |
| itk::BSplineDeformableTransform< TScalarType, NDimensions, VSplineOrder > | Deformable transform using a BSpline representation |
| itk::BSplineDeformableTransformInitializer< TTransform, TImage > | BSplineDeformableTransformInitializer is a helper class intended to initialize the grid parameters of a BSplineDeformableTransform based on the parameters of an image |
| itk::BSplineDerivativeKernelFunction< VSplineOrder > | Derivative of a BSpline kernel used for density estimation and nonparameteric regression |
| itk::BSplineDownsampleImageFilter< TInputImage, TOutputImage, ResamplerType > | Down-samples an image by a factor of 2 using B-Spline filter interpolation |
| itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType > | Evaluates the B-Spline interpolation of an image. Spline order may be from 0 to 5 |
| otb::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType > | This class is an evolution of the itk::BSplineInterpolateImageFunction to handle huge images with this interpolator. For more documentation, please refer to the original class |
| itk::BSplineInterpolationWeightFunction< TCoordRep, VSpaceDimension, VSplineOrder > | Returns the weights over the support region used for B-spline interpolation/reconstruction |
| itk::BSplineKernelFunction< VSplineOrder > | BSpline kernel used for density estimation and nonparameteric regression |
| itk::BSplineKernelFunction< VSplineOrder >::DispatchBase | |
| itk::BSplineL2ResampleImageFilterBase< TInputImage, TOutputImage > | Uses the "Centered l2" B-Spline pyramid implementation of B-Spline Filters to up/down sample an image by a factor of 2 |
| itk::BSplineResampleImageFilterBase< TInputImage, TOutputImage > | Uses the "l2" spline pyramid implementation of B-Spline Filters to up/down sample an image by a factor of 2 |
| itk::BSplineResampleImageFunction< TImageType, TCoordRep > | Resample image intensity from a BSpline coefficient image |
| itk::BSplineScatteredDataPointSetToImageFilter< TInputPointSet, TOutputImage > | Image filter which provides a B-spline output approximation |
| otb::BSplinesInterpolateDeformationFieldGenerator< TPointSet, TDeformationField > | This filters encapsulate the itk::DeformationFieldSource to produce a BSpline interpolation of the point in point set whose metric values are sufficient |
| otb::BSplinesInterpolateTransformDeformationFieldGenerator< TPointSet, TDeformationField > | This class generate the deformation field by using spline interpolation on the parameters of the transform |
| itk::BSplineUpsampleImageFilter< TInputImage, TOutputImage, ResamplerType > | Uses B-Spline interpolation to upsample an image by a factor of 2. This class is the public interface for spline upsampling as defined by the ResamplerType |
| otb::BSQImageIO | ImageIO object for reading (not writing) BSQ format images |
| otb::BSQImageIOFactory | Creation d'un instance d'un objet BSQImageIO utilisant les object factory |
| itk::ByteSwapper< T > | Perform machine dependent byte swapping |
| itk::CacheableScalarFunction | Function cache implementation |
| itk::NeighborhoodAlgorithm::CalculateOutputWrapOffsetModifiers< TImage > | |
| itk::CannyEdgeDetectionImageFilter< TInputImage, TOutputImage > | |
| itk::CannyEdgeDetectionImageFilter< TInputImage, TOutputImage >::CannyThreadStruct | |
| itk::CannySegmentationLevelSetFunction< TImageType, TFeatureImageType > | 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 |
| itk::CannySegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType > | Segments structures in images based on image features derived from pseudo-canny-edges |
| itk::CastImageFilter< TInputImage, TOutputImage > | Casts input pixels to output pixel type |
| otb::CBAMIChangeDetector< TInputImage1, TInputImage2, TOutputImage > | Implements neighborhood-wise the computation of the cumulant-based approximation to mutual information |
| itk::bio::Cell< NSpaceDimension > | This class implement the minimal behavior of a biological cell. The basic behavior of a cell is related with the cell cycle. Geometrical concepts like size and shape are also managed by this abstract cell |
| itk::bio::CellBase | Non-templated Base class from which the templated Cell classes will be derived. Derived classes are instantiated for a specific space dimension |
| itk::CellInterface< TPixelType, TCellTraits > | |
| itk::CellInterface< TPixelType, TCellTraits >::MultiVisitor | A visitor that can visit different cell types in a mesh. CellInterfaceVisitor instances can be registered for each type of cell that needs to be visited |
| itk::CellInterfaceVisitor< TPixelType, TCellTraits > | |
| itk::CellInterfaceVisitorImplementation< TPixelType, TCellTraits, CellTopology, UserVisitor > | |
| itk::CellTraitsInfo< VPointDimension, TCoordRep, TInterpolationWeight, TPointIdentifier, TCellIdentifier, TCellFeatureIdentifier, TPoint, TPointsContainer, TUsingCellsContainer > | 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 |
| itk::bio::CellularAggregate< NSpaceDimension > | This class represent an aggregation of bio::Cell objects This class is the base for different types of cellular groups including bacterial colonies and pluricellular organisms |
| itk::bio::CellularAggregateBase | Base class for the CellularAggregates. This base class is not templated over the space dimension |
| itk::CenteredAffineTransform< TScalarType, NDimensions > | Affine transformation with a specified center of rotation |
| itk::CenteredEuler3DTransform< TScalarType > | CenteredEuler3DTransform of a vector space (e.g. space coordinates) |
| itk::CenteredRigid2DTransform< TScalarType > | CenteredRigid2DTransform of a vector space (e.g. space coordinates) |
| itk::CenteredSimilarity2DTransform< TScalarType > | CenteredSimilarity2DTransform of a vector space (e.g. space coordinates) |
| itk::CenteredTransformInitializer< TTransform, TFixedImage, TMovingImage > | 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 |
| itk::CenteredVersorTransformInitializer< TFixedImage, TMovingImage > | CenteredVersorTransformInitializer is a helper class intended to initialize the center of rotation, versor, and translation of the VersorRigid3DTransform |
| itk::CentralDifferenceImageFunction< TInputImage, TCoordRep > | Calculate the derivative by central differencing |
| itk::ChainCodePath< VDimension > | Represent a path as a sequence of connected image index offsets |
| itk::ChainCodePath2D | Represent a 2D path as a sequence of connected image index offsets |
| itk::ChainCodeToFourierSeriesPathFilter< TInputChainCodePath, TOutputFourierSeriesPath > | Filter that produces a Fourier series version of a chain code path |
| otb::ChangeExtractRegionActionHandler< TModel, TView > | Implements basic Scroll, Full and Zoom widgets resizing |
| itk::ChangeInformationImageFilter< TInputImage > | Change the origin, spacing and/or region of an Image |
| itk::ChangeLabelImageFilter< TInputImage, TOutputImage > | Change Sets of Labels |
| otb::ChangeLabelImageFilter< TInputImage, TOutputImage > | Change Sets of Labels |
| itk::ChangeLabelLabelMapFilter< TImage > | Replace the label Ids of selected LabelObjects with new label Ids |
| otb::ChangeProfileKernelFunctor | Change Profile Kernel |
| itk::ChangeRegionLabelMapFilter< TInputImage > | Change the region of a label map |
| otb::ChangeScaleActionHandler< TModel, TView > | Implements basic Scroll, Full and Zoom widgets resizing |
| otb::ChangeScaledExtractRegionActionHandler< TModel, TView > | Implements basic Scroll, Full and Zoom widgets resizing |
| otb::Function::ChannelSelectorFunctor< TInputPixel > | Base class for pixel representation functions |
| itk::CheckerBoardImageFilter< TImage > | Combines two images in a checkerboard pattern |
| itk::Statistics::ChiSquareDistribution | ChiSquareDistribution class defines the interface for a univariate Chi-Square distribution (pdfs, cdfs, etc.) |
| otb::CircleGlComponent | This Gl Component to render a circle. No checking is done upon the adequation between the circle projection and the underlying image projection. Gie possibility to represnts the circle center (by a point or a cross) |
| itk::ClassifierBase< TDataContainer > | Base class for classifier object |
| otb::ClosePathFunctor< TInput, TOutput > | This filter close the input path, making the last point equal to the first one |
| itk::ClosingByReconstructionImageFilter< TInputImage, TOutputImage, TKernel > | Closing by reconstruction of an image |
| otb::ClosingOpeningMorphologicalFilter< TInputImage, TOutputImage, TKernel > | This filter implements an opening grayscale morphological operation followed by a closing grayscale morphological operation. It tends to simplify image by obliterating details with a lower extent than the structuring element |
| otb::CloudDetectionFilter< TInputImage, TOutputImage, TFunction > | Applies cloud detection functor to an image |
| CloudDetectionFunctor | This functor first uses CloudEstimatorFunctor |
| otb::CloudEstimatorFilter< TInputImage, TOutputImage, TFunction > | Filter to help with the cloud detection |
| otb::Functor::CloudEstimatorFunctor< TInput, TOutputValue > | Functor to help with the cloud detection |
| otb::Functor::ClusterProminenceTextureFunctor< TScalarInputPixelType, TScalarOutputPixelType > | DEPRECATED< > |
| otb::Functor::ClusterShadeTextureFunctor< TScalarInputPixelType, TScalarOutputPixelType > | DEPRECATED< > |
| itk::CollidingFrontsImageFilter< TInputImage, TOutputImage > | Selects a region of space where two independent fronts run towards each other |
| otb::Functor::ColorAnaglyphFunctor< TInputPixel1, TInputPixel2, TOutputPixel > | DEPRECATED: This functor implements the pixel-wise color anaglyph composition. The output pixel is a vector pixel of size 3, where the first component contains the value of the first component from the second input pixel, the second component contains the value of the second component from the first input pixel, and the third component contains the value of the third component of the first input pixel |
| itk::Functor::ColormapFunctor< TScalar, TRGBPixel > | Function object which maps a scalar value into an RGB colormap value |
| itk::ColorTable< TPixel > | |
| itk::Command | Superclass for callback/observer methods |
| otb::CommandLineArgumentParser | Utility to Parse command line argument |
| CommandLineArgumentParserArgumentErrorException | This exception is thrown when the version is displayed |
| otb::CommandLineArgumentParseResult | Object returned by CommandLineArgumentParser |
| CommandLineArgumentParserHelpException | This exception is thrown when the help menu is displayed |
| CommandLineArgumentParserVersionException | This exception is thrown when the version is displayed |
| otb::CompacityPathFunction< TInputPath, TOutput > | Calculate the compacity of a path. The formula of the compacity is :
|
| itk::Concept::Comparable< T1, T2 > | |
| itk::CompareHistogramImageToImageMetric< TFixedImage, TMovingImage > | Compares Histograms between two images to be registered to a Training Histogram |
| itk::ComplexBSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType > | Complex wrapper around BSplineInterpolateImageFunction |
| otb::ComplexMomentImageFunction< TInput, TOutput, TPrecision, TCoordRep > | Calculate the complex moment value in the full image |
| otb::ComplexMomentPathFunction< TInputPath, TOutput, TPrecision > | Calculate the complex moment value over a path |
| itk::ComplexToImaginaryImageAdaptor< TImage, TOutputPixelType > | Presents a complex image as being composed of imag() part of its pixels |
| itk::ComplexToImaginaryImageFilter< TInputImage, TOutputImage > | Computes pixel-wise the imaginary part of a complex image |
| itk::Accessor::ComplexToImaginaryPixelAccessor< TInternalType, TExternalType > | Give access to the Imaginary part of a std::complex<> value |
| itk::ComplexToModulusImageAdaptor< TImage, TOutputPixelType > | Presents a complex image as being composed of vcl_abs() part of its pixels |
| itk::ComplexToModulusImageFilter< TInputImage, TOutputImage > | Computes pixel-wise the Modulus of a complex image |
| itk::Accessor::ComplexToModulusPixelAccessor< TInternalType, TExternalType > | Give access to the Modulus of a std::complex<> value |
| itk::ComplexToPhaseImageAdaptor< TImage, TOutputPixelType > | Presents a complex image as being composed of arg() part of its pixels |
| itk::ComplexToPhaseImageFilter< TInputImage, TOutputImage > | Computes pixel-wise the modulus of a complex image |
| itk::Accessor::ComplexToPhasePixelAccessor< TInternalType, TExternalType > | Give access to the Phase part of a std::complex<> value |
| itk::ComplexToRealImageAdaptor< TImage, TOutputPixelType > | Presents a complex image as being composed of real() part of its pixels |
| itk::ComplexToRealImageFilter< TInputImage, TOutputImage > | Computes pixel-wise the real(x) part of a complex image |
| itk::Accessor::ComplexToRealPixelAccessor< TInternalType, TExternalType > | Give access to the Real part of a std::complex<> value |
| itk::Compose2DCovariantVectorImageFilter< TInputImage, TOutputImage > | Implements pixel-wise composition of an 2D covariant vector pixel from two scalar images |
| itk::Compose2DVectorImageFilter< TInputImage, TOutputImage > | Implements pixel-wise composition of an 2D vector pixel from two scalar images |
| itk::Compose3DCovariantVectorImageFilter< TInputImage, TOutputImage > | Implements pixel-wise composition of an 3D covariant vector pixel from three scalar images |
| itk::Compose3DVectorImageFilter< TInputImage, TOutputImage > | Implements pixel-wise composition of an 3D vector pixel from three scalar images |
| ComposedKernelFunctor | Undocumented |
| itk::ComposeRGBAImageFilter< TInputImage, TOutputImage > | Implements pixel-wise composition of an RGBA pixel from four scalar images |
| itk::ComposeRGBImageFilter< TInputImage, TOutputImage > | Implements pixel-wise composition of an RGB pixel from three scalar images |
| otb::CompositeTransform< TFirstTransform, TSecondTransform, TScalarType, NInputDimensions, NOutputDimensions > | Class which compose two itk::Transform to obtain one itk::Transform T1 T2 T3 (x,y) -> (x',y') -> (x'',y'') => (x,y) -> (x'',y'') |
| itk::CompositeValleyFunction | Multiple valley shaped curve function |
| itk::CompressedCUBFileAdaptor | |
| otb::Functor::ComputeNeighborhoodContributionFunctor< TNeighIter, TOutput > | Unary neighborhood functor to compute the value of a pixel which is a sum of the surrounding pixels value ponderated by a coefficient |
| otb::ConcatenateVectorImageFilter< TInputImage1, TInputImage2, TOutputImage > | This filter concatenates the vector pixel of the first image with the vector pixel of the second image |
| itk::ConditionalConstIterator< TImage > | 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 |
| itk::ConditionVariable | A thread synchronization object used to suspend execution until some condition on shared data is met |
| itk::ConfidenceConnectedImageFilter< TInputImage, TOutputImage > | Segment pixels with similar statistics using connectivity |
| otb::ConfigurationFile | Manage OTB ConfigurationFile file |
| itk::ConformalFlatteningMeshFilter< TInputMesh, TOutputMesh > | ConformalFlatteningMeshFilter applies a conformal mapping from 3D to 2D |
| itk::ConformalMatrixCoefficients< TInputMesh > | Compute a matrix filed by Conformal Coefficients of the edge wherever two vertices are connected by an edge |
| otb::ConfusionMatrixCalculator< TRefListLabel, TProdListLabel > | TODO |
| itk::ConicShellInteriorExteriorSpatialFunction< VDimension, TInput > | Spatial function implementation of a conic shell |
| itk::ConjugateGradientOptimizer | Wrap of the vnl_conjugate_gradient |
| itk::ConnectedComponentFunctorImageFilter< TInputImage, TOutputImage, TFunctor, TMaskImage > | A generic connected components filter that labels the objects in an artibitrary image |
| itk::ConnectedComponentImageFilter< TInputImage, TOutputImage, TMaskImage > | Label the objects in a binary image |
| itk::ConnectedRegionsMeshFilter< TInputMesh, TOutputMesh > | Extract portions of a mesh that are connected at vertices |
| itk::ConnectedThresholdImageFilter< TInputImage, TOutputImage > | Label pixels that are connected to a seed and lie within a range of values |
| itk::ConstantBoundaryCondition< TImage > | This boundary condition returns a constant value for out-of-bounds image pixels |
| itk::ConstantPadImageFilter< TInputImage, TOutputImage > | Increase the image size by padding with a constant value |
| itk::ConstNeighborhoodIterator< TImage, TBoundaryCondition > | Const version of NeighborhoodIterator, defining iteration of a local N-dimensional neighborhood of pixels across an itk::Image |
| itk::ConstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData > | Helper class used to share data in the ScalarChanAndVeseLevelSetFunction |
| itk::ConstrainedValueAdditionImageFilter< TInputImage1, TInputImage2, TOutputImage > | Implements pixel-wise the computation of constrained value addition |
| itk::ConstrainedValueDifferenceImageFilter< TInputImage1, TInputImage2, TOutputImage > | Implements pixel-wise the computation of constrained value difference |
| itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition > | Const version of ShapedNeighborhoodIterator, defining iteration of a local N-dimensional neighborhood of pixels across an itk::Image |
| itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator | |
| itk::ConstSliceIterator< TPixel, TContainer > | A flexible iterator for itk containers(i.e. itk::Neighborhood) that support pixel access through operator[] |
| itk::ConstSparseFieldLayerIterator< TNodeType > | |
| itk::ContinuousIndex< TCoordRep, VIndexDimension > | A templated class holding a point in n-Dimensional image space |
| otb::ContinuousMinimumMaximumImageCalculator< TInputImage > | Compute the continuous maximum and the minimum of an image |
| itk::ContourDirectedMeanDistanceImageFilter< TInputImage1, TInputImage2 > | Computes the directed Mean distance between the boundaries of non-zero pixel regions of two images |
| itk::ContourExtractor2DImageFilter< TInputImage > | Computes a list of PolyLineParametricPath objects from the contours in a 2D image |
| itk::ContourMeanDistanceImageFilter< TInputImage1, TInputImage2 > | Computes the Mean distance between the boundaries of non-zero regions of two images |
| itk::ContourSpatialObject< TDimension > | Representation of a Contour based on the spatial object classes |
| itk::ContourSpatialObjectPoint< TPointDimension > | Point used for a Contour definition |
| otb::Functor::ContrastTextureFunctor< TScalarInputPixelType, TScalarOutputPixelType > | DEPRECATED< > |
| itk::Concept::Convertible< T1, T2 > | |
| itk::ConvertPixelBuffer< InputPixelType, OutputPixelType, OutputConvertTraits > | Class to convert blocks of data from one type to another |
| otb::ConvexOrConcaveClassificationFilter< TInputImage, TOutputImage > | This filter apply the Convex, Concave and flat classification functor to the whole image |
| otb::Functor::ConvexOrConcaveDecisionRule< TInput, TOutput > | This functor labels the given pixel between three classes Convex, Concave and Flat |
| itk::ConvolutionImageFilter< TInputImage, TOutputImage > | Convolve a given image with an arbitrary image kernel |
| otb::ConvolutionImageFilter< TInputImage, TOutputImage, TBoundaryCondition, TFilterPrecision > | Applies a convolution filter to a mono channel image |
| itk::Functor::CoolColormapFunctor< TScalar, TRGBPixel > | Function object which maps a scalar value into an RGB colormap value |
| otb::CoordinateToName | Retrieve geographical information for longitude and latitude coordinates |
| itk::Functor::CopperColormapFunctor< TScalar, TRGBPixel > | Function object which maps a scalar value into an RGB colormap value |
| itk::Concept::CopyConstructible< T > | |
| itk::CoreAtomImageToDistanceMatrixProcess< TSourceImage > | 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) |
| itk::CoreAtomImageToUnaryCorrespondenceMatrixProcess< TSourceImage > | 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 |
| otb::CorrectPolygonFunctor< TPolygon > | This filter simplify and close the input polygon, making the last point equal to the first one |
| otb::CorrelationChangeDetector< TInputImage1, TInputImage2, TOutputImage > | Implements neighborhood-wise the computation of crosscorrelation |
| itk::CorrelationCoefficientHistogramImageToImageMetric< TFixedImage, TMovingImage > | Computes correlation coefficient similarity measure between two images to be registered |
| otb::Functor::CorrelationTextureFunctor< TScalarInputPixelType, TScalarOutputPixelType > | DEPRECATED< > |
| itk::CorrespondenceDataStructure< TItemType, VCliqueSize > | A data structure designed to contain medial node clique correspondence data between two images |
| itk::CorrespondenceDataStructureIterator< TStructureType > | An iterator designed to easily traverse an itkCorrespondenceDataStructure |
| itk::CorrespondingList< TItemType, VCliqueSize > | Part of the itkCorrespondenceDataStructure |
| itk::CorrespondingMedialNodeClique< VImageDimension, VCliqueSize > | 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) |
| itk::CosImageAdaptor< TImage, TOutputPixelType > | Presents an image as being composed of the vcl_cos() of its pixels |
| itk::CosImageFilter< TInputImage, TOutputImage > | Computes the vcl_cos(x) pixel-wise |
| itk::Function::CosineWindowFunction< VRadius, TInput, TOutput > | Window function for sinc interpolation.
|
| itk::Accessor::CosPixelAccessor< TInternalType, TExternalType > | Give access to the vcl_cos() function of a value |
| itk::CostFunction | Base class for cost functions intended to be used with Optimizers |
| otb::Count< TPointSet, TRadiusType, TIndexType > | Compute the density of a neighboorhood centerred in a pixel |
| itk::Statistics::CovarianceCalculator< TSample > | Calculates the covariance matrix of the target sample data |
| itk::CovarianceImageFunction< TInputImage, TCoordRep > | Calculate the covariance matrix in the neighborhood of a pixel in a Vector image |
| itk::CovariantVector< T, NVectorDimension > | A templated class holding a n-Dimensional covariant vector |
| itk::CoxDeBoorBSplineKernelFunction< VSplineOrder > | BSpline kernel used for density estimation and nonparameteric regression |
| itk::CreateObjectFunction< T > | CreateObjectFunction is used to create callback functions that create ITK Objects for use with the itk::ObjectFactory |
| itk::CreateObjectFunctionBase | Define API for object creation callback functions |
| itk::CropImageFilter< TInputImage, TOutputImage > | Decrease the image size by cropping the image by an itk::Size at both the upper and lower bounds of the largest possible region |
| itk::CropLabelMapFilter< TInputImage > | Crop a LabelMap image |
| Cross | Compute the cross product of two vectors of dimension 3, independently of the type of the values of vector's elements |
| otb::CrossGlComponent | This Gl Component to render a Cross. No checking is done upon the adequation between the Cross projection and the underlying image projection |
| itk::CStyleCommand | Command subclass that calls a pointer to a C function |
| otb::CumulantsForEdgeworth< TInput > | Helper class for KullbackLeiblerDistanceImageFilter. Please refer to KullbackLeiblerDistanceImageFilter |
| otb::CumulantsForEdgeworthProfile< TInput > | Helper class for KullbackLeiblerProfileImageFilter. Please refer to KullbackLeibleProfileImageFilter |
| itk::CumulativeGaussianCostFunction | Cost function for the Cumulative Gaussian Optimizer |
| itk::CumulativeGaussianOptimizer | This is an optimizer specific to estimating the parameters of Cumulative Gaussian sampled data |
| otb::CurlHelper | Class to use the curl capabilities from OTB |
| itk::CurvatureAnisotropicDiffusionImageFilter< TInputImage, TOutputImage > | |
| itk::CurvatureFlowFunction< TImage > | This class encapsulate the finite difference equation which drives a curvature flow denoising algorithm |
| itk::CurvatureFlowImageFilter< TInputImage, TOutputImage > | Denoise an image using curvature driven flow |
| itk::CurvatureNDAnisotropicDiffusionFunction< TImage > | |
| otb::Curve2D | Base class Curves to be rendered in Curves2DWidget |
| otb::Curves2DWidget | This widget renders a set of curves to the screen |
| itk::CurvesLevelSetFunction< TImageType, TFeatureImageType > | This function is used in CurvesLevelSetImageFilter to segment structures in images based on user supplied edge potential map |
| itk::CurvesLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType > | Segments structures in images based on user supplied edge potential map |
| itk::Functor::CustomColormapFunctor< TScalar, TRGBPixel > | Function object which maps a scalar value into an RGB colormap value |
| otb::CustomKernelFunctor | Undocumented |
| otb::CustomLinearKernelFunctor | Undocumented |
| itk::CylinderSpatialObject | This class describe a cylinder in 3D only |
| otb::Functor::CzihoSOMLearningBehaviorFunctor | Beta behavior over SOM training phase |
| otb::Functor::CzihoSOMNeighborhoodBehaviorFunctor | Neighborhood size behavior over SOM training phase |
| itk::DanielssonDistanceMapImageFilter< TInputImage, TOutputImage > | |
| otb::DataNode< TPrecision, VDimension, TValuePrecision > | This class represents a node of data in a vector data hierarchy |
| otb::DataNode< TPrecision, VDimension, TValuePrecision >::DataType | |
| itk::DataObject | Base class for all data objects in ITK |
| itk::DataObjectDecorator< T > | Decorates any subclass of itkObject with a DataObject API |
| itk::DataObjectError | Exception object for DataObject exceptions |
| otb::DecimateImageFilter< TInputImage, TOutputImage > | Performs a down sampling of an image |
| itk::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 |
| itk::Concept::DefaultConstructible< T > | |
| itk::DefaultConvertPixelTraits< PixelType > | Traits class used to by ConvertPixels to convert blocks of pixels |
| itk::DefaultDynamicMeshTraits< TPixelType, VPointDimension, VMaxTopologicalDimension, TCoordRep, TInterpolationWeight, TCellPixelType > | |
| otb::DefaultImageMetadataInterface | Creation of an "otb" DefaultImageMetadataInterface that gets metadata |
| otb::DefaultImageMetadataInterfaceFactory | Creating an instance of a ImageMetadataInterface object using object factory. This class only provides the method of the virtual pure class ImageMetadataInterfaceBase and throw exception for virtual method |
| itk::DefaultImageTraits< TPixelType, VImageDimension, TPixelContainer > | Default ImageTraits for any PixelType |
| itk::DefaultPixelAccessor< TType > | Give access to partial aspects a type |
| itk::DefaultPixelAccessorFunctor< TImageType > | This class provides a common API for pixel accessors for Image and VectorImage. (between the DefaultVectorPixelAccessor and DefaultPixelAccessor) |
| itk::DefaultStaticMeshTraits< TPixelType, VPointDimension, VMaxTopologicalDimension, TCoordRep, TInterpolationWeight, TCellPixelType > | |
| itk::DefaultVectorPixelAccessor< TType > | Give access to partial aspects of a type |
| itk::DefaultVectorPixelAccessorFunctor< TImageType > | This class provides a common API for pixel accessors for Image and VectorImage. (between the DefaultVectorPixelAccessor and DefaultPixelAccessor) |
| 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 |
| itk::DeformableSimplexMesh3DBalloonForceFilter< TInputMesh, TOutputMesh > | Additional to its superclass this model adds an balloon force component to the internal forces |
| itk::DeformableSimplexMesh3DFilter< TInputMesh, TOutputMesh > | Three-dimensional deformable model for image segmentation |
| itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh > | 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 |
| itk::DeformationFieldJacobianDeterminantFilter< TInputImage, TRealType, TOutputImage > | 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 ] |
| itk::DeformationFieldSource< TOutputImage > | Computes a deformation field from two sets of landmarks |
| otb::DEMCaracteristicsExtractor< TInputImage, TOutputImage > | Calculates the slope, the orientation incidence and exitance radius values for each pixel |
| otb::DEMHandler | Class for Reading a DEM data |
| itk::DemonsRegistrationFilter< TFixedImage, TMovingImage, TDeformationField > | Deformably register two images using the demons algorithm |
| itk::DemonsRegistrationFunction< TFixedImage, TMovingImage, TDeformationField > | |
| itk::DemonsRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >::GlobalDataStruct | |
| otb::DEMToImageGenerator< TDEMImage > | Class to generate an image from DEM data |
| otb::DEMToOrthoImageGenerator< TDEMImage, TMapProjection > | Class to generate an image from DEM data |
| itk::DenseFiniteDifferenceImageFilter< TInputImage, TOutputImage > | |
| itk::DenseFiniteDifferenceImageFilter< TInputImage, TOutputImage >::DenseFDThreadStruct | |
| itk::Statistics::DenseFrequencyContainer | His class is a container for frequencies of bins in an histogram |
| itk::Statistics::DensityFunction< TMeasurementVector > | DensityFunction class defines common interfaces for density functions |
| itk::DerivativeImageFilter< TInputImage, TOutputImage > | 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 |
| itk::DerivativeOperator< TPixel, VDimension, TAllocator > | A NeighborhoodOperator for taking an n-th order derivative at a pixel |
| itk::DicomImageIO | Read DicomImage file format |
| itk::DICOMImageIO2 | Read DICOMImage file format |
| itk::DICOMImageIO2Factory | Create instances of DICOMImageIO2 objects using an object factory |
| itk::DicomImageIOFactory | Create instances of DicomImageIO objects using an object factory |
| itk::DICOMSeriesFileNames | Generate an ordered sequence of filenames |
| itk::DiffeomorphicDemonsRegistrationFilter< TFixedImage, TMovingImage, TDeformationField > | Deformably register two images using a diffeomorphic demons algorithm |
| otb::Functor::DifferenceEntropyTextureFunctor< TScalarInputPixelType, TScalarOutputPixelType > | DEPRECATED< > |
| otb::DifferenceImageFilter< TInputImage, TOutputImage > | Implements comparison between two images |
| itk::DifferenceImageFilter< TInputImage, TOutputImage > | Implements comparison between two images |
| itk::DifferenceOfGaussiansGradientImageFilter< TInputImage, TDataType > | Performs difference-of-gaussians gradient detection |
| otb::Functor::DifferenceVarianceTextureFunctor< TScalarInputPixelType, TScalarOutputPixelType > | DEPRECATED< > |
| itk::DiffusionTensor3D< TComponent > | Represent a diffusion tensor as used in DTI images |
| itk::DiffusionTensor3DReconstructionImageFilter< TReferenceImagePixelType, TGradientImagePixelType, TTensorPixelType > | 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 |
| itk::DilateObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel > | Dilation of an object in an image |
| itk::DirectCUBFileAdaptor | |
| itk::DirectedHausdorffDistanceImageFilter< TInputImage1, TInputImage2 > | Computes the directed Hausdorff distance between the set of non-zero pixels of two images |
| itk::DirectFourierReconstructionImageToImageFilter< TInputPixelType, TOutputPixelType > | Direct fourier reconstruction filter of a tomographic volume |
| itk::Directory | Portable directory/filename traversal |
| itk::DiscreteGaussianDerivativeImageFilter< TInputImage, TOutputImage > | Calculates image derivatives using discrete derivative gaussian kernels. This filter calculates Gaussian derivative by separable convolution of an image and a discrete Gaussian derivative operator (kernel) |
| itk::DiscreteGaussianDerivativeImageFunction< TInputImage, TOutput > | Compute the discrete gaussian derivatives of an the image at a specific location in space, i.e. point, index or continuous index. This class computes a single derivative given the order in each direction (by default zero). This class is templated over the input image type |
| itk::DiscreteGaussianImageFilter< TInputImage, TOutputImage > | 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) |
| itk::DiscreteGradientMagnitudeGaussianImageFunction< TInputImage, TOutput > | Compute the discrete gradient magnitude gaussian of an the image at a specific location in space, i.e. point, index or continuous index. This class computes a single derivative given the order in each direction (by default zero). This class is templated over the input image type |
| itk::DiscreteHessianGaussianImageFunction< TInputImage, TOutput > | Compute the Hessian Gaussian of an image at a specific location in space by calculating discrete second-order gaussian derivatives. This class is templated over the input image type |
| otb::DisparityMapEstimationMethod< TFixedImage, TMovingImage, TPointSet > | This class performs an estimation of the local deformation modelled by a given transform between the fixed and the moving image, at each point of the given point set |
| itk::ImageToImageFilterDetail::DispatchBase | Base class for a class used to dispatch to dimension specific implementations |
| itk::DisplacementFieldJacobianDeterminantFilter< TInputImage, TRealType, TOutputImage > | 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 ] |
| otb::Functor::DistanceComparisonFunctor | This functor is used in nearest neighborhood sorting |
| itk::Statistics::DistanceMetric< TVector > | This class declares common interfaces for distance functions |
| itk::Statistics::DistanceToCentroidMembershipFunction< TVector > | Class represents DistanceToCentroid Density Function |
| itk::DivideByConstantImageFilter< TInputImage, TConstant, TOutputImage > | Divide input pixels by a constant |
| itk::DivideImageFilter< TInputImage1, TInputImage2, TOutputImage > | Implements an operator for pixel-wise division of two images |
| itk::Concept::DivisionOperators< T1, T2, T3 > | |
| itk::DoubleThresholdImageFilter< TInputImage, TOutputImage > | Binarize an input image using double thresholding |
| otb::DrawLineSpatialObjectFilter< TInputImage, TOutputImage > | Application of a filter which draw line in a binary image |
| otb::DrawLineSpatialObjectListFilter< TInputImage, TOutputImage > | Composite filter which draw lines in an image |
| otb::DrawPathFilter< TInputImage, TInputPath, TOutputImage > | This class can be used to draw a single path on an image |
| otb::DrawPathListFilter< TInputImage, TInputPath, TOutputImage > | This class can be used to draw a list of path on an image |
| itk::DTITubeSpatialObject< TDimension > | Representation of a tube based on the spatial object classes |
| itk::DTITubeSpatialObjectPoint< TPointDimension > | Point used for a tube definition |
| itk::DynamicLoader | Portable loading of dynamic libraries or dll's |
| otb::Eckert4MapProjection< transform > | This class implements the Eckert4 map projection |
| EdgeDensityImageFilter | This composite filter computes the density of the edges around a pixel |
| EdgeDetectorImageFilter | This composite filter binaries a edge detection image output. The used edge detection filter is given as template of the class. The class only supports Image |
| EdgeIterator | Iterates on the graph edges |
| itk::EdgePotentialImageFilter< TInputImage, TOutputImage > | Computes the edge potential of an image from the image gradient |
| itk::EigenAnalysis2DImageFilter< TInputImage, TEigenValueImage, TEigenVectorImage > | Computes pixel-wise the eigen values and eigen vectors of a 2D symmetrical matrix |
| itk::ElasticBodyReciprocalSplineKernelTransform< TScalarType, NDimensions > | |
| itk::ElasticBodySplineKernelTransform< TScalarType, NDimensions > | This class defines the elastic body spline (EBS) transformation |
| itk::fem::Element | Abstract base element class |
| itk::fem::Element1DStress< TBaseClass > | Class that is used to define linear elasticity problem in 1D space |
| itk::fem::Element2DC0LinearLine | 2-noded, linear, C0 continuous line element in 2D space |
| itk::fem::Element2DC0LinearLineStress | 2-noded finite element class in 2D space for linear elasticity problem |
| itk::fem::Element2DC0LinearQuadrilateral | 4-noded, linear, C0 continuous finite element in 2D space |
| itk::fem::Element2DC0LinearQuadrilateralMembrane | 4-noded finite element class in 2D space for linear elasticity problem |
| itk::fem::Element2DC0LinearQuadrilateralStrain | 4-noded finite element class in 2D space for linear elasticity problem |
| itk::fem::Element2DC0LinearQuadrilateralStress | 4-noded finite element class in 2D space for linear elasticity problem |
| itk::fem::Element2DC0LinearTriangular | 3-noded, linear, C0 continuous finite element in 2D space |
| itk::fem::Element2DC0LinearTriangularMembrane | 3-noded finite element class in 2D space for linear elasticity problem |
| itk::fem::Element2DC0LinearTriangularStrain | 3-noded finite element class in 2D space for linear elasticity problem |
| itk::fem::Element2DC0LinearTriangularStress | 3-noded finite element class in 2D space for linear elasticity problem |
| itk::fem::Element2DC0QuadraticTriangular | 3-noded, quadratic, C0 continuous finite element in 2D space |
| itk::fem::Element2DC0QuadraticTriangularStrain | 3-noded finite element class in 2D space for linear elasticity problem |
| itk::fem::Element2DC0QuadraticTriangularStress | 3-noded finite element class in 2D space for linear elasticity problem |
| itk::fem::Element2DC1Beam | 1D Beam (spring that also bends) finite element in 2D space |
| itk::fem::Element2DMembrane< TBaseClass > | Class that is used to define a membrane energy problem in 2D space |
| itk::fem::Element2DStrain< TBaseClass > | Class that is used to define linear elasticity problem in 2D space |
| itk::fem::Element2DStress< TBaseClass > | Class that is used to define linear elasticity problem in 2D space |
| itk::fem::Element3DC0LinearHexahedron | 8-noded, linear, C0 continuous finite element in 3D space |
| itk::fem::Element3DC0LinearHexahedronMembrane | 8-noded finite element class in 3D space for linear elasticity problem |
| itk::fem::Element3DC0LinearHexahedronStrain | 8-noded finite element class in 3D space for linear elasticity problem |
| itk::fem::Element3DC0LinearTetrahedron | 4-noded, linear, C0 continuous finite element in 3D space |
| itk::fem::Element3DC0LinearTetrahedronMembrane | 4-noded finite element class in 3D space for linear elasticity problem |
| itk::fem::Element3DC0LinearTetrahedronStrain | 4-noded finite element class in 3D space for linear elasticity problem |
| itk::fem::Element3DMembrane< TBaseClass > | Class that is used to define a membrane energy problem in 3D space |
| itk::fem::Element3DStrain< TBaseClass > | Class that is used to define linear elasticity problem in 3D space |
| itk::fem::Element::Node | Class that stores information required to define a node |
| itk::fem::ElementStd< VNumberOfNodes, VNumberOfSpatialDimensions, TBaseClass > | Implements standard node management in the element classes |
| itk::EllipseSpatialObject< TDimension > | TODO |
| EllipsoidSpatialFunction | Function implementation of an ellipsoid |
| EllipsoidSpatialFunction | Function implementation of an ellipsoid |
| otb::Functor::EnergyTextureFunctor< TScalarInputPixelType, TScalarOutputPixelType > | DEPRECATED< > |
| otb::Functor::EntropyTextureFunctor< TScalarInputPixelType, TScalarOutputPixelType > | DEPRECATED< > |
| itk::Concept::EqualityComparable< T1, T2 > | |
| itk::watershed::EquivalenceRelabeler< TScalarType, TImageDimension > | |
| itk::EquivalencyTable | Hash table to manage integral label equivalencies |
| itk::ErodeObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel > | Erosion of an object in an image |
| ErrorBackPropagationLearningFunctionBase | The ErrorBackPropagationLearningFunctionBase is the base class for all the ErrorBackPropagationLearning strategies. These include error back propagation, bp+momentum, conjugte gradient descent, quick prop. This class specifies how the errors are backpropagated for a layer. They take a LayerBase object as input and compute the input for the layers input weightset |
| ErrorBackPropagationLearningWithMomentum | The ErrorBackPropagationLearningWithMomentum is the base class for all the ErrorBackPropagationLearning strategies. These include error back propagation, bp+momentum, conjugte gradient descent, quick prop. This class specifies how the errors are backpropagated for a layer. They take a LayerBase object as input and compute the input for the layers input weightset |
| itk::ESMDemonsRegistrationFunction< TFixedImage, TMovingImage, TDeformationField > | Fast implementation of the symmetric demons registration force |
| itk::ESMDemonsRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >::GlobalDataStruct | |
| otb::EstimateInnerProductPCAImageFilter< TInputImage, TOutputImage > | Applies the Inner product to an vector image. Implement the itk::ImagePCAShapeModelEstimator algorithms in streaming capabilities Use by the InnerProductPCAImageFilter composite filter |
| itk::Statistics::EuclideanDistance< TVector > | Euclidean distance function |
| itk::EuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet, TDistanceMap > | 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 |
| otb::Statistics::EuclideanDistanceWithMissingValue< TVector > | Euclidean distance function facing missing value |
| otb::Statistics::EuclideanDistanceWithMissingValuePow2< TVector > | Euclidean comparison distance function facing missing value. The square root is not performed in this class |
| itk::Euler2DTransform< TScalarType > | Euler2DTransform of a vector space (e.g. space coordinates) |
| itk::Euler3DTransform< TScalarType > | Euler3DTransform of a vector space (e.g. space coordinates) |
| EulerOperatorCreateCenterVertexFunction | Create a vertex at the barycenter of the given face |
| EulerOperatorDeleteCenterVertexFunction | Delete the vertex, connected edges and faces and create a new face In place of the previous vertex' one-ring |
| EulerOperatorFlipEdgeFunction | Flip an edge |
| EulerOperatorJoinFacetFunction | Join the two facets which are on both sides of a given internal edge |
| EulerOperatorJoinVertexFunction | Collapse a given edge by joining its dest and its org |
| EulerOperatorSplitEdgeFunction | Given Edge is splitted into two and associated faces see their degree increased by one (a triangle is transformed into a quad for example) |
| EulerOperatorSplitFacetFunction | Given two edges h and g sharing the same Left() face, create a new edge joining h->Destination() to g->Destination(), thus splitting the original Left() |
| EulerOperatorSplitVertexFunction | For two given edges e and f sharing the same dest(), disconnect the two rings, create a new point to be set at f->dest(), and create a new edge between e->Destination() and f->Destination() |
| itk::EventObject | Abstraction of the Events used to communicating among filters and with GUIs |
| otb::Functor::EVI< TInput1, TInput2, TInput3, TOutput > | This functor computes the Enhanced Vegetation Index (EVI) |
| itk::ExceptionObject::ExceptionData | Exception data, used to implement itk::ExceptionObject |
| itk::ExceptionObject::ReferenceCountedExceptionData | Reference counted exception data, used to implement itk::ExceptionObject |
| otb::ExhaustiveExponentialOptimizer | This optimizer performs an exhaustive search on an exponential scale |
| itk::ExhaustiveOptimizer | Optimizer that fully samples a grid on the parametric space |
| itk::ExpandImageFilter< TInputImage, TOutputImage > | Expand the size of an image by an integer factor in each dimension |
| itk::Statistics::ExpectationMaximizationMixtureModelEstimator< TSample > | This class generates the parameter estimates for a mixture model using expectation maximization strategy |
| itk::ExpImageAdaptor< TImage, TOutputPixelType > | Presents an image as being composed of the vcl_exp() of its pixels |
| itk::ExpImageFilter< TInputImage, TOutputImage > | Computes the vcl_exp(x) pixel-wise |
| itk::ExpNegativeImageAdaptor< TImage, TOutputPixelType > | Presents an image as being composed of the vcl_exp() of its pixels |
| itk::ExpNegativeImageFilter< TInputImage, TOutputImage > | Computes the function vcl_exp(-K.x) pixel-wise |
| itk::Accessor::ExpNegativePixelAccessor< TInternalType, TExternalType > | Give access to the vcl_exp() function of a value |
| itk::ExponentialDeformationFieldImageFilter< TInputImage, TOutputImage > | Computes a diffeomorphic deformation field as the Lie group exponential of a vector field |
| itk::Accessor::ExpPixelAccessor< TInternalType, TExternalType > | Give access to the vcl_exp() function of a value |
| itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension > | Extend velocities smoothly from a particular level set |
| itk::ExtractImageFilter< TInputImage, TOutputImage > | Decrease the image size by cropping the image to the selected region bounds |
| itk::ImageToImageFilterDetail::ExtractImageFilterRegionCopier< T1, T2 > | |
| itk::ExtractOrthogonalSwath2DImageFilter< TImage > | Extracts into rectangular form a "swath" image from the input image along the parametric path |
| otb::ExtractROI< TInputPixel, TOutputPixel > | Extract a subset of a mono-channel image |
| otb::ExtractROIBase< TInputImage, TOutputImage > | Base class to extract area of images |
| otb::ExtractSegmentsImageFilter< TInputImage, TOutputImage > | |
| itk::ExtrapolateImageFunction< TInputImage, TCoordRep > | Base class for all image extrapolaters |
| itk::FastApproximateRankImageFilter< TInputImage, TOutputImage > | A separable rank filter |
| itk::FastChamferDistanceImageFilter< TInputImage, TOutputImage > | This class compute the signed (positive and negative) chamfer distance in a narrow band |
| itk::FastIncrementalBinaryDilateImageFilter< TInputImage, TOutputImage, TKernel > | Fast binary dilation |
| itk::FastMarchingExtensionImageFilter< TLevelSet, TAuxValue, VAuxDimension, TSpeedImage > | Extend auxiliary variables smoothly using Fast Marching |
| itk::FastMarchingImageFilter< TLevelSet, TSpeedImage > | Solve an Eikonal equation using Fast Marching |
| itk::FastMarchingUpwindGradientImageFilter< TLevelSet, TSpeedImage > | Generates the upwind gradient field of fast marching arrival times |
| itk::FastMutexLock | Critical section locking class |
| itk::FastSymmetricForcesDemonsRegistrationFilter< TFixedImage, TMovingImage, TDeformationField > | Deformably register two images using a symmetric forces demons algorithm |
| itk::FastSymmetricForcesDemonsRegistrationFunction< TFixedImage, TMovingImage, TDeformationField > | |
| itk::FastSymmetricForcesDemonsRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >::GlobalDataStruct | |
| itk::fem::FEMException | Base class for all exception's that can occur within FEM classes |
| itk::fem::FEMExceptionIO | Base class for all IO exception's that can occur within FEM classe |
| itk::fem::FEMExceptionItpackSolver | Handles errors that occur in itpack solving routines |
| itk::fem::FEMExceptionItpackSparseMatrixSbagn | Handles errors that occur when unfinalizing the matrix |
| itk::fem::FEMExceptionItpackSparseMatrixSbsij | Handles errors that occur when building the matrix |
| itk::fem::FEMExceptionObjectNotFound | Object not found exception |
| itk::fem::FEMExceptionSolution | Base class for all exceptions that can occur when solving FEM problem |
| itk::fem::FEMExceptionWrongClass | Bad object exception |
| itk::fem::FEMInitialization | FEM Library initialization and housekeeping |
| itk::fem::FEMLightObject | Base class for all classes that define the FEM system |
| itk::fem::FEMObjectFactory< T > | Create objects of derived classes by specifying a class ID |
| itk::fem::FEMObjectFactory< T >::Dummy | This class is defined in FEMObjectFactory just to get rid of some warnings about destructor being private in gcc |
| itk::fem::FEMP< T > | Pointer used to store polymorphic elements in STL arrays |
| itk::fem::FEMPArray< T > | Array for FEMP objects |
| itk::fem::FEMRegistrationFilter< TMovingImage, TFixedImage > | FEM Image registration filter. The image registration problem is modeled here with the finite element method. Image registration is, in general, an ill-posed problem. Thus, we use an optimization scheme where the optimization criterion is given by a regularized variational energy. The variational energy arises from modeling the image as a physical body on which external forces act. The body is allowed to deform so as to minimize the applied force. The resistance of the physical body to deformation, determined by the physics associated with the body, serves to regularize the solution. The forces applied to the body are, generally, highly non-linear and so the body is allowed to deform slowly and incrementally. The direction it deforms follows the gradient of the potential energy (the force) we define. The potential energies we may choose from are given by the itk image-to-image metrics. The choices and the associated direction of descent are : Mean Squares (minimize), Normalized Cross-Correlation (maximize) Mutual Information (maximize). Note that we have to set the direction (SetDescentDirection) when we choose a metric. The forces driving the problem may also be given by user-supplied landmarks. The corners of the image, in this example, are always pinned. This example is designed for 2D or 3D images. A rectilinear mesh is generated automatically given the correct element type (Quadrilateral or Hexahedral). Our specific Solver for this example uses trapezoidal time stepping. This is a method for solving a second-order PDE in time. The solution is penalized by the zeroth (mass matrix) and first derivatives (stiffness matrix) of the shape functions. There is an option to perform a line search on the energy after each iteration. Optimal parameter settings require experimentation. The following approach tends to work well : Choose the relative size of density to elasticity (e.g. Rho / E ~= 1.) such that the image deforms locally and slowly. This also affects the stability of the solution. Choose the time step to control the size of the deformation at each step. Choose enough iterations to allow the solution to converge (this may be automated) |
| itk::fem::FEMRegistrationFilter< TMovingImage, TFixedImage >::FEMOF | |
| itk::FFTComplexToComplexImageFilter< TPixel, NDimension > | Implements an API to enable the Fourier transform or the inverse Fourier transform of images with complex valued voxels to be computed |
| itk::FFTRealToComplexConjugateImageFilter< TPixel, VDimension > | TODO |
| itk::FFTShiftImageFilter< TInputImage, TOutputImage > | Shift the zero-frequency components to center of the image |
| otb::FileName | This class represents a file name |
| itk::FileOutputWindow | Messages sent from the system are sent to a file |
| otb::FillGapsFilter | To be documented |
| otb::FilterFunctionValues | This class contains the values of the filter function for the processed spectral band |
| otb::FilterWatcherBase | This class is an abstract class Provides an interface to progress task mechanic |
| itk::FiniteCylinderSpatialFunction< VDimension, TInput > | Function implementation of an finite cylinder |
| itk::FiniteDifferenceFunction< TImageType > | |
| itk::fem::FiniteDifferenceFunctionLoad< TMoving, TFixed > | General image pair load that uses the itkFiniteDifferenceFunctions |
| itk::FiniteDifferenceImageFilter< TInputImage, TOutputImage > | |
| itk::FiniteDifferenceSparseImageFilter< TInputImageType, TSparseOutputImageType > | This class implements a multi-threaded base class for Image to SparseImage finite difference processes |
| itk::FiniteDifferenceSparseImageFilter< TInputImageType, TSparseOutputImageType >::FDThreadStruct | |
| itk::FiniteDifferenceSparseImageFilter< TInputImageType, TSparseOutputImageType >::ThreadRegionType | |
| itk::FiniteDifferenceSparseImageFunction< TSparseImageType > | This is the base class for function classes that can be used with filters derived from FiniteDifferenceSparseImageFilter |
| itk::FixedArray< TValueType, VLength > | Simulate a standard C array with copy semnatics |
| itk::FixedArray< TValueType, VLength >::ConstReverseIterator | A const reverse iterator through the array |
| itk::FixedArray< TValueType, VLength >::ReverseIterator | A reverse iterator through the array |
| itk::FixedCenterOfRotationAffineTransform< TScalarType, NDimensions > | Affine transformation with a specified center of rotation |
| FixedImageSamplePoint | |
| FixedImageSpatialSample | |
| otb::FixedSizeFullImageWidget< TPixel > | DEPRECATED: FixedSizeFullImageWidget |
| itk::FlatStructuringElement< VDimension > | A class to support a variety of flat structuring elements, including versions created by decomposition of lines |
| otb::Statistics::FlexibleDistanceWithMissingValue< TVector > | Non-Euclidean distance function facing missing value |
| itk::FlipImageFilter< TImage > | Flips an image across user specified axes |
| itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction > | Iterates over a flood-filled spatial function |
| itk::FloodFilledImageFunctionConditionalConstIterator< TImage, TFunction > | Iterates over a flood-filled image function |
| itk::FloodFilledImageFunctionConditionalIterator< TImage, TFunction > | Iterates over a flood-filled image function |
| itk::FloodFilledSpatialFunctionConditionalConstIterator< TImage, TFunction > | Iterates over a flood-filled spatial function |
| itk::FloodFilledSpatialFunctionConditionalIterator< TImage, TFunction > | Iterates over a flood-filled spatial function |
| otb::FltkFilterWatcher | This class implements the progress mechanism on pipeline filtering execution |
| otb::FltkWriterWatcher | This class implements the progress mechanism on pipeline filtering execution |
| otb::FlusserImageFunction< TInput, TOutput, TPrecision, TCoordRep > | Calculate the Flusser's invariant parameters |
| otb::FlusserPathFunction< TInputPath, TOutput, TPrecision > | Calculate the Flusser's invariant parameters |
| itk::ForwardDifferenceOperator< TPixel, VDimension, TAllocator > | Operator whose inner product with a neighborhood returns a "half" derivative at the center of the neighborhood |
| otb::ForwardFourierMellinTransformImageFilter< TPixel, TInterpol, Dimension > | Calculate the Fourier-Mellin transform over an image |
| otb::ForwardSensorModel< TScalarType, NInputDimensions, NOutputDimensions > | Class for direct sensor models |
| itk::FourierSeriesPath< VDimension > | Represent a closed path through ND Space by its frequency components |
| otb::FrostImageFilter< TInputImage, TOutputImage > | Anti-speckle image filter |
| itk::FRPROptimizer | Implements Fletch-Reeves & Polak-Ribiere optimization using dBrent line search |
| itk::FrustumSpatialFunction< VImageDimension, TInput > | Spatial function implementation of a truncated pyramid |
| otb::FullResolutionImageWidget< TPixel > | DEPRECATED: Widget for the full resolution window in viewer |
| otb::FullyDecomposedWaveletPacketCost< TImage > | Cost evaluation to be used into the Wavelet Packet decomposition class |
| itk::FunctionBase< TInput, TOutput > | Base class for all ITK function objects |
| otb::FunctionToImageFilter< TInputImage, TOutputImage, TFunction > | Evaluates a ImageFunction onto a source image |
| otb::FunctionWithNeighborhoodToImageFilter< TInputImage, TOutputImage, TFunction > | Evaluates a ImageFunction onto a source image |
| Functor::CrossCorrelation | |
| Functor::LHMI | |
| otb::FusionImageBase< TInputMultiSpectralImage, TInputMultiSpectralInterpImage, TInputPanchroImage, TOutputImage, TFunctor > | |
| otb::GaborFilterGenerator< TPrecision > | |
| itk::GaborImageSource< TOutputImage > | Generate an n-dimensional image of a Gabor filter |
| itk::GaborKernelFunction | Gabor kernel used for various computer vision tasks |
| otb::Functor::GAndRAndNirIndexBase< TInput1, TInput2, TInput3, TOutput > | Base class for Green And Red And NIR channels of Spot Images |
| otb::Functor::GAndRIndexBase< TInput1, TInput2, TOutput > | Base class for Green And Red channels of Spot Images XS1 corresponds to the green channel XS2 corresponds to the red channel XS3 corresponds to the Nir channel XS4 corresponds to the Mir channel (for Spot 4 & 5) Implement operators for UnaryFunctorImageFilter templated with a VectorImage and BinaryFunctorImageFilter templated with single images. Subclasses should NOT overload operators, they must re-implement the Evaluate() method |
| otb::GAndRIndexImageFilter< TInputImageG, TInputImageR, TOutputImage, TFunction > | TODO |
| itk::GaussianBlurImageFunction< TInputImage, TOutput > | Compute the convolution of a neighborhood operator with the image at a specific location in space, i.e. point, index or continuous index. This class is templated over the input image type |
| itk::Statistics::GaussianDensityFunction< TMeasurementVector > | GaussianDensityFunction class represents Gaussian Density Function |
| itk::GaussianDerivativeImageFunction< TInputImage, TOutput > | Compute the gaussian derivatives of an the image at a specific location in space, i.e. point, index or continuous index. This class is templated over the input image type |
| itk::GaussianDerivativeOperator< TPixel, VDimension, TAllocator > | A NeighborhoodOperator whose coefficients are a one dimensional, discrete derivative Gaussian kernel |
| itk::GaussianDerivativeSpatialFunction< TOutput, VImageDimension, TInput > | N-dimensional gaussian spatial function class |
| itk::Statistics::GaussianDistribution | GaussianDistribution class defines the interface for a univariate Gaussian distribution (pdfs, cdfs, etc.) |
| itk::Statistics::GaussianGoodnessOfFitComponent< TInputSample > | GoodnessOfFitComponent for Gaussian distribution |
| itk::GaussianImageSource< TOutputImage > | Generate an n-dimensional image of a Gaussian |
| itk::GaussianKernelFunction | Gaussian kernel used for density estimation and nonparameteric regression |
| itk::Statistics::GaussianMixtureModelComponent< TSample > | Component (derived from MixtureModelComponentBase) for Gaussian class. This class is used in ExpectationMaximizationMixtureModelEstimator |
| otb::Statistics::GaussianModelComponent< TSample > | Component (derived from ModelComponentBase) for Gaussian class. This class is used in SEMClassifier |
| itk::GaussianOperator< TPixel, VDimension, TAllocator > | A NeighborhoodOperator whose coefficients are a one dimensional, discrete Gaussian kernel |
| itk::GaussianSpatialFunction< TOutput, VImageDimension, TInput > | N-dimensional gaussian spatial function class |
| itk::GaussianSpatialObject< TDimension > | Represents a multivariate Gaussian function |
| otb::Function::GaussianWindowFunction< TInput, TOutput > | Gaussian interpolation windowing function.
|
| itk::fem::GaussIntegrate | Use the Gauss-Legendre formula to perform integration |
| otb::GCPsToRPCSensorModelImageFilter< TImage > | This filter estimates a RPC sensor models from GCPs |
| otb::GDALImageIO | ImageIO object for reading (not writing) GDAL images |
| otb::GDALImageIOFactory | Creation d'un instance d'un objet GDALImageIO utilisant les object factory |
| itk::GDCMImageIO | ImageIO class for reading and writing DICOM V3.0 and ACR/NEMA 1&2 uncompressed images This class is only an adaptor to the gdcm library (currently gdcm 1.2.x is used by default): |
| itk::GDCMImageIOFactory | Create instances of GDCMImageIO objects using an object factory |
| itk::GDCMSeriesFileNames | Generate a sequence of filenames from a DICOM series |
| itk::GE4ImageIO | Class that defines how to read GE4 file format |
| itk::GE4ImageIOFactory | Create instances of GE4ImageIO objects using an object factory |
| itk::GE5ImageIO | Class that defines how to read GE5 file format |
| itk::GE5ImageIOFactory | Create instances of GE5ImageIO objects using an object factory |
| itk::GEAdwImageIO | Class that defines how to read GEAdw file format |
| itk::GEAdwImageIOFactory | Create instances of GEAdwImageIO objects using an object factory |
| otb::Functor::GEMI< TInput1, TInput2, TOutput > | This functor computes the Global Environment Monitoring Index (GEMI) |
| itk::bio::Gene | This class implement the abstraction of a biological gene |
| itk::bio::GeneNetwork | This class implement the abstraction of a biological gene network |
| itk::GenericCUBFileAdaptor | Reader and Writer for the VoxBo file format |
| otb::GenericInterpolateImageFunction< TInputImage, TFunction, TBoundaryCondition, TCoordRep > | Generic interpolation of an otb::Image |
| GenericKernelFunctorBase | Undocumented |
| otb::GenericMapProjection< TDirectionOfMapping, TScalarType, NInputDimensions, NOutputDimensions > | This is the base class for generic map projection transformation |
| otb::GenericRoadExtractionFilter< TInputImage, TOutputPath > | This class performs the extraction of roads from an image |
| otb::GenericRSTransform< TScalarType, NInputDimensions, NOutputDimensions > | This is the class to handle generic remote sensing transform |
| itk::bio::Genome | This class implement the abstraction of a biological genome |
| otb::GeocentricTransform< TDirectionOfMapping, TScalarType, NInputDimensions, NOutputDimensions > | Convert coordinates from geocentric (X,Y,Z) to geographic (lon, lat, h) |
| itk::GeodesicActiveContourLevelSetFunction< TImageType, TFeatureImageType > | This function is used in GeodesicActiveContourLevelSetImageFilter to segment structures in an image based on a user supplied edge potential map |
| itk::GeodesicActiveContourLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType > | Segments structures in images based on a user supplied edge potential map |
| itk::GeodesicActiveContourShapePriorLevelSetFunction< TImageType, TFeatureImageType > | This function is used in GeodesicActiveContourShapePriorSegmentationLevelSetFilter to segment structures in an image based on user supplied edge potential map and shape model |
| itk::GeodesicActiveContourShapePriorLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType > | Segments structures in an image based on a user supplied edge potential map and user supplied shape model |
| otb::GeodesicMorphologyDecompositionImageFilter< TInputImage, TOutputImage, TStructuringElement > | This class implements a geodesic morphology based image analysis algorithm |
| otb::GeodesicMorphologyIterativeDecompositionImageFilter< TImage, TStructuringElement > | This class recursively apply geodesic decomposition |
| otb::GeodesicMorphologyLevelingFilter< TInputImage, TInputMaps, TOutputImage > | This filter performs the leveling operation defined in the documentation of the geodesic decomposition image filter, given the original image, convex and concave membership functions. Please refer to the documentation of this filter for more details |
| itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual > | This class extends the QuadEdge by adding a reference to the Origin |
| otb::GeometricMomentImageFunction< TInput, TOutput, TPrecision, TCoordRep > | Virtual class for the Geometric moments for an image function |
| otb::GeometricMomentPathFunction< TInputPath, TOutput, TPrecision > | Virtual class for the Geometric moments for an path function |
| itk::GetAverageSliceImageFilter< TInputImage, TOutputImage > | Averages a single dimension of an image |
| itk::GetDimension< T > | |
| itk::Statistics::GetHistogramDimension< THistogram > | |
| itk::GetImageDimension< TImage > | |
| itk::GetMeshDimension< TMesh > | |
| itk::GetPointSetDimension< TPointSet > | |
| itk::GetVectorDimension< TVector > | |
| itk::GiplImageIO | Read GiplImage file format |
| itk::GiplImageIOFactory | Create instances of GiplImageIO objects using an object factory |
| otb::GISConnectionImplementation< TransactorType > | Base class for GIS DB connection implementations |
| otb::GISTable< TConnectionImplementation, TPrecision, TSpatialDimension > | This class represents a table of a geospatial database (ie. PostGIS) |
| otb::GISTableFunction< TInputTable, TOutput > | Evaluates a const transaction on a GISTable |
| otb::GISTableSource< TOutputGISTable > | Filter hierarchy for generating GISTables |
| otb::GISTableToGISTableFilter< TInputGISTable, TOutputGISTable > | Base class for filters that take an GISTable as input and produce an GISTable as output |
| otb::GISTableToLabelMapFilter< TGISTable, TLabelMap > | Convert a LabelMap to a LabelMap |
| otb::GISTableToVectorDataFilter< TGISTable, TVectorData > | Convert a LabelMap to a VectorData |
| otb::GlComponent | Base class for openGl rendered components |
| otb::GluPolygonDrawingHelper | DEPRECATED: This class is a short helper class to render complex polygons in openGl |
| otb::GlWidget | Base class for widgets using OpenGl |
| itk::Statistics::GoodnessOfFitComponentBase< TInputSample > | Component (module) type specific functionalities for GoodnessOfFitMixtureModelCostFunction |
| itk::Statistics::GoodnessOfFitFunctionBase< TInputHistogram > | Base class for classes calculates different types of goodness-of-fit statistics |
| itk::Statistics::GoodnessOfFitMixtureModelCostFunction< TInputSample > | Calculates the goodness-of-fit statstics for multivarate mixture model |
| itk::GradientAnisotropicDiffusionImageFilter< TInputImage, TOutputImage > | |
| itk::GradientDescentOptimizer | Implement a gradient descent optimizer |
| itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage > | Computes similarity between two objects to be registered |
| itk::GradientImageFilter< TInputImage, TOperatorValueType, TOutputValueType > | Computes the gradient of an image using directional derivatives |
| itk::GradientImageToBloxBoundaryPointImageFilter< TInputImage > | Converts a gradient image to an BloxImage of BloxBoundaryPoints |
| itk::GradientMagnitudeImageFilter< TInputImage, TOutputImage > | Computes the gradient magnitude of an image region at each pixel |
| itk::GradientMagnitudeRecursiveGaussianImageFilter< TInputImage, TOutputImage > | Computes the Magnitude of the Gradient of an image by convolution with the first derivative of a Gaussian |
| itk::GradientNDAnisotropicDiffusionFunction< TImage > | |
| itk::GradientRecursiveGaussianImageFilter< TInputImage, TOutputImage > | Computes the gradient of an image by convolution with the first derivative of a Gaussian |
| itk::GradientToMagnitudeImageFilter< TInputImage, TOutputImage > | Take an image of vectors as input and produce an image with the magnitude of those vectors |
| itk::GradientVectorFlowImageFilter< TInputImage, TOutputImage, TInternalPixel > | This class computes a diffusion of the gradient vectors for graylevel or binary edge map derive from the image. It enlarges the capture range of the gradient force and make external force derived from the gradient work effectively in the framework of deformable model |
| otb::Functor::GrayscaleAnaglyphFunctor< TInputPixel1, TInputPixel2, TOutputPixel > | DEPRECATED: This functor implements the pixel-wise grayscale anaglyph composition. The output pixel is a vector pixel of size 3, where the first component contains the value of the first input pixel, and the two last components contain the value of the second input pixel |
| itk::GrayscaleConnectedClosingImageFilter< TInputImage, TOutputImage > | Enhance pixels associated with a dark object (identified by a seed pixel) where the dark object is surrounded by a brigher object |
| itk::GrayscaleConnectedOpeningImageFilter< TInputImage, TOutputImage > | Enhance pixels associated with a bright object (identified by a seed pixel) where the bright object is surrounded by a darker object |
| itk::GrayscaleDilateImageFilter< TInputImage, TOutputImage, TKernel > | Gray scale dilation of an image |
| itk::GrayscaleErodeImageFilter< TInputImage, TOutputImage, TKernel > | Gray scale erosion of an image |
| itk::GrayscaleFillholeImageFilter< TInputImage, TOutputImage > | Remove local minima not connected to the boundary of the image |
| itk::GrayscaleFunctionDilateImageFilter< TInputImage, TOutputImage, TKernel > | Gray scale function dilation of an image |
| itk::GrayscaleFunctionErodeImageFilter< TInputImage, TOutputImage, TKernel > | Gray scale function erosion of an image |
| itk::GrayscaleGeodesicDilateImageFilter< TInputImage, TOutputImage > | Geodesic gray scale dilation of an image |
| itk::GrayscaleGeodesicErodeImageFilter< TInputImage, TOutputImage > | Geodesic gray scale erosion of an image |
| itk::GrayscaleGrindPeakImageFilter< TInputImage, TOutputImage > | Remove local maxima not connected to the boundary of the image |
| itk::GrayscaleMorphologicalClosingImageFilter< TInputImage, TOutputImage, TKernel > | Gray scale morphological closing of an image |
| itk::GrayscaleMorphologicalOpeningImageFilter< TInputImage, TOutputImage, TKernel > | Gray scale morphological opening of an image |
| itk::Concept::GreaterThanComparable< T1, T2 > | |
| itk::Functor::GreenColormapFunctor< TScalar, TRGBPixel > | Function object which maps a scalar value into an RGB colormap value |
| itk::GreenPixelAccessor< T > | Give access to the Green component of a RGBPixel type |
| itk::Functor::GreyColormapFunctor< TScalar, TRGBPixel > | Function object which maps a scalar value into an RGB colormap value |
| otb::GreyLevelCooccurrenceMatrixAdvancedTextureCoefficientsCalculator< THistogram > | This class computes texture feature coefficients from a grey level co-occurrence matrix |
| itk::Statistics::GreyLevelCooccurrenceMatrixTextureCoefficientsCalculator< THistogram > | This class computes texture feature coefficients from a grey level co-occurrence matrix |
| itk::GridForwardWarpImageFilter< TDeformationField, TOutputImage > | Warps a grid using an input deformation field |
| itk::GridImageSource< TOutputImage > | Generate an n-dimensional image of a grid |
| otb::GroundSpacingImageFunction< TInputImage, TCoordRep > | Calculate the approximate ground spacing in X and Y directions |
| otb::GroupedRBFKernelFunctor | Undocumented |
| otb::GroupingAdaptiveKernelFunctor | Undocumented |
| itk::GroupSpatialObject< TDimension > | Representation of a group based on the spatial object classes |
| otb::Function::HammingWindowFunction< TInput, TOutput > | Window function for sinc interpolation.
|
| itk::Function::HammingWindowFunction< VRadius, TInput, TOutput > | Window function for sinc interpolation.
|
| itk::HardConnectedComponentImageFilter< TInputImage, TOutputImage > | |
| itk::HarmonicMatrixCoefficients< TInputMesh > | Compute a matrix filled with Harmonic coefficients, wherever two vertices are connected by an edge |
| otb::HarrisImageFilter< TInputImage, TOutputImage > | This filter performs the computation of the Harris measure as followed |
| itk::hash_map< Key, T,,, > | Replacement for STL hash map because some systems do not support it, or support it incorrectly |
| itk::hash_set< Value,,, > | Replacement for STL hash set because some systems do not support it, or support it incorrectly |
| itk::Concept::HasJoinTraits< T1, T2 > | |
| itk::Concept::HasNumericTraits< T > | |
| itk::Concept::HasPixelTraits< T > | |
| itk::Concept::HasValueType< T > | |
| itk::Concept::HasZero< T > | |
| itk::HausdorffDistanceImageFilter< TInputImage1, TInputImage2 > | Computes the Hausdorff distance between the set of non-zero pixels of two images |
| itk::HConcaveImageFilter< TInputImage, TOutputImage > | Identify local minima whose depth below the baseline is greater than h |
| itk::HConvexImageFilter< TInputImage, TOutputImage > | Identify local maxima whose height above the baseline is greater than h |
| itk::HeavisideStepFunction< TInput, TOutput > | Implementation of the classical Heaviside step function |
| itk::HeavisideStepFunctionBase< TInput, TOutput > | Base class of the Heaviside function |
| Helper | |
| itk::Hessian3DToVesselnessMeasureImageFilter< TPixel > | Line filter to provide a vesselness measure for tubular objects from the hessian matrix. The filter takes as input an image of hessian pixels (SymmetricSecondRankTensor pixels) and preserves pixels that have eigen values close to 0 and and as large negative values. (for bright tubular structures) |
| otb::Functor::HessianDeterminant< TInput, TOutput > | This functor computes the determinant of symmetric 2*2 matrix |
| itk::HessianRecursiveGaussianImageFilter< TInputImage, TOutputImage > | Computes the Hessian matrix of an image by convolution with the Second and Cross derivatives of a Gaussian |
| itk::HessianToObjectnessMeasureImageFilter< TInputImage, TOutputImage > | A filter to enhance M-dimensional objects in N-dimensional images |
| itk::HexahedronCell< TCellInterface > | |
| itk::HexahedronCellTopology | |
| otb::Functor::HillShadeModulationFunctor< TInput1, TInput2, TOutput > | Modulate an image with hill shading |
| otb::HillShadingFilter< TInputImage, TOutputImage > | Filter to compute the lambertian of a surface given as an image |
| otb::Functor::HillShadingFunctor< TNeighIter, TInputImage, TOutput > | Unary neighborhood functor to compute the lambertian of a surface |
| itk::Statistics::Histogram< TMeasurement, VMeasurementVectorSize, TFrequencyContainer > | This class stores measurement vectors in the context of n-dimensional histogram |
| itk::Statistics::Histogram< TMeasurement, VMeasurementVectorSize, TFrequencyContainer >::Iterator | |
| otb::HistogramActionHandler< TModel, TView, TRenderingFunction > | Implements basic Scroll, Full and Zoom widgets resizing |
| itk::HistogramAlgorithmBase< TInputHistogram > | Base class for algorithms operating on histograms |
| otb::HistogramAndTransferFunctionWidget< THistogram, TPixel > | DEPRECATED |
| otb::HistogramCurve< THistogram > | Class for histogram rendering |
| itk::HistogramImageToImageMetric< TFixedImage, TMovingImage > | Computes similarity between two objects to be registered |
| itk::HistogramMatchingImageFilter< TInputImage, TOutputImage, THistogramMeasurement > | Normalize the grayscale values between two image by histogram matching |
| otb::HistogramStatisticsFunction< TInputHistogram, TOutput > | Computes parameters for a histogram |
| itk::HistogramToEntropyImageFilter< THistogram, TOutputPixel > | The class takes a histogram as an input and gives the entropy image as the output. A pixel, at position I, in the output image is given by |
| itk::HistogramToImageFilter< THistogram, TFunction > | This class takes a histogram as an input and returns an image of type specified by the functor |
| itk::HistogramToIntensityImageFilter< THistogram, TOutputPixel > | The class takes a histogram as an input and produces an image as the output. A pixel, at position I, in the output image is given by |
| itk::HistogramToLogProbabilityImageFilter< THistogram, TOutputPixel > | The class takes a histogram as an input and gives the log probability image as the output. A pixel, at position I, in the output image is given by |
| itk::HistogramToProbabilityImageFilter< THistogram, TOutputPixel > | The class takes a histogram as an input and gives the probability image as the output. A pixel, at position I, in the output image is given by |
| itk::HMaximaImageFilter< TInputImage, TOutputImage > | Suppress local maxima whose height above the baseline is less than h |
| itk::HMinimaImageFilter< TInputImage, TOutputImage > | Suppress local minima whose depth below the baseline is less than h |
| itk::Functor::HotColormapFunctor< TScalar, TRGBPixel > | Function object which maps a scalar value into an RGB colormap value |
| itk::HoughTransform2DCirclesImageFilter< TInputPixelType, TOutputPixelType > | Performs the Hough Transform to find circles in a 2D image |
| itk::HoughTransform2DLinesImageFilter< TInputPixelType, TOutputPixelType > | Performs the Hough Transform to find 2D straight lines in a 2D image |
| otb::HoughTransform2DLinesImageFilter< TInputPixelType, TOutputPixelType > | Performs the Hough Transform to find 2D straight lines in a 2D image |
| itk::Functor::HSVColormapFunctor< TScalar, TRGBPixel > | Function object which maps a scalar value into an RGB colormap value |
| otb::Functor::HSVToRGBFunctor< TRGBPixel > | Function object to convert HSV value to RGB |
| otb::HuImageFunction< TInput, TOutput, TPrecision, TCoordRep > | Calculate the Hu's invariant parameter |
| otb::HuPathFunction< TInputPath, TOutput, TPrecision > | Calculate the Hu's invariant parameter |
| itk::Statistics::HypersphereKernelMeanShiftModeSeeker< TSample > | Evolves the mode using a hyperspherical kernel defined by a radius (which is set by SetRadius) method |
| otb::Functor::IB< TInput1, TInput2, TOutput > | This functor computes the Brilliance Index (IB) |
| otb::Functor::IB2< TInput1, TInput2, TInput3, TOutput > | This functor computes the Brilliance Index (IB2) |
| otb::Functor::IC< TInput1, TInput2, TOutput > | This functor computes the Color Index (IC) |
| otb::Function::Identity< TInputPixel, TOutputPixel > | Default math functor parameter for rendering function |
| itk::IdentityTransform< TScalarType, NDimensions > | Implementation of an Identity Transform |
| otb::IkonosImageMetadataInterface | Creation of an "otb" IkonosImageMetadataInterface that gets metadata |
| otb::IkonosImageMetadataInterfaceFactory | Creating an instance of a ImageMetadataInterface object using object factory |
| otb::Image< TPixel, VImageDimension > | Creation of an "otb" image which contains metadata |
| itk::Image< TPixel, VImageDimension > | Templated n-dimensional image class |
| itk::ImageAdaptor< TImage, TAccessor > | Give access to partial aspects of voxels from an Image |
| otb::ImageAlternateViewer< TPixel > | DEPRECATED |
| itk::ImageAndPathToImageFilter< TInputImage, TInputPath, TOutputImage > | Base class for filters that take both a path and an image as input and produce a path as output |
| otb::ImageAndVectorImageOperationFilter< TInputImage, TVectorInputImage, TOutputImage > | Provides simple pixel to pixel operation between Image and VectorImage |
| itk::ImageBase< VImageDimension > | Base class for templated image classes |
| itk::ImageBoundaryCondition< TImageType > | A virtual base object that defines an interface to a class of boundary condition objects for use by neighborhood iterators |
| itk::NeighborhoodAlgorithm::ImageBoundaryFacesCalculator< TImage > | |
| itk::ImageClassifierBase< TInputImage, TClassifiedImage > | Base class for ImageClassifierBase object |
| itk::ImageConstIterator< TImage > | A multi-dimensional image iterator templated over image type |
| itk::ImageConstIteratorWithIndex< TImage > | A base class for multi-dimensional iterators templated over image type that are designed to efficiently keep track of the iterator position |
| itk::ImageContainerInterface< TElementIdentifier, TElement > | |
| itk::ImageDuplicator< TInputImage > | This helper class create an image which is perfect copy of the input image |
| otb::ImageFileReader< TOutputImage > | Resource to read an image from a file |
| itk::ImageFileReader< TOutputImage, ConvertPixelTraits > | Data source that reads image data from a single file |
| itk::ImageFileReaderException | Base exception class for IO conflicts |
| otb::ImageFileWriter< TInputImage > | This class writes image file format (a variety of formats are supported) |
| itk::ImageFileWriter< TInputImage > | Writes image data to a single file |
| ImageFileWriterException | Base exception class for IO problems during writing |
| itk::ImageFileWriterException | Base exception class for IO problems during writing |
| otb::ImageFittingPolygonListFilter< TPath, TImage > | Slightly deform polygon to reach higher enery from the image |
| itk::ImageFunction< TInputImage, TOutput, TCoordRep > | Evaluates a function of an image at specified position |
| itk::ImageGaussianModelEstimator< TInputImage, TMembershipFunction, TTrainingImage > | Base class for ImageGaussianModelEstimator object |
| itk::ImageHelper< NImageDimension, NLoop > | Fast Index/Offset computation |
| itk::ImageIOBase | Abstract superclass defines image IO interface |
| itk::ImageIOBase::UnknownType | |
| otb::ImageIOFactory | Creation of object instance using object factory |
| itk::ImageIOFactory | Create instances of ImageIO objects using an object factory |
| itk::ImageIORegion | An ImageIORegion represents a structured region of data |
| itk::ImageIORegionAdaptor< VDimension > | Helper class for converting ImageRegions into ImageIORegions and back |
| itk::ImageIterator< TImage > | A multi-dimensional iterator templated over image type |
| itk::ImageIteratorWithIndex< TImage > | A base class for multi-dimensional iterators templated over image type that are designed to efficiently keep track of the iterator position |
| itk::Statistics::ImageJointDomainTraits< TImage > | This class provides the type defintion for the measurement vector in the joint domain (range domain -- pixel values + spatial domain -- pixel's physical coordinates) |
| itk::ImageKernelOperator< TPixel, VDimension, TAllocator > | A NeighborhoodOperator whose coefficients are from an image |
| otb::ImageKeywordlist | Storage and conversion for OSSIM metadata |
| itk::ImageKmeansModelEstimator< TInputImage, TMembershipFunction > | Base class for ImageKmeansModelEstimator object |
| otb::ImageLayer< TImage, TOutputImage > | This class is a layer container. It contains everything related to a layer in the viewer model |
| otb::ImageLayerBase< TOutputImage > | Base class for all layers objects A layer is something that can be rendered to the screen |
| otb::ImageLayerGenerator< TImageLayer > | Helper class to generate image layer for visualization. This class is a helper class for displayable layer generation. It generates a layer with all the needed information and optionnaly quicklook |
| otb::ImageLayerRenderingModel< TOutputImage, TLayer > | This class is the model for ImageViewer. It is in charge of rendering to the screen a set of Layer. Each visible layer is rendered separately, and the resulting rendered layers are rasterized using the blending function associated to each layer |
| otb::ImageLayerRenderingModelListener | |
| itk::ImageLinearConstIteratorWithIndex< TImage > | A multi-dimensional image iterator that visits image pixels within a region in a "scan-line" order |
| itk::ImageLinearIteratorWithIndex< TImage > | A multi-dimensional image iterator that visits image pixels within a region in a "scan-line" order |
| otb::ImageList< TImage > | This class represent a list of images |
| otb::ImageListSource< TOutputImage > | Base class for all the filters producing an otbImageList |
| otb::ImageListToImageFilter< TInputImage, TOutputImage > | Base class for all the filters taking an images list as input to produce an image |
| otb::ImageListToImageListApplyFilter< TInputImageList, TOutputImageList, TFilter > | This filter applies the filter given as template to the input image list |
| otb::ImageListToImageListFilter< TInputImage, TOutputImage > | Base class for all the filters taking an image list as input to produce an image list |
| otb::ImageListToRCC8GraphFilter< TInputImage, TOutputGraph > | Base class for filters taking an images list as input to produce a RCC8 graph |
| otb::ImageListToVectorImageFilter< TImageList, TVectorImage > | Converts an ImageList to a VectorImage |
| itk::ImageMaskSpatialObject< TDimension > | Implementation of an image mask as spatial object |
| otb::ImageMetadataInterfaceBase | Base class for captor metadata reading |
| otb::ImageMetadataInterfaceFactory | Create instances of ImageMetadataInterfaceFactory objects using an object factory |
| itk::fem::ImageMetricLoad< TMoving, TFixed > | General image pair load that uses the itkImageToImageMetrics |
| itk::fem::ImageMetricLoadImplementation< TLoadClass > | |
| itk::ImageModelEstimatorBase< TInputImage, TMembershipFunction > | Base class for model estimation from images used for classification |
| itk::ImageMomentsCalculator< TImage > | Compute moments of an n-dimensional image |
| otb::ImageMultiSegmentationToRCC8GraphFilter< TInputImage, TOutputGraph > | This class takes a list of labelled segmentation images and build the RCC8 graph of the set of regions it represents |
| otb::ImageOfVectorsToMonoChannelExtractROI< TInputImage, TOutputImage > | |
| itk::ImagePCADecompositionCalculator< TInputImage, TBasisImage > | Decomposes an image into directions along basis components |
| itk::ImagePCAShapeModelEstimator< TInputImage, TOutputImage > | Base class for ImagePCAShapeModelEstimator object |
| itk::ImageRandomConstIteratorWithIndex< TImage > | A multi-dimensional image iterator that visits a random set of pixels within an image region |
| itk::ImageRandomIteratorWithIndex< TImage > | A multi-dimensional image iterator that visits a random set of pixels within an image region |
| itk::ImageRandomNonRepeatingConstIteratorWithIndex< TImage > | A multi-dimensional image iterator that visits a random set of pixels within an image region. All pixels in the image will be visited before any are repeated. A priority image may be passed to the interator which will cause it to select certain sets of pixels (those with lower priority values) before others |
| itk::ImageRandomNonRepeatingIteratorWithIndex< TImage > | A multi-dimensional image iterator that visits image pixels within a region in a random order, without repeating |
| itk::ImageRegion< VImageDimension > | An image region represents a structured region of data |
| itk::ImageRegionConstIterator< TImage > | A multi-dimensional iterator templated over image type that walks a region of pixels |
| itk::ImageRegionConstIteratorWithIndex< TImage > | A multi-dimensional iterator templated over image type that walks an image region and is specialized to keep track of its index location |
| itk::ImageToImageFilterDetail::ImageRegionCopier< D1, D2 > | Function object used to dispatching to a routine to copy a region (start index and size) |
| itk::ImageRegionExclusionConstIteratorWithIndex< TImage > | Multi-dimensional image iterator that walks an image region, excluding a second region contained within the first |
| itk::ImageRegionExclusionIteratorWithIndex< TImage > | Multi-dimensional image iterator that walks an image region, excluding a second region contained within the first |
| itk::ImageRegionIterator< TImage > | A multi-dimensional iterator templated over image type that walks a region of pixels |
| itk::ImageRegionIteratorWithIndex< TImage > | A multi-dimensional iterator templated over image type that walks pixels within a region and is specialized to keep track of its image index location |
| itk::ImageRegionMultidimensionalSplitter< VImageDimension > | Divide a region into several pieces |
| otb::ImageRegionNonUniformMultidimensionalSplitter< VImageDimension > | Divide a region into several pieces |
| itk::ImageRegionReverseConstIterator< TImage > | A multi-dimensional image iterator designed to walk a specified image region in reverse |
| itk::ImageRegionReverseIterator< TImage > | Multi-dimensional image iterator which only walks a region |
| itk::ImageRegionSplitter< VImageDimension > | Divide a region into several pieces |
| otb::ImageRegionTileMapSplitter< VImageDimension > | Divide a region into several pieces |
| itk::ImageRegistrationMethod< TFixedImage, TMovingImage > | Base class for Image Registration Methods |
| itk::ImageReverseConstIterator< TImage > | Multi-dimensional image iterator |
| itk::ImageReverseIterator< TImage > | A multi-dimensional image iterator designed to walk a specified region in reverse |
| ImagerSeriesFileReader | Reader class dedicated to image series reading |
| ImagerSeriesFileReader | Specific definition for template Images |
| otb::ImageSeriesFileReader< Image< TPixel, 2 >, VectorImage< TInternalPixel, 2 > > | Specific definition for VectorImage in reading and Image type for output |
| otb::ImageSeriesFileReader< VectorImage< TPixel, 2 >, VectorImage< TInternalPixel, 2 > > | Specific definition for VectorImage in reading and output |
| otb::ImageSeriesFileReaderBase< TImage, TInternalImage > | |
| itk::ImageSeriesReader< TOutputImage > | Data source that reads image data from a series of disk files |
| itk::ImageSeriesWriter< TInputImage, TOutputImage > | Writes image data to a series of data files |
| itk::ImageSeriesWriterException | Base exception class for IO problems during writing |
| itk::ImageShapeModelEstimatorBase< TInputImage, TOutputImage > | Base class for statistical shape model estimation |
| itk::ImageSliceConstIteratorWithIndex< TImage > | Multi-dimensional image iterator which only walks a region |
| itk::ImageSliceIteratorWithIndex< TImage > | A multi-dimensional image iterator that extends the ImageLinearIteratorWithIndex from iteration along lines in an image to iteration along both lines and planes (slices) within an image. A slice is defined as a 2D plane spanned by two vectors pointing along orthogonal coordinate axes |
| itk::ImageSource< TOutputImage > | Base class for all process objects that output image data |
| itk::ImageSource< TOutputImage >::ThreadStruct | |
| itk::ImageSpatialObject< TDimension, TPixelType > | Implementation of an image as spatial object |
| otb::ImageToCarvingPathFilter< TInputImage, TOutputPath > | This filter find the minimum energy path of an image |
| itk::Statistics::ImageToCooccurrenceListAdaptor< TImage > | Converts pixel data into a list of pairs in order to compute a cooccurrence Histogram |
| otb::ImageToEdgePathFilter< TInputImage, TOutputPath > | This filter compute the closed edge path of a labelled object in an image (for example coming from a segmentation filter). Its output is a Path |
| otb::ImageToGrayscaleAnaglyphImageFilter< TInputImage1, TInputImage2, TOutputImage > | This filter implements the synthesis of a grayscale anaglyph image from a pair of stereoscopic images. The output image is a VectorImage with 3 channels, where the first channel is the first input image, and the two last channels are the second input image |
| otb::ImageToHessianDeterminantImageFilter< TInputImage, TOutputImage, TPrecision > | This class compute the Hessian determinant of each pixel of an input image |
| itk::Statistics::ImageToHistogramGenerator< TImageType > | This class generates an histogram from an image |
| itk::ImageToImageFilter< TInputImage, TOutputImage > | Base class for filters that take an image as input and produce an image as output |
| otb::ImageToImageListFilter< TInputImage, TOutputImage > | Base class for all the filters taking an image input to produce an image list |
| itk::ImageToImageMetric< TFixedImage, TMovingImage > | Computes similarity between regions of two images |
| itk::ImageToImageMetric< TFixedImage, TMovingImage >::MultiThreaderParameterType | |
| otb::ImageToImageRCC8Calculator< TInputImage > | This class compute the RCC8 relation between the regions from two segmentation images |
| otb::ImageToLineSegmentVectorData< TInputImage, TPrecision > | This class streams the whole input image through the PersistentLineSegmentDetector |
| otb::ImageToLineSpatialObjectListFilter< TInputImage > | Base class for all process objects that output LineSpatialObjectList |
| itk::Statistics::ImageToListAdaptor< TImage, TMeasurementVector > | This class provides ListSampleBase interfaces to ITK Image |
| itk::Statistics::ImageToListGenerator< TImage, TMaskImage > | The class takes an image as input and generates a list sample as output |
| otb::ImageToLuminanceImageFilter< TInputImage, TOutputImage > | Convert a raw value into a luminance value |
| otb::Functor::ImageToLuminanceImageFunctor< TInput, TOutput > | Add beta to the quotient Input over alpha |
| itk::ImageToMeshFilter< TInputImage, TOutputMesh > | ImageToMeshFilter is the base class for all process objects that output Mesh data and require image data as input. Specifically, this class defines the SetInput() method for defining the input to a filter |
| otb::ImageToModulusAndDirectionImageFilter< TInputImage, TOutputImage, TOutputImageDirection > | Base class for modulus and direction image filters |
| itk::ImageToParametricSpaceFilter< TInputImage, TOutputMesh > | Generate a mesh of parametric space from input images |
| itk::ImageToPathFilter< TInputImage, TOutputPath > | Base class for filters that take an image as input and produce an path as output |
| otb::ImageToPathFilter< TInputImage, TOutputPath > | Base class for filters taking an image as input, and producing an output of type Path |
| otb::ImageToPathListAlignFilter< TInputImage, TOutputPath > | Base class used to implement filter to extract align points or group of points and give the coordinates |
| otb::ImageToPathListFilter< TInputImage, TOutputPath > | Base class used to implement filters that have a image as input and a paths list as output |
| otb::ImageToPointSetFilter< TInputImage, TOutputPointSet > | Base class to output PointSet data with image data as input |
| otb::ImageToPointSetFilter< TInputImage, TOutputPointSet >::ThreadStruct | |
| otb::ImageToProfileFilter< TInputImage, TOutputImage, TFilter, TParameter > | Base class to produce a profile of the response of a given filter for a range of parameter |
| otb::ImageToReflectanceImageFilter< TInputImage, TOutputImage > | Convert a raw value into a reflectance value |
| otb::Functor::ImageToReflectanceImageFunctor< TInput, TOutput > | Call the ImageToLuminanceFunctor over the input and the LuminanceToReflectanceFunctor to this result |
| otb::ImageToSIFTKeyPointSetFilter< TInputImage, TOutputPointSet > | This class extracts key points from an input image, trough a pyramidal decomposition |
| itk::ImageToSpatialObjectMetric< TFixedImage, TMovingSpatialObject > | Computes similarity between a moving spatial obejct and an Image to be registered |
| itk::ImageToSpatialObjectRegistrationMethod< TFixedImage, TMovingSpatialObject > | Base class for Image Registration Methods |
| ImageToSURFKeyPointSetFilter | This class extracts key points from an image through a pyramidal gaussian based decomposition |
| otb::ImageToVectorImageCastFilter< TInputImage, TOutputVectorImage > | This is a helper class that convert an otb::Image into a single-channel otb::VectorImage |
| itk::ImageToVectorImageFilter< TInputImage > | This class takes as input 'n' itk::Image's and composes them into a single itk::VectorImage |
| itk::ImageTransformHelper< NImageDimension, R, C > | Fast index/physical index computation |
| otb::ImageView< TViewerModel > | Todo |
| otb::ImageViewer< TPixel, TLabel > | DEPRECATED: Simple image viewer |
| otb::ImageViewerBase< TPixel, TLabel > | DEPRECATED: Simple image viewer base class |
| otb::ImageViewerFullResolutionEventsInterface | DEPRECATED |
| otb::ImageViewerFullWidget< TPixel, TLabel > | DEPRECATED: Custom full image widget |
| otb::ImageViewerHistogramAndTransferFunctionWidget< THistogram, TPixel, TLabel > | DEPRECATED: Custom histogram widget for the image viewer |
| otb::ImageViewerScrollWidget< TPixel, TLabel > | DEPRECATED: Custom scroll image widget |
| otb::ImageViewerZoomWidget< TPixel, TLabel > | DEPRECATED: Custom scroll image widget |
| otb::ImageWidget< TInputImage > | This class renders an RGB bytes image buffer to the screen. Rendered data can be loaded using the ReadBuffer() method. The SetIsotropicZoom() method allows to tune the zooming (zooming is centered) |
| otb::ImageWidgetActionHandler | Base class for widget action handler. This class is a base class for all image widget action handlers. To implement a new action handler, derive this class and implement the ListenTo*() and the HandleWidget*() methods. Then register an instance of your handler in the ImageWidgetController |
| otb::ImageWidgetAffineTransferFunction< TPixel > | Affine transfer function |
| otb::ImageWidgetBase< TPixel > | DEPRECATED: Base class for ImageWidget |
| otb::ImageWidgetBoxForm | DEPRECATED: Widget to draw boxes on the viewer |
| otb::ImageWidgetCircleForm | DEPRECATED |
| otb::ImageWidgetController | This controller processes the events from a set of image widget. Events are procesed by instances of the ImageWidgetActionHandler class which are registered dynamically via the AddActionHandler method |
| otb::ImageWidgetFormBase | DEPRECATED |
| otb::ImageWidgetLogTransferFunction< TPixel > | Log transfer function |
| otb::ImageWidgetPointForm | DEPRECATED |
| otb::ImageWidgetPolygonForm< TValue > | DEPRECATED: Widget to draw polygons on the viewer |
| otb::ImageWidgetPolylineForm< TValue > | DEPRECATED |
| otb::ImageWidgetRectangleForm | DEPRECATED |
| otb::ImageWidgetSquareRootTransferFunction< TPixel > | SquareRoot transfer function |
| otb::ImageWidgetSquareTransferFunction< TPixel > | Log transfer function |
| otb::ImageWidgetTransferFunction< TPixel > | DEPRECATED: Base class for visualization transfer functions |
| itk::ImplicitManifoldNormalVectorFilter< TInputImage, TSparseOutputImage > | This class implements the filter for computing the normal vectors from a scalar implicit function (i.e. a levelset image) and processing them |
| otb::ImportGeoInformationImageFilter< TImage, TSourceImage > | This filter is a helper class to import metadata from an existing image into a non-georeferenced image |
| itk::ImportImageContainer< TElementIdentifier, TElement > | |
| itk::ImportImageFilter< TPixel, VImageDimension > | Import data from a standard C array into an itk::Image |
| otb::ImportImageFilter< TOutputImageType > | Import data from a standard C array into an Image Type |
| otb::ImportVectorImageFilter< TOutputImageType > | Import data from a standard C array into an Image Type |
| itk::Concept::IncrementDecrementOperators< T > | |
| itk::Indent | Control indentation during Print() invocation |
| itk::Index< VIndexDimension > | Represent a n-dimensional index in a n-dimensional image |
| itk::IndexedContainerInterface< TElementIdentifier, TElement > | |
| itk::IndexedContainerInterface< TElementIdentifier, TElement >::ConstIterator | Support const iteration operations through a container. Dereferencing the iterator must provide an object with the following methods: ElementIdentifier Index(void) const; const Element& Value(void) const; |
| itk::IndexedContainerInterface< TElementIdentifier, TElement >::Iterator | Support iteration operations through a container. Dereferencing the iterator must provide an object with the following methods: ElementIdentifier Index(void) const; Element& Value(void); |
| itk::Functor::IndexLexicographicCompare< VIndexDimension > | Order Index instances lexicographically |
| InEdgeIterator | Iterates on the graph in edges from a vertex |
| otb::Functor::InformationMeasureOfCorrelation1TextureFunctor< TScalarInputPixelType, TScalarOutputPixelType > | DEPRECATED< > |
| otb::Functor::InformationMeasureOfCorrelation2TextureFunctor< TScalarInputPixelType, TScalarOutputPixelType > | DEPRECATED< > |
| itk::fem::INITClass | Class that is used in FEM_CLASS_INIT macro |
| otb::InnerProductPCAImageFilter< TInputImage, TOutputImage > | Performs a PCA with streaming capabilities |
| itk::InPlaceImageFilter< TInputImage, TOutputImage > | Base class for filters that take an image as input and overwrite that image as the output |
| itk::InPlaceLabelMapFilter< TInputImage > | Base class for filters that takes an image as input and overwrites that image as the output |
| itk::ImageToImageFilterDetail::IntDispatch< int > | Templated class to produce a unique type for each integer |
| itk::IntensityWindowingImageFilter< TInputImage, TOutputImage > | Applies a linear transformation to the intensity levels of the input Image that are inside a user-defined interval. Values below this interval are mapped to a constant. Values over the interval are mapped to another constant |
| Interface | Wrapper for FFTW API |
| 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 |
| itk::InteriorExteriorSpatialFunction< VDimension, TInput > | Returns whether or not a location is "inside" or "outside" a function |
| itk::InterpolateImageFilter< TInputImage, TOutputImage > | Interpolate an image from two N-D images |
| itk::InterpolateImageFunction< TInputImage, TCoordRep > | Base class for all image interpolaters |
| itk::InterpolateImagePointsFilter< TInputImage, TOutputImage, TCoordType, InterpolatorType > | Resamples an image at the coordinates specified by the user |
| itk::IntrinsicMatrixCoefficients< TInputMesh > | Compute a mtrix filled by intrinsic Coefficients of the edge, wherever two vertices are connected by an edge |
| InvalidRequestRegionError | |
| otb::InverseCosSAMKernelFunctor | Undocumented |
| itk::InverseDeformationFieldImageFilter< TInputImage, TOutputImage > | Computes the inverse of a deformation field |
| otb::Functor::InverseDifferenceMomentTextureFunctor< TScalarInputPixelType, TScalarOutputPixelType > | DEPRECATED< > |
| itk::InverseEuclideanDistanceMatrixCoefficients< TInputMesh > | Compute a matrix filed with the inverse of the euclidian distance wherever two vertices are connected by an edge |
| otb::InverseLogPolarTransform< TScalarType > | This transform is the back transform of the LogPolarTransform |
| otb::InverseSensorModel< TScalarType, NInputDimensions, NOutputDimensions > | Class for inverse sensor models |
| itk::InvertIntensityImageFilter< TInputImage, TOutputImage > | Invert intensity of an image |
| otb::InvMultiQuadraticSAMKernelFunctor | Undocumented |
| otb::InvMultiQuadricKernelFunctor | Undocumented |
| itk::IOCommon | Centralized funtionality for IO classes |
| itk::IPLCommonImageIO | Class that defines how to read GE4 file format |
| itk::IPLFileNameList | -- stores filename+info to be enumerated for IPLCommonImageIO |
| IPLSortInfo | -- holds info on one file for IPLCommonImageIO |
| otb::Functor::IPVI< TInput1, TInput2, TOutput > | This functor computes the Infrared Percentage Vegetation Index (IPVI) |
| otb::Functor::IR< TInput1, TInput2, TOutput > | This functor computes the Redness Index (IR) |
| itk::Concept::IsFixedPoint< T > | |
| itk::Concept::IsFloatingPoint< T > | |
| itk::Concept::IsInteger< T > | |
| itk::Concept::IsNonInteger< T > | |
| itk::IsoContourDistanceImageFilter< TInputImage, TOutputImage > | Compute an approximate distance from an interpolated isocontour to the close grid points |
| itk::IsolatedConnectedImageFilter< TInputImage, TOutputImage > | Label pixels that are connected to one set of seeds but not another |
| itk::IsolatedWatershedImageFilter< TInputImage, TOutputImage > | Isolate watershed basins using two seeds |
| itk::IsotropicFourthOrderLevelSetImageFilter< TInputImage, TOutputImage > | This class implements the 4th-order level set isotropic diffusion (smoothing) PDE |
| otb::Functor::ISU< TInput1, TInput2, TOutput > | This functor computes the Index surfaces built (ISU) |
| itk::IterationReporter | Implements iterations tracking for a filter |
| itk::IterativeInverseDeformationFieldImageFilter< TInputImage, TOutputImage > | Computes the inverse of a deformation field |
| itkBSplineCenteredL2ResampleImageFilterBase | Uses the "Centered L2" B-Spline pyramid implementation of B-Spline Filters to up/down sample an image by a factor of 2 |
| itk::fem::ItpackSparseMatrix | Compressed row sparse matrix representation that makes use of itpack to dynamically assemble the matrix |
| itk::Functor::JetColormapFunctor< TScalar, TRGBPixel > | Function object which maps a scalar value into an RGB colormap value |
| itk::Functor::JoinFunctor< TPixel1, TPixel2 > | Join the components of two pixel types into a single pixel type |
| itk::Functor::JoinFunctor< TPixel1, TPixel2 >::CopierDispatchBase | |
| otb::JoinHistogramMIImageFilter< TInputImage1, TInputImage2, TOutputImage > | Implements neighborhood-wise the computation of mutual information using a join histogram |
| itk::JoinImageFilter< TInputImage1, TInputImage2 > | Join two images, resulting in an image where each pixel has the components of the first image followed by the components of the second image |
| itk::JoinSeriesImageFilter< TInputImage, TOutputImage > | Join N-D images into an (N+1)-D image |
| itk::Statistics::JointDomainImageToListAdaptor< TImage > | This adaptor returns measurement vectors composed of an image pixel's range domain value (pixel value) and spatial domain value (pixel's physical coordiantes) |
| otb::JPEG2000ImageIO | ImageIO object for reading and writing JPEG2000 format images |
| otb::JPEG2000ImageIOFactory | Create instances of JPEG2000ImageIO objects using an object factory |
| itk::JPEGImageIO | ImageIO object for reading and writing JPEG images |
| itk::JPEGImageIOFactory | Create instances of JPEGImageIO objects using an object factory |
| itk::KalmanLinearEstimator< T, VEstimatorDimension > | Implement a linear recursive estimator |
| itk::KappaSigmaThresholdImageCalculator< TInputImage, TMaskImage > | Compute moments of an n-dimensional image |
| itk::KappaSigmaThresholdImageFilter< TInputImage, TMaskImage, TOutputImage > | Threshold an image using multiple Otsu Thresholds |
| itk::KappaStatisticImageToImageMetric< TFixedImage, TMovingImage > | Computes similarity between two binary objects to be registered |
| itk::Statistics::KdTree< TSample > | This class provides methods for k-nearest neighbor search and related data structures for a k-d tree |
| itk::Statistics::KdTree< TSample >::NearestNeighbors | Data structure for storing k-nearest neighbor search result (k number of Neighbors) |
| itk::Statistics::KdTreeBasedKmeansEstimator< TKdTree > | Fast k-means algorithm implementation using k-d tree structure |
| itk::Statistics::KdTreeBasedKmeansEstimator< TKdTree >::CandidateVector | |
| itk::Statistics::KdTreeGenerator< TSample > | This class generates a KdTree object without centroid information |
| itk::Statistics::KdTreeNode< TSample > | This class defines the interface of its derived classes |
| itk::Statistics::KdTreeNonterminalNode< TSample > | This is a subclass of the KdTreeNode |
| itk::Statistics::KdTreeTerminalNode< TSample > | This class is the node that doesn't have any child node. The IsTerminal method returns true for this class. This class stores the instance identifiers belonging to this node, while the nonterminal nodes do not store them. The AddInstanceIdentifier and GetInstanceIdentifier are storing and retrieving the instance identifiers belonging to this node |
| itk::Statistics::KdTreeWeightedCentroidNonterminalNode< TSample > | This is a subclass of the KdTreeNode |
| itk::KernelFunction | Kernel used for density estimation and nonparameteric regression |
| itk::KernelImageFilter< TInputImage, TOutputImage, TKernel > | A base class for all the filters working on an arbitrary shaped neighborhood |
| itk::KernelTransform< TScalarType, NDimensions > | |
| otb::KeyPointDensityImageFilter< TInputImage, TOutputImage, TDetector > | This class computes the density of the characteristic points detected in the image |
| otb::KeyPointSetsMatchingFilter< TPointSet, TDistance > | This class matches two point sets according to their associated data |
| itk::KLMDynamicBorderArray< TBorder > | Object maintaining a reference to a list of borders associated with a region |
| itk::KLMRegionGrowImageFilter< TInputImage, TOutputImage > | Base class for a region growing object that performs energy-based region growing for multiband images |
| itk::KLMSegmentationBorder | Base class for KLMSegmentationBorder object |
| itk::KLMSegmentationRegion | Base class for KLMSegmentationRegion object |
| otb::KMeansImageClassificationFilter< TInputImage, TOutputImage, VMaxSampleDimension, TMaskImage > | This filter performs the classification of a VectorImage using a KMeans estimation result |
| otb::KMLVectorDataIO< TData > | ImageIO object for reading/writing KML format vector data |
| otb::KMLVectorDataIOFactory< TData > | Creating an instance of a VectorDataImageIO object using object factory |
| otb::KModKernelFunctor | Undocumented |
| otb::KModSAMKernelFunctor | Undocumented |
| itk::KullbackLeiblerCompareHistogramImageToImageMetric< TFixedImage, TMovingImage > | Computes the Kubler Lieblach(KL) metric between the histogram of the two images to be registered and a training histogram |
| otb::Functor::KullbackLeiblerDistance< TInput1, TInput2, TOutput > | Functor for KullbackLeiblerDistanceImageFilter. Please refer to KullbackLeiblerDistanceImageFilter |
| otb::KullbackLeiblerDistanceImageFilter< TInputImage1, TInputImage2, TOutputImage > | Implements neighborhood-wise the computation of KullbackLeibler distance over Edgeworth approximation |
| otb::Functor::KullbackLeiblerProfile< TInput1, TInput2, TOutput > | Functor for KullbackLeiblerProfileImageFilter. Please refer to KullbackLeiblerProfileImageFilter |
| otb::KullbackLeiblerProfileImageFilter< TInputImage1, TInputImage2, TOutputImage > | Implements neighborhood-wise the computation of KullbackLeibler profile over Edgeworth approximation |
| otb::Functor::KullbackLeiblerSupervizedDistance< TInput1, TInput2, TInputROIImage, TOutput > | Functor for KullbackLeiblerSupervizedDistanceImageFilter. Please refer to KullbackLeiblerSupervizedDistanceImageFilter |
| otb::KullbackLeiblerSupervizedDistanceImageFilter< TInputImage1, TInputImage2, TInputROIImage, TOutputImage > | Implements KullbackLeibler distance over Edgeworth approximation, between a Neighborhood and a predefined Region of Interest |
| itk::LabelAttributeKeepNObjectsImageFilter< TInputImage, TLabelObject, TLabelObjectValuator, TAttributeAccessor > | Keep N objects according to a generic attribute |
| itk::LabelAttributeOpeningImageFilter< TInputImage, TLabelObject, TLabelObjectValuator, TAttributeAccessor > | Remove the objects in a labeled image according to a generic attribute |
| itk::LabelContourImageFilter< TInputImage, TOutputImage > | Labels the pixels on the border of the objects in a labeled image |
| itk::LabelGeometryImageFilter< TLabelImage, TIntensityImage > | Given a label map and an optional intensity image, compute geometric features |
| itk::LabelGeometryImageFilter< TLabelImage, TIntensityImage >::LabelGeometry | Geometry stored per label |
| itk::LabelImageToLabelMapFilter< TInputImage, TOutputImage > | Convert a labeled image to a label collection image |
| itk::LabelImageToShapeLabelMapFilter< TInputImage, TOutputImage > | Converts a label image to a label map and valuates the shape attributes |
| itk::LabelImageToStatisticsLabelMapFilter< TInputImage, TFeatureImage, TOutputImage > | Convenient class to convert a label image to a label map and valuate the statistics attributes at once |
| otb::LabelizeConfidenceConnectedImageFilter< TInputImage, TOutputImage > | Labels pixels with similar statistics using connectivity |
| otb::LabelizeImageFilterBase< TInputImage, TOutputImage, TFilter > | Base class for filter labelizing image region based on segmentation |
| otb::LabelizeNeighborhoodConnectedImageFilter< TInputImage, TOutputImage > | Labels pixels that are connected to a seed and lie within a neighborhood |
| itk::LabelMap< TLabelObject > | Templated n-dimensional image to store labeled objects |
| otb::LabelMapFeaturesFunctorImageFilter< TImage, TFunctor > | This class applies a functor to compute new features |
| itk::LabelMapFilter< TInputImage, TOutputImage > | Base class for filters that take an image as input and overwrite that image as the output |
| itk::LabelMapMaskImageFilter< TInputImage, TOutputImage > | Mask and image with a LabelMap |
| itk::LabelMapOverlayImageFilter< TInputImage, TFeatureImage, TOutputImage > | Mask and image with a LabelMap |
| otb::LabelMapSource< TOutputLabelMap > | Filter hierarchy for generating LabelMap |
| itk::LabelMapToAttributeImageFilter< TInputImage, TOutputImage, TAttributeAccessor > | Convert a LabelMap to a labeled image |
| itk::LabelMapToBinaryImageFilter< TInputImage, TOutputImage > | Convert a LabelMap to a binary image |
| otb::LabelMapToGISTableFilter< TLabelMap, TGISTable > | Convert a LabelMap to a GIS table |
| itk::LabelMapToLabelImageFilter< TInputImage, TOutputImage > | Converts a LabelMap to a labeled image |
| itk::LabelMapToRGBImageFilter< TInputImage, TOutputImage > | Convert a LabelMap to a colored image |
| otb::LabelMapToVectorDataFilter< TLabelMap, TVectorData > | This class vectorizes a LabelObject to a VectorData |
| itk::LabelObject< TLabel, VImageDimension > | The base class for the representation of an labeled binary object in an image |
| itk::LabelObjectLine< VImageDimension > | |
| LabelObjectLineComparator | Performs a comparison of l1 < l2. Returns true if l1 is strictly less than l2 |
| otb::Functor::LabelObjectToPolygonFunctor< TLabelObject, TPolygon > | This class vectorizes a LabelObject to a Polygon |
| itk::Functor::LabelOverlayFunctor< TInputPixel, TLabel, TRGBPixel > | Functor for applying a colormap to a label image and combine it with a grayscale image |
| itk::LabelOverlayImageFilter< TInputImage, TLabelImage, TOutputImage > | Apply a colormap to a label image and put it on top of the input image |
| itk::LabelPerimeterEstimationCalculator< TInputImage > | Estimates the perimeter of a label object |
| itk::LabelReconstructionByDilationImageFilter< TInputImage > | Identify local maxima whose height above the baseline is greater than h |
| itk::LabelSelectionLabelMapFilter< TImage > | Remove the objects according to the value of their attribute |
| itk::LabelShapeKeepNObjectsImageFilter< TInputImage > | Keep N objects according to their shape attributes |
| itk::LabelShapeOpeningImageFilter< TInputImage > | Remove the objects according to the value of their shape attribute |
| itk::LabelStatisticsImageFilter< TInputImage, TLabelImage > | Given an intensity image and a label map, compute min, max, variance and mean of the pixels associated with each label or segment |
| itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics | Statistics stored per label |
| itk::LabelStatisticsKeepNObjectsImageFilter< TInputImage, TFeatureImage > | Keep N objects according to their statistics attributes |
| itk::LabelStatisticsOpeningImageFilter< TInputImage, TFeatureImage > | Remove the objects according to the value of their statistics attribute |
| itk::Functor::LabelToRGBFunctor< TLabel, TRGBPixel > | Functor for converting labels into RGB triplets |
| itk::LabelToRGBImageFilter< TLabelImage, TOutputImage > | Apply a colormap to a label image |
| itk::LabelVotingImageFilter< TInputImage, TOutputImage > | This filter performs pixelwise voting among an arbitrary number of input images, where each of them represents a segmentation of the same scene (i.e., image) |
| otb::Lambert2EtenduProjection< transform > | This class implements the Lambert 2 Etendu map projection. It converts coordinates in longitude,latitude (WGS84) to Lambert 2 Etendu map coordinates |
| otb::Lambert3CartoSudProjection< transform > | This class implements the Lambert3CartoSud map projection (RGF93 french geodesic system). It converts coordinates in longitude,latitude (WGS84) to Lambert 3 map coordinates |
| otb::Lambert93Projection< transform > | This class implements the Lambert93 map projection (RGF93 french geodesic system). It converts coordinates in longitude,latitude (WGS84) to Lambert 93 map coordinates |
| otb::LambertConformalConicMapProjection< transform > | This class implements the Lambert Conformal Conic map projection. It converts coordinates in longitude,latitude (WGS84) to Lambert Conformal Conic map coordinates |
| otb::Function::LanczosWindowFunction< TInput, TOutput > | Window function for sinc interpolation.
Note: Paper referenced in WindowedSincInterpolateImageFunctionBase gives an incorrect definition of this window function |
| itk::Function::LanczosWindowFunction< VRadius, TInput, TOutput > | Window function for sinc interpolation.
Note: Paper referenced in WindowedSincInterpolateImageFunction gives an incorrect definition of this window function |
| otb::Landmark< TPoint, TPointData, TLandmarkData > | This class represent point and point data binary matching |
| itk::LandmarkBasedTransformInitializer< TTransform, TFixedImage, TMovingImage > | LandmarkBasedTransformInitializer is a helper class intended to The class computes the transform that aligns the fixed and moving images given a set of landmarks. The class is templated over the Transform type. The transform computed gives the best fit transform that maps the fixed and moving images in a least squares sense. The indices are taken to correspond, so point 1 in the first set will get mapped close to point 1 in the second set, etc. An equal number of fixed and moving landmarks need to be specified using SetFixedLandmarks() SetMovingLandmarks(). Any number of landmarks may be specified. Call InitializeTransform() to initialize the transform |
| itk::LandmarkSpatialObject< TDimension > | Representation of a Landmark based on the spatial object classes |
| itk::LaplacianImageFilter< TInputImage, TOutputImage > | |
| itk::LaplacianOperator< TPixel, VDimension, TAllocator > | |
| itk::LaplacianRecursiveGaussianImageFilter< TInputImage, TOutputImage > | Computes the Laplacian of an image by convolution with the second derivative of a Gaussian |
| itk::LaplacianSegmentationLevelSetFunction< TImageType, TFeatureImageType > | This function is used in LaplacianSegmentationImageFilter to segment structures in an image based Laplacian edges |
| itk::LaplacianSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType > | Segments structures in images based on a second derivative image features |
| itk::LaplacianSharpeningImageFilter< TInputImage, TOutputImage > | |
| otb::LayerBasedModel< TLayer > | Base class providing layer stack model |
| itk::LBFGSBOptimizer | Limited memory Broyden Fletcher Goldfarb Shannon minimization with simple bounds |
| itk::LBFGSBOptimizerHelper | Wrapper helper around vnl_lbfgsb |
| itk::LBFGSOptimizer | Wrap of the vnl_lbfgs algorithm |
| LearningFunctionBase | The LearningFunctionBase is the base class for all the learning strategies. These include error back propagation, bp+momentum, conjugte gradient descent, quick prop. This class specifies how the errors are backpropagated for a layer. They take a LayerBase object as input and compute the input for the layers input weightset |
| otb::LeastSquareAffineTransformEstimator< TPoint > | This class provide the affine transform LSQR estimation |
| otb::LeeImageFilter< TInputImage, TOutputImage > | Anti-speckle image filter |
| itk::Concept::LessThanComparable< T1, T2 > | |
| otb::Functor::LevelingFunctor< TInput, TInputMap, TOutput > | This functor performs the pixel-wise leveling operation needed in the geodesic morphology decomposition filter. For more details, please refer to the documentation of this filter |
| itk::LevelSetFunction< TImageType > | The LevelSetFunction class is a generic function object which can be used to create a level set method filter when combined with an appropriate finite difference image filter. (See FiniteDifferenceImageFilter.) |
| itk::LevelSetFunction< TImageType >::GlobalDataStruct | |
| itk::LevelSetFunctionWithRefitTerm< TImageType, TSparseImageType > | This class extends the LevelSetFunction class by adding a grow term based on a target curvature stored in a sparse image |
| itk::LevelSetMotionRegistrationFilter< TFixedImage, TMovingImage, TDeformationField > | Deformably register two images using level set motion |
| itk::LevelSetMotionRegistrationFunction< TFixedImage, TMovingImage, TDeformationField > | |
| itk::LevelSetMotionRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >::GlobalDataStruct | |
| itk::LevelSetNeighborhoodExtractor< TLevelSet > | Locate pixels of a particular level set |
| itk::LevelSetNode< TPixel, VSetDimension > | Represent a node in a level set |
| itk::LevelSetTypeDefault< TLevelSet > | Level set type information |
| itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension > | Locate pixels of a particular level set |
| itk::LevenbergMarquardtOptimizer | Wrap of the vnl_levenberg_marquardt algorithm |
| otb::LHMIChangeDetector< TInputImage1, TInputImage2, TOutputImage > | Implements neighborhood-wise the computation of the cumulant-based approximation to mutual information |
| itk::LightObject | Light weight base class for most itk classes |
| itk::LightProcessObject | LightProcessObject is the base class for all process objects (source, filters, mappers) in the Insight data processing pipeline |
| otb::LikelihoodPathListFilter< TPath, TImage > | Affect a value to each path of the list based on the image |
| itk::LinearInterpolateImageFunction< TInputImage, TCoordRep > | Linearly interpolate an image at specified positions |
| itk::fem::LinearSystemWrapper | Defines all functions required by Solver class to allocate, assemble and solve a linear system of equation |
| itk::fem::LinearSystemWrapperDenseVNL | LinearSystemWrapper class that uses VNL numeric library functions to define a sparse linear system of equations |
| itk::fem::LinearSystemWrapperItpack | LinearSystemWrapper class that uses Itpack numeric library functions to define and solve a sparse linear system of equations |
| itk::fem::LinearSystemWrapperVNL | LinearSystemWrapper class that uses VNL numeric library functions to define a sparse linear system of equations |
| itk::LineCell< TCellInterface > | |
| itk::LineConstIterator< TImage > | Iterator that walks a Bresenham line through an ND image |
| otb::LineCorrelationDetectorImageFilter< TInputImage, TOutputImage, TOutputImageDirection, TInterpolator > | To be documented |
| otb::LineDetectorImageFilterBase< TInputImage, TOutputImage, TOutputImageDirection, TInterpolator > | Base class for line detector filters |
| itk::LineIterator< TImage > | Iterator that walks a Bresenham line through an ND image |
| otb::LineRatioDetectorImageFilter< TInputImage, TOutputImage, TOutputImageDirection, TInterpolator > | Application of detection of linear features based on the ratio of local means |
| otb::LineSegmentDetector< TInputImage, TPrecision > | This class implement a fast line detector with false detection control using the a contrario method |
| itk::LineSpatialObject< TDimension > | Representation of a Line based on the spatial object classes |
| otb::LineSpatialObject< VDimension > | Representation of a Line based on the spatial object classes |
| otb::LineSpatialObjectListToPointSetFilter< TLinesList, TPointSet > | Base class for all process objects that output PointSets And use LineSpatialObjectList as input |
| itk::LineSpatialObjectPoint< TPointDimension > | Point used for a line definition |
| otb::LinkPathListFilter< TPath > | This filters link path from the input path list according to distance and angular criterions |
| otb::ListenerBase | |
| itk::Statistics::ListSample< TMeasurementVector > | This class is the native implementation of the ListSampleBase |
| itk::Statistics::ListSampleBase< TMeasurementVector > | This class is the base class for Samples that store measurements in a list |
| otb::ListSampleGenerator< TImage, TVectorData > | Produces a ListSample from a VectorImage and a VectorData |
| itk::Statistics::ListSampleToHistogramFilter< TListSample, THistogram > | Imports data from ListSample object to Histogram object |
| itk::Statistics::ListSampleToHistogramGenerator< TListSample, THistogramMeasurement, TFrequencyContainer, TMeasurementVectorLength > | Generates a Histogram using the data from the ListSample object |
| otb::ListSampleToHistogramListGenerator< TListSample, THistogramMeasurement, TFrequencyContainer > | Generates a list of 1D Histograms from a ListSample This class is similar to ListSampleToVariableDimensionHistogramGenerator, except from the fact that it computes one histogram per channel instead of a single joint-histogram. The output is a Histogram list ( |
| otb::ListSampleToVariableDimensionHistogramGenerator< TListSample, THistogramMeasurement, TFrequencyContainer > | Generates a VariableDimensionHistogram from a ListSample |
| itk::fem::Load | General abstract load base class |
| itk::fem::LoadBC | Generic essential (Dirichlet) boundary conditions |
| itk::fem::LoadBCMFC | Generic linear multi freedom displacement constraint in global coordinate system |
| itk::fem::LoadBCMFC::MFCTerm | Class that holds information about one term in MFC constraint equation |
| itk::fem::LoadEdge | A generic load that can be applied to an edge of the element |
| itk::fem::LoadElement | Virtual element load base class |
| itk::fem::LoadGrav | Abstract gravity load class |
| itk::fem::LoadGravConst | Constant gravity load class |
| itk::fem::LoadImplementationGenericBodyLoad | Class that holds a templated generic body load implementation |
| itk::fem::LoadImplementationGenericLandmarkLoad | Class that holds a templated generic landmark load implementation |
| itk::fem::LoadImplementationTest< TLoadClass > | Example implementation of templated LoadTest class |
| itk::fem::LoadLandmark | This load is derived from the motion of a specific landmark |
| itk::fem::LoadNode | This load is applied on a specific point within the system |
| itk::fem::LoadPoint | This load is applied on a point in an element |
| itk::fem::LoadTest< TClass > | Example to show how to define templated load classes |
| otb::LocalHoughFilter< TInputImage > | Application of Hough filter on a nxm pixel tiling of the image |
| itk::Log10ImageAdaptor< TImage, TOutputPixelType > | Presents an image as being composed of the vcl_log10() of its pixels |
| itk::Log10ImageFilter< TInputImage, TOutputImage > | Computes the vcl_log10(x) pixel-wise |
| itk::Accessor::Log10PixelAccessor< TInternalType, TExternalType > | Give access to the vcl_log10() function of a value |
| itk::Logger | Class Logger is meant for logging information during a run |
| itk::LoggerBase | Class LoggerBase is meant for logging information during a run |
| itk::LoggerManager | Class LoggerManager is meant for centrally managing loggers |
| itk::LoggerOutput | This class is meant for overriding itk::OutputWindow to redirect messages to itk::Logger |
| itk::LoggerThreadWrapper< SimpleLoggerType > | Class LoggerThreadWrapper is meant for providing logging service as a separate thread |
| itk::Concept::LogicalOperators< T1, T2, T3 > | |
| itk::LogImageAdaptor< TImage, TOutputPixelType > | Presents an image as being composed of the vcl_log() of its pixels |
| itk::LogImageFilter< TInputImage, TOutputImage > | Computes the vcl_log(x) pixel-wise |
| itk::Statistics::LogLikelihoodGoodnessOfFitFunction< TInputHistogram > | Calculates loglikelihood ratio statistics |
| itk::LogOutput | Class LogOutput represents an output stream |
| itk::Accessor::LogPixelAccessor< TInternalType, TExternalType > | Give access to the vcl_log() function of a value |
| otb::LogPolarTransform< TScalarType > | Implement the log-polar coordinate transform |
| itk::LSMImageIO | ImageIO class for reading LSM (Zeiss) images LSM is a line of confocal laser scanning microscopes produced by the Zeiss company LSM files are essentially extensions of the TIFF multiple image stack file format |
| itk::LSMImageIOFactory | Create instances of LSMImageIO objects using an object factory |
| otb::LUMImageIO | ImageIO object for reading (not writing) LUM format images |
| otb::LUMImageIOFactory | Creation d'un instance d'un objet LUMImageIO utilisant les object factory |
| otb::LuminanceToReflectanceImageFilter< TInputImage, TOutputImage > | Convert luminance value into reflectance value |
| otb::Functor::LuminanceToReflectanceImageFunctor< TInput, TOutput > | Compupute reflectance from the luminance value |
| itk::MagnitudeAndPhaseToComplexImageFilter< TInputPixel1, TInputPixel2, TOutputPixel, NDimension > | Implements pixel-wise conversion of magnitude and phase data into complex voxels |
| otb::Functor::MagnitudeFunctor< TInputPixel, TOutputPixel > | This functor computes the magnitude of a covariant vector |
| itk::Statistics::MahalanobisDistanceMembershipFunction< TVector > | MahalanobisDistanceMembershipFunction class represents MahalanobisDistance Density Function |
| itk::MahalanobisDistanceThresholdImageFunction< TInputImage, TCoordRep > | Returns true if the pixel value of a vector image has a Mahalanobis distance below the value specified by the threshold |
| itk::MallinfoMemoryUsageObserver | The MallinfoMemoryUsageObserver |
| itk::MapContainer< TElementIdentifier, TElement > | |
| itk::MapContainer< TElementIdentifier, TElement >::ConstIterator | The const iterator type for the map |
| itk::MapContainer< TElementIdentifier, TElement >::Iterator | The non-const iterator type for the map |
| itk::MapData | |
| itk::MapFileParser< TMapData > | |
| otb::MapProjection< TOssimMapProjection, TDirectionOfMapping, TScalarType, NInputDimensions, NOutputDimensions > | This is the base class for all geographic projections (UTM, Lambert, ...) |
| itk::MapRecord | MapRecord class |
| itk::MapRecordConditionalPlusor< TFirstType > | |
| itk::MapRecordPlusor< TFirstType > | |
| otb::MapToMapProjection< TInputMapProjection, TOutputMapProjection, TScalarType, NInputDimensions, NOutputDimensions > | DEPRECATED: Class for switching from a Map Projection coordinates to other Map Projection coordinates |
| otb::MarkovRandomFieldFilter< TInputImage, TClassifiedImage > | This is the class to use the Markov Random Field framework in OTB |
| itk::MaskedMovingHistogramImageFilter< TInputImage, TMaskImage, TOutputImage, TKernel, THistogram > | |
| itk::MaskedRankImageFilter< TInputImage, TMaskImage, TOutputImage, TKernel > | Rank filter of a greyscale image |
| itk::Statistics::MaskedScalarImageToGreyLevelCooccurrenceMatrixGenerator< TImageType, THistogramFrequencyContainer > | This class computes a grey-level co-occurence matrix (histogram) from a given image and mask. GLCM's are used for image texture description |
| otb::MaskedScalarImageToGreyLevelCooccurrenceMatrixGenerator< TImage, THistogramFrequencyContainer > | This class extends the ITK version by providing matrix estimation on a sub-region |
| otb::Functor::MaskFunctor< TInputPixel, TMaskPixel, TOutputPixel > | Output is a InputPixel if MaskPixel is m_Background and a defined other value (m_ObjectColor) otherwise |
| itk::MaskImageFilter< TInputImage, TMaskImage, TOutputImage > | Implements an operator for pixel-wise masking of the input image with the mask |
| itk::MaskNegatedImageFilter< TInputImage, TMaskImage, TOutputImage > | Implements an operator for pixel-wise masking of the input image with the negative of a mask |
| itk::MaskNeighborhoodOperatorImageFilter< TInputImage, TMaskImage, TOutputImage, TOperatorValueType > | Applies a single NeighborhoodOperator to an image, processing only those pixels that are under a mask |
| itk::MatchCardinalityImageToImageMetric< TFixedImage, TMovingImage > | Computes similarity between two objects to be registered |
| itk::MatchCardinalityImageToImageMetric< TFixedImage, TMovingImage >::ThreadStruct | |
| itk::fem::Material | Base class for storing all the implicit material and other properties required to fully define the element class |
| itk::fem::MaterialLinearElasticity | Linear elasticity material class |
| itk::MatlabTransformIOFactory | Create instances of MatlabTransformIO objects using an object factory |
| itk::Matrix< T, NRows, NColumns > | A templated class holding a M x N size Matrix This class contains a vnl_matrix_fixed in order to make all the vnl mathematical methods available |
| itk::MatrixCoefficients< TInputMesh > | Superclass for all the matrix coefficients computation classes |
| itk::MatrixIndexSelectionImageFilter< TInputImage, TOutputImage > | Extracts the selected indices of a matrix image that is the input pixel type |
| itk::MatrixOffsetTransformBase< TScalarType, NInputDimensions, NOutputDimensions > | |
| itk::MatrixResizeableDataObject< TItemType > | Allows for a vnl matrix to be a data object with the flexibility of being resizable |
| itk::MattesMutualInformationImageToImageMetric< TFixedImage, TMovingImage > | Computes the mutual information between two images to be registered using the method of Mattes et al |
| itk::MaximumDecisionRule | A Decision rule that choose the class of which discriminant score is the largest |
| itk::MaximumImageFilter< TInputImage1, TInputImage2, TOutputImage > | Implements a pixel-wise operator Max(a,b) between two images |
| itk::MaximumProjectionImageFilter< TInputImage, TOutputImage > | Maximum projection |
| itk::MaximumRatioDecisionRule | This rule returns if for all , where the is the index of a class which has membership function and its prior value (usually, the a priori probability or the size of a class) is |
| itk::Statistics::MeanCalculator< TSample > | Calculates sample mean |
| otb::MeanDifferenceImageFilter< TInputImage1, TInputImage2, TOutputImage > | Implements neighborhood-wise the computation of mean difference |
| otb::Functor::MeanFunctor< TInput, TOutputValue > | This functor generate the mean value of a component pixels |
| itk::MeanImageFilter< TInputImage, TOutputImage > | Applies an averaging filter to an image |
| itk::MeanImageFunction< TInputImage, TCoordRep > | Calculate the mean value in the neighborhood of a pixel |
| itk::MeanProjectionImageFilter< TInputImage, TOutputImage, TAccumulate > | Mean projection |
| otb::Functor::MeanRatio< TInput1, TInput2, TOutput > | |
| otb::MeanRatioImageFilter< TInputImage1, TInputImage2, TOutputImage > | Implements neighborhood-wise the computation of mean ratio |
| itk::MeanReciprocalSquareDifferenceImageToImageMetric< TFixedImage, TMovingImage > | Computes similarity between two objects to be registered |
| itk::MeanReciprocalSquareDifferencePointSetToImageMetric< TFixedPointSet, TMovingImage > | Computes similarity between pixel values of a point set and intensity values in an image |
| otb::MeanShiftImageFilter< TInputImage, TOutputImage, TLabeledOutput, TBufferConverter > | |
| itk::Statistics::MeanShiftModeCacheMethod< TMeasurementVector > | This class stores mappings between a query point and its resulting mode point |
| itk::Statistics::MeanShiftModeSeekerBase< TSample > | Evolves the mode. This is the base class for any mean shift mode seeking algorithm classes |
| otb::MeanShiftVectorImageFilter< TInputImage, TOutputImage, TLabeledOutput > | |
| itk::MeanSquareRegistrationFunction< TFixedImage, TMovingImage, TDeformationField > | |
| itk::MeanSquareRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >::GlobalDataStruct | |
| itk::MeanSquaresHistogramImageToImageMetric< TFixedImage, TMovingImage > | Computes mean squared difference similarity measure between two images to be registered |
| itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage > | Computes similarity between two objects to be registered |
| itk::MeanSquaresPointSetToImageMetric< TFixedPointSet, TMovingImage > | Computes similarity between pixel values of a point set and intensity values of an image |
| otb::Functor::MeanTextureFunctor< TScalarInputPixelType, TScalarOutputPixelType > | DEPRECATED< > |
| itk::MedialNodePairCorrespondenceProcess< TSourceImage > | This process takes as inputs two core atom images, the distance matrices of the two images, and the unary correspondence matrix between the two images in order to produce an itkCorrespondenceDataStructure containing correspondences between pairs (node cliques of size 2) in the images |
| itk::MedialNodeTripletCorrespondenceProcess< TSourceImage > | This process takes as inputs two core atom images, a pair correspondence data structure for the two images, and the distance matrices of the two images in order to produce an itkCorrespondenceDataStructure containing correspondences between triplets (node cliques of size 3) in the images |
| itk::MedianImageFilter< TInputImage, TOutputImage > | Applies a median filter to an image |
| itk::MedianImageFunction< TInputImage, TCoordRep > | Calculate the median value in the neighborhood of a pixel |
| itk::MedianProjectionImageFilter< TInputImage, TOutputImage > | Median projection |
| itk::MemberCommand< T > | Command subclass that calls a pointer to a member function |
| itk::Statistics::MembershipFunctionBase< TVector > | MembershipFunctionBase class declares common interfaces for membership functions |
| itk::Statistics::MembershipSample< TSample > | Container for storing the instance-identifiers of other sample with their associated class labels |
| itk::Statistics::MembershipSampleGenerator< TInputSample, TClassMaskSample > | MembershipSampleGenerator generates a MembershipSample object using a class mask sample |
| itk::MemoryProbe | Class for computing the memory allocated between two points in the code |
| itk::MemoryProbesCollectorBase | Class for aggregating a set of memory probes |
| itk::MemoryUsageObserver | The MemoryUsageObserver provides the memory usage of the process |
| itk::MergeLabelMapFilter< TImage > | Merges two Label Maps using different methods to create the product |
| itk::Statistics::MersenneTwisterRandomVariateGenerator | MersenneTwisterRandom random variate generator |
| itk::Mesh< TPixelType, VDimension, TMeshTraits > | Implements the N-dimensional mesh structure |
| itk::Mesh< TPixelType, VDimension, TMeshTraits >::BoundaryAssignmentIdentifier | |
| MeshFunctionBase | Base class for mesh function object modifiers |
| MeshFunctionBase | Fuse the incoming edge and it's Onext() follower (like a zipper does) |
| itk::MeshRegion | A mesh region represents an unstructured region of data |
| itk::MeshSource< TOutputMesh > | Base class for all process objects that output mesh data |
| itk::MeshSpatialObject< TMesh > | Implementation of an Mesh as spatial object |
| 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 |
| itk::MetaDataDictionary | |
| otb::MetaDataKey | Creation of an otb::MetaDataKey class that defines the key of metadata used in the metadata dictionary |
| itk::MetaDataObject< MetaDataObjectType > | |
| itk::MetaDataObjectBase | Designed as the common interface for MetaDataObject's. This class is intended as the value part of the (key,value) pair to be stored in a MetaDataDictionary |
| itk::MetaEvent | Event abstract class |
| itk::MetaImageIO | Read MetaImage file format |
| itk::MetaImageIOFactory | Create instances of MetaImageIO objects using an object factory |
| itk::MINC2ImageIO | Class that defines how to read MINC2 file format. Note,like ITK, MINC2 is N dimensional and dimensions can be submitted in any arbitrary order. Here we make sure the dimensions are ordered as xspace, yspace, zspace, time and vector_dimension and so on or xfrequencey, yfrequency, zfrequency, tfrequency and vector_dimension and so on NOTE** This class only reads the regularly sampled dimensions as I am not sure how to deal with "iregularly sampled" dimensions yet! |
| itk::MINC2ImageIOFactory | Create instances of MINC2ImageIO objects using an object factory |
| itk::MinimumDecisionRule | A Decision rule that choose the class that has minimum value |
| itk::MinimumImageFilter< TInputImage1, TInputImage2, TOutputImage > | Implements a pixel-wise operator Min(a,b) between two images |
| itk::MinimumMaximumImageCalculator< TInputImage > | |
| itk::MinimumMaximumImageFilter< TInputImage > | Computes the minimum and the maximum intensity values of an image |
| itk::MinimumProjectionImageFilter< TInputImage, TOutputImage > | Minimum projection |
| itk::MiniPipelineSeparableImageFilter< TInputImage, TOutputImage, TFilter > | A separable filter for filter which are using radius |
| itk::MinMaxCurvatureFlowFunction< TImage > | |
| itk::MinMaxCurvatureFlowImageFilter< TInputImage, TOutputImage > | Denoise an image using min/max curvature flow |
| itk::MIRegistrationFunction< TFixedImage, TMovingImage, TDeformationField > | |
| itk::MIRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >::GlobalDataStruct | |
| otb::MirrorBoundaryCondition< TImage > | A function object that determines values outside of image boundaries according to mirror conditions |
| itk::MirrorPadImageFilter< TInputImage, TOutputImage > | Increase the image size by padding with replicants of the input image value |
| itk::Statistics::MixtureModelComponentBase< TSample > | Base class for distribution modules that supports analytical way to update the distribution parameters |
| MixturePolyRBFKernelFunctor | Mixture of kernels |
| otb::Functor::MNDWI< TInput1, TInput2, TOutput > | This functor computes the Modified Normalized Difference Water Index (MNDWI) |
| otb::Statistics::ModelComponentBase< TSample > | Base class for distribution representation that supports analytical way to update the distribution parameters |
| otb::ModulusAndDirectionImageToImageFilter< TInputImage, TInputImageDirection, TOutputImage > | Base class for modulus and direction image filters |
| itk::ModulusImageFilter< TInputImage, TOutputImage > | Computes the modulus (x % dividend) pixel-wise |
| otb::MollweidMapProjection< transform > | This class implements the Mollweid map projection. It converts coordinates in longitude,latitude (WGS84) to Mollweid map coordinates |
| otb::MorphologicalClosingProfileFilter< TInputImage, TOutputImage, TStructuringElement > | This filter compute the morphological closing profile |
| itk::MorphologicalGradientImageFilter< TInputImage, TOutputImage, TKernel > | Morphological gradients enhance the variation of pixel intensity in a given neighborhood |
| otb::MorphologicalOpeningProfileFilter< TInputImage, TOutputImage, TStructuringElement > | This filter compute the morphological opening profile |
| otb::MorphologicalPyramidAnalysisFilter< TInputImage, TOutputImage, TMorphoFilter > | Multiscale analysis filter using the morphological pyramid algorithm |
| otb::MorphologicalPyramidSegmentationFilter< TInputImage, TOutputImage > | This filter performs a segmentation of the details supFilter and infFilter extracted with the morphological pyramid |
| otb::MorphologicalPyramidSynthesisFilter< TInputImage, TOutputImage > | Recomposition of the multiscale analysis performed with a MorphologicalPyramidAnalyseFilter |
| itk::MorphologicalWatershedFromMarkersImageFilter< TInputImage, TLabelImage > | Morphological watershed transform from markers |
| itk::MorphologicalWatershedImageFilter< TInputImage, TOutputImage > | TODO |
| itk::MorphologyImageFilter< TInputImage, TOutputImage, TKernel > | Base class for the morphological operations such as erosion and dialation |
| otb::MouseClickActionHandler< TModel, TView > | Implements clicking on widgets Triggers the IndexClicked(); methods on the destination |
| itk::MovingHistogramDilateImageFilter< TInputImage, TOutputImage, TKernel > | Gray scale dilation of an image |
| itk::MovingHistogramErodeImageFilter< TInputImage, TOutputImage, TKernel > | Gray scale erosion of an image |
| itk::MovingHistogramImageFilter< TInputImage, TOutputImage, TKernel, THistogram > | Implements a generic moving histogram algorithm |
| itk::MovingHistogramImageFilterBase< TInputImage, TOutputImage, TKernel > | Implements a generic moving histogram algorithm |
| itk::MovingHistogramMorphologicalGradientImageFilter< TInputImage, TOutputImage, TKernel > | Morphological gradients enhance the variation of pixel intensity in a given neighborhood |
| itk::MovingHistogramMorphologyImageFilter< TInputImage, TOutputImage, TKernel, THistogram > | Base class for MovingHistogramDilateImageFilter and MovingHistogramErodeImageFilter |
| itk::MRASlabIdentifier< TInputImage > | Identifies slab in MR images comparing minimum intensity averages |
| otb::MRFEnergy< TInput1, TInput2 > | This is the base class for energy function used in the MRF framework |
| otb::MRFEnergyEdgeFidelity< TInput1, TInput2 > | This is the implementation of an edge preserving model for Markov denoising |
| otb::MRFEnergyGaussian< TInput1, TInput2 > | This is the implementation of the Gaussian model for Markov classification |
| otb::MRFEnergyGaussianClassification< TInput1, TInput2 > | This is the implementation of the Gaussian model for Markov classification |
| otb::MRFEnergyPotts< TInput1, TInput2 > | This is the implementation of the Potts model for Markov classification |
| itk::MRFImageFilter< TInputImage, TClassifiedImage > | Implementation of a labeller object that uses Markov Random Fields to classify pixels in an image data set |
| otb::MRFOptimizer | This is the base class for optimizer used in the MRF framework |
| otb::MRFOptimizerICM | This is the optimizer class implementing the ICM algorithm |
| otb::MRFOptimizerMetropolis | This is the optimizer class implementing the Metropolis algorithm |
| otb::MRFSampler< TInput1, TInput2 > | This is the base class for sampler methods used in the MRF framework |
| otb::MRFSamplerMAP< TInput1, TInput2 > | This is the base class for sampler methods used in the MRF framework |
| otb::MRFSamplerRandom< TInput1, TInput2 > | This is the base class for sampler methods used in the MRF framework |
| otb::MRFSamplerRandomMAP< TInput1, TInput2 > | This is the base class for sampler methods used in the MRF framework |
| itk::MRIBiasEnergyFunction< TImage, TImageMask, TBiasField > | Cost function for optimization |
| itk::MRIBiasFieldCorrectionFilter< TInputImage, TOutputImage, TMaskImage > | Corrects 3D MRI bias field |
| otb::MorphologicalPyramid::MRToMSConverter< TInputImage, TOutputImage > | This class convert a multi resolution decomposition from the morphological pyramid to a multi-scale one |
| otb::Functor::MSAVI< TInput1, TInput2, TOutput > | This functor computes the Modified Soil Adjusted Vegetation Index (MSAVI) |
| otb::Functor::MSAVI2< TInput1, TInput2, TOutput > | This functor computes the Modified Soil Adjusted Vegetation Index (MSAVI2) |
| otb::MsgReporter | This class implements an message reporter windows. It's used by alls graphicals applications wants to report message |
| otb::MSTARImageIO | ImageIO object for reading and writing MSTAR images |
| otb::MSTARImageIOFactory | Creation d'un instance d'un objet MSTARImageIO utilisant les object factory |
| otb::MultiChannelExtractROI< TInputPixelType, TOutputPixelType > | Extract a spatial or spectral subset of a multi-channel image |
| otb::MultiChannelGAndRIndexImageFilter< TInputImage, TOutputImage, TFunction > | Implements multi channel G and R pixel-wise generic index operation on one vector image |
| otb::MultiChannelRadiometricImageFilter< TInputImage, TOutputImage, TFunction > | Implements multi channel radiometric indices operation on one vector image |
| otb::MultiChannelRAndBAndNIRIndexImageFilter< TInputImage, TOutputImage, TFunction > | Implements multi channel R and B and NIR pixel-wise generic index operation on one vector image |
| otb::MultiChannelRAndBAndNIRVegetationIndexImageFilter< TInputImage, TOutputImage, TFunction > | DEPRECATED: use otbMultiChannelRAndBAndNIRIndexImageFilter |
| otb::MultiChannelRAndGAndNIRIndexImageFilter< TInputImage, TOutputImage, TFunction > | Implements multi channel R and G and NIR pixel-wise generic index operation on one vector image |
| otb::MultiChannelRAndGAndNIRVegetationIndexImageFilter< TInputImage, TOutputImage, TFunction > | DEPRECATED: use otbMultiChannelRAndGAndNIRIndexImageFilter |
| otb::MultiChannelRAndNIRIndexImageFilter< TInputImage, TOutputImage, TFunction > | Implements multi channel R and NIR pixel-wise generic index operation on one vector image |
| otb::MultiChannelRAndNIRVegetationIndexImageFilter< TInputImage, TOutputImage, TFunction > | DEPRECATED: use otbMultiChannelRAndNIRIndexImageFilter |
| itk::MultiphaseDenseFiniteDifferenceImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TIdCell > | |
| itk::MultiphaseFiniteDifferenceImageFilter< TInputImage, TFeatureImage, TOutputImage, TFiniteDifferenceFunction, TIdCell > | |
| itk::MultiphaseSparseFiniteDifferenceImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TIdCell > | This class implements a finite difference partial differential equation solver for evolving surfaces embedded in volumes as level-sets |
| itk::MultipleLogOutput | Class MultipleLogOutput allows writing simultaneously to multiple streams. Note that the class derives from std::streambuf and contains a std::set<> of LogOutput |
| itk::MultipleValuedCostFunction | This class is a base for the CostFunctions returning a multiple values |
| itk::MultipleValuedNonLinearOptimizer | This class is a base for the Optimization methods that optimize a multiple valued function |
| itk::MultipleValuedNonLinearVnlOptimizer | This class is a base for the Optimization methods that optimize a multi-valued function |
| itk::MultipleValuedVnlCostFunctionAdaptor | This class is an Adaptor that allows to pass itk::MultipleValuedCostFunctions to vnl_optimizers expecting a vnl_cost_function |
| itk::Concept::MultiplyAndAssignOperator< T1, T2 > | |
| otb::Function::MultiplyBlendingFunction< TInputRGBPixel1, TInputRGBPixel2, TOutputRGBPixel > | Implements simple blending For each channel the blending function is as follows:
|
| itk::MultiplyByConstantImageFilter< TInputImage, TConstant, TOutputImage > | Multiply input pixels by a constant |
| itk::MultiplyImageFilter< TInputImage1, TInputImage2, TOutputImage > | Implements an operator for pixel-wise multiplication of two images |
| itk::Concept::MultiplyOperator< T1, T2, T3 > | |
| itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage > | Base class for multi-resolution image registration methods |
| itk::MultiResolutionPDEDeformableRegistration< TFixedImage, TMovingImage, TDeformationField, TRealType > | Framework for performing multi-resolution PDE deformable registration |
| itk::MultiResolutionPyramidImageFilter< TInputImage, TOutputImage > | Framework for creating images in a multi-resolution pyramid |
| otb::MultiScaleConvexOrConcaveClassificationFilter< TInputImage, TOutputImage > | Apply the MultiScaleConvexOrConcaveDecisionRule to whole images |
| otb::Functor::MultiScaleConvexOrConcaveDecisionRule< TInput, TLabeled > | This Functor apply a classification rule on two membership value along with two labels |
| itk::MultiScaleHessianBasedMeasureImageFilter< TInputImage, THessianImage, TOutputImage > | A filter to enhance structures using Hessian eigensystem-based measures in a multiscale framework |
| otb::Functor::MultiStatsAttributesLabelObjectFunctor< TLabelObject, TFeatureImage > | Functor to compute multiple statistics attributes |
| itk::MultiThreader | A class for performing multithreaded execution |
| itk::MultiThreader::ThreadInfoStruct | |
| otb::MultiToMonoChannelExtractROI< TInputPixelType, TOutputPixelType > | Extract a mono channel part of a multi-channel image |
| itk::MultivariateLegendrePolynomial | 2D and 3D multivariate Legendre Polynomial |
| itk::MultivariateLegendrePolynomial::CoefficientVectorSizeMismatch | |
| itk::MultivariateLegendrePolynomial::SimpleForwardIterator | Iterator which only supports forward iteration and Begin(), IsAtEnd(), and Get() method which work just like as SimpleImageRegionIterator |
| itk::MutexLock | Mutual exclusion locking class |
| itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage > | Computes the mutual information between two images to be registered using the histograms of the intensities in the images. This class is templated over the type of the fixed and moving images to be compared |
| itk::MutualInformationImageToImageMetric< TFixedImage, TMovingImage > | Computes the mutual information between two images to be registered |
| itk::MutualInformationImageToImageMetric< TFixedImage, TMovingImage >::SpatialSample | |
| otb::MVCModel< TListener > | |
| otb::MWImageIO | ImageIO object for reading (not writing) MW format images |
| otb::MWImageIOFactory | Creation d'un instance d'un objet LUMImageIO utilisant les object factory |
| itk::NarrowBand< NodeType > | |
| itk::NarrowBand< NodeType >::RegionStruct | |
| itk::NarrowBandCurvesLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType > | Segments structures in images based on user supplied edge potential map |
| itk::NarrowBandImageFilterBase< TInputImage, TOutputImage > | This class implements a multi-threaded finite difference image to image solver that can be applied to an arbitrary list of pixels |
| itk::NarrowBandImageFilterBase< TInputImage, TOutputImage >::NarrowBandImageFilterBaseThreadStruct | |
| itk::NarrowBandImageFilterBase< TInputImage, TOutputImage >::ThreadRegionType | |
| itk::NarrowBandLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType, TOutputImage > | A base class which defines the API for implementing a special class of image segmentation filters using level set methods |
| itk::NarrowBandThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType > | Segments structures in images based on intensity values |
| itk::NaryAddImageFilter< TInputImage, TOutputImage > | Implements an operator for pixel-wise addition of two images |
| itk::NaryFunctorImageFilter< TInputImage, TOutputImage, TFunction > | Implements pixel-wise generic operation of Nth similar images |
| itk::NaryMaximumImageFilter< TInputImage, TOutputImage > | Implements an operator computing the pixel-wise maximum of several images |
| otb::NCCRegistrationFilter< TFixedImage, TMovingImage, TDeformationField > | Deformably register two images using the PDEs and NCC |
| otb::NCCRegistrationFunction< TFixedImage, TMovingImage, TDeformationField > | |
| itk::NCCRegistrationFunction< TFixedImage, TMovingImage, TDeformationField > | |
| itk::NCCRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >::GlobalDataStruct | |
| otb::NCCRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >::GlobalDataStruct | |
| otb::Functor::NDBI< TInput1, TInput2, TOutput > | This functor computes the Normalized Difference Built Up Index (NDBI) |
| otb::Functor::NDPI< TInput1, TInput2, TOutput > | This functor computes the Normalized Difference Pond Index (NDPI) |
| otb::Functor::NDTI< TInput1, TInput2, TOutput > | This functor computes the Normalized Difference Turbidity Index (NDTI) |
| otb::Functor::NDVI< TInput1, TInput2, TOutput > | This functor computes the Normalized Difference Vegetation Index (NDVI) |
| otb::Functor::NDWI< TInput1, TInput2, TOutput > | This functor computes the Normalized Difference Water Index (NDWI) |
| otb::Functor::NDWI2< TInput1, TInput2, TOutput > | This functor computes the Normalized Difference Water Index (NDWI2) |
| itk::NearestNeighborExtrapolateImageFunction< TInputImage, TCoordRep > | Nearest neighbor extrapolation of a scalar image |
| itk::NearestNeighborInterpolateImageFunction< TInputImage, TCoordRep > | Nearest neighbor interpolation of a scalar image |
| otb::NearestPointDeformationFieldGenerator< TPointSet, TDeformationField > | This class implements the simplest way to deformation field generation using a point set. In each pixel location, the deformation is considered to be the deformation of the nearest seed point in the point set |
| otb::NearestTransformDeformationFieldGenerator< TPointSet, TDeformationField > | This class implements deformation field generation by taking into account the local transform of the nearest point in pointset |
| itk::Neighborhood< TPixel, VDimension, TAllocator > | A light-weight container object for storing an N-dimensional neighborhood of values |
| itk::NeighborhoodAccessorFunctor< TImage > | Provides accessor interfaces to Get pixels and is meant to be used on pointers contained within Neighborhoods. A typical user should not need to use this class directly. This class is used by the neighborhood iterators to get pixels from pixel pointers or assign a pixel to an address |
| itk::NeighborhoodAllocator< TPixel > | |
| itk::NeighborhoodBinaryThresholdImageFunction< TInputImage, TCoordRep > | Determine whether all the pixels in the specified neighborhood meet a threshold criteria |
| itk::NeighborhoodConnectedImageFilter< TInputImage, TOutputImage > | Label pixels that are connected to a seed and lie within a neighborhood |
| itk::NeighborhoodInnerProduct< TImage, TOperator, TComputation > | |
| itk::NeighborhoodIterator< TImage, TBoundaryCondition > | Defines iteration of a local N-dimensional neighborhood of pixels across an itk::Image |
| itk::NeighborhoodOperator< TPixel, VDimension, TAllocator > | Virtual class that defines a common interface to all neighborhood operator subtypes |
| itk::NeighborhoodOperatorImageFilter< TInputImage, TOutputImage, TOperatorValueType > | Applies a single NeighborhoodOperator to an image region |
| itk::NeighborhoodOperatorImageFunction< TInputImage, TOutput > | Compute the convolution of a neighborhood operator with the image at a specific location in space, i.e. point, index or continuous index. This class is templated over the input image type |
| itk::Statistics::NeighborhoodSampler< TSample > | Generates a Subsample that is sampled from the input sample using a spherical kernel |
| otb::NeighborhoodScalarProductFilter< TInputImage, TOutputModulus, TOutputDirection > | This filter is designed to be part of a pipeline aiming at linear feature extraction, such as roads |
| itk::NeuralNetworkFileReader< TNetwork > | Reader for Neural Network |
| itk::NeuralNetworkFileWriter< TNetwork > | Writer for Neural Network |
| itk::NiftiImageIO | Class that defines how to read Nifti file format. Nifti IMAGE FILE FORMAT - As much information as I can determine from sourceforge.net/projects/Niftilib |
| itk::NiftiImageIOFactory | Create instances of NiftiImageIO objects using an object factory |
| otb::NNearestPointsLinearInterpolateDeformationFieldGenerator< TPointSet, TDeformationField > | This class generate the deformation field by performing a linear interpolation of the deformation induced by the n nearest point |
| otb::NNearestTransformsLinearInterpolateDeformationFieldGenerator< TPointSet, TDeformationField > | Generate the deformation field by performing a linear interpolation |
| itk::NodeList< TItemType > | Stores secondary lists of nodes with pointers to the contained items |
| itk::NodeOfPermutation | |
| itk::NoEvent | |
| itk::NoiseImageFilter< TInputImage, TOutputImage > | Calculate the local noise in an image |
| NonGaussianRBFKernelFunctor | Performs an RBF kernel evaluation that better suit sample distribution with high Kurtosis |
| itk::NonLinearOptimizer | Wrap of the vnl_nonlinear_minimizer to be adapted |
| otb::NonMaxRemovalByDirectionFilter< TInputModulus, TInputDirection, TOutputImage > | This filters removes (sets to null intensity) pixels which are not the maxima of the scalar product modulus value in the given direction |
| otb::Functor::NonMaxRemovalByDirectionFunctor< TInput1, TInput2, TOutput > | This functor is used by the NonMaxRemovalByDirectionFilter |
| itk::NonThreadedShrinkImageFilter< TInputImage, TOutputImage > | Reduce the size of an image by an integer factor |
| itk::NonUniformBSpline< TDimension > | BSpline with nonuniform knot spacing |
| itk::NormalBandNode< TImageType > | This is a data storage class that can is used as the node type for the SparseImage class |
| itk::NormalizedCorrelationImageFilter< TInputImage, TMaskImage, TOutputImage, TOperatorValueType > | Computes the normalized correlation of an image and a template |
| itk::NormalizedCorrelationImageToImageMetric< TFixedImage, TMovingImage > | Computes similarity between two images to be registered |
| itk::NormalizedCorrelationPointSetToImageMetric< TFixedPointSet, TMovingImage > | Computes similarity between pixel values of a point set and intensity values of an image |
| itk::NormalizedMutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage > | Computes normalized mutual information between two images to be registered using the histograms of the intensities in the images |
| itk::NormalizeImageFilter< TInputImage, TOutputImage > | Normalize an image by setting its mean to zero and variance to one |
| otb::NormalizeInnerProductPCAImageFilter< TInputImage, TOutputImage > | The aim of the class is to normalise vector images using a vector coefficient values |
| itk::Statistics::NormalVariateGenerator | Normal random variate generator |
| itk::NormalVectorDiffusionFunction< TSparseImageType > | This class defines all the necessary functionality for performing isotropic and anisotropic diffusion operations on vector neighborhoods from a sparse image |
| itk::NormalVectorFunctionBase< TSparseImageType > | This class defines the common functionality for Sparse Image neighborhoods of unit vectors |
| itk::NotImageFilter< TInputImage, TOutputImage > | Implements the NOT logical operator pixel-wise on an image |
| itk::Concept::NotOperator< T > | |
| itk::NrrdImageIO | Read and write the "Nearly Raw Raster Data" (Nrrd) image format. The Nrrd format was developed as part of the Teem package (teem.sourceforge.net) |
| itk::NrrdImageIOFactory | Create instances of NrrdImageIO objects using an object factory |
| itk::NthElementImageAdaptor< TImage, TOutputPixelType > | Presents an image as being composed of the N-th element of its pixels |
| itk::NthElementPixelAccessor< T, TContainer > | Give access to the N-th of a Container type |
| itk::NumericSeriesFileNames | Generate an ordered sequence of filenames |
| itk::Object | Base class for most itk classes |
| itk::ObjectFactory< T > | Create instances of a class |
| itk::ObjectFactoryBase | Create instances of classes using an object factory |
| itk::ObjectFactoryBase::OverrideInformation | Internal implementation class for ObjectFactorBase |
| otb::ObjectList< TObject > | This class is a generic all-purpose wrapping around an std::vector<itk::SmartPointer<ObjectType> > |
| otb::ObjectList< TObject >::ConstIterator | ConstIterator of the object list |
| otb::ObjectList< TObject >::Iterator | Iterator of the object list |
| otb::ObjectList< TObject >::ReverseConstIterator | ReverseConstIterator of the object list |
| otb::ObjectList< TObject >::ReverseIterator | ReverseIterator of the object list |
| otb::ObjectListSource< TOutputList > | Base class for all process objects that output ObjectList data |
| otb::ObjectListToObjectListFilter< TInputList, TOutputList > | Base class for filters that take an ObjectList as input and produce an ObjectList as output |
| otb::ObjectListToObjectListFilter< TInputList, TOutputList >::ThreadStruct | |
| itk::ObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel > | Base class for the morphological operations being applied to isolated objects in an image |
| itk::ObjectStore< TObjectType > | A specialized memory management object for allocating and destroying contiguous blocks of objects |
| itk::Octree< TPixel, ColorTableSize, MappingFunctionType > | Represent a 3D Image with an Octree data structure |
| itk::OctreeBase | Provides non-templated access to templated instances of Octree |
| itk::OctreeNode | |
| itk::Offset< VOffsetDimension > | Represent the offset between two n-dimensional indexes in a n-dimensional image |
| itk::Functor::OffsetLexicographicCompare< VOffsetDimension > | Order Offset instances lexicographically |
| otb::OGRIOHelper< TVectorData > | This class IO OGR |
| otb::OGRVectorDataIO< TData > | ImageIO object for reading and writing OGR format vector data |
| otb::OGRVectorDataIOFactory< TData > | Create an instance of an OGRVectorDataIOFactory |
| itk::OnePlusOneEvolutionaryOptimizer | 1+1 evolutionary strategy optimizer |
| otb::ONERAImageIO | ImageIO object for reading (not writing) ONERA format images |
| otb::ONERAImageIOFactory | Creation d'un instance d'un objet ONERAImageIO utilisant les object factory |
| itk::OnesMatrixCoefficients< TInputMesh > | Compute a matrix filled by 1s wherever two vertices are connected by an edge |
| itk::OneWayEquivalencyTable | Hash table to manage integral label equivalencies that are order dependent |
| itk::OpeningByReconstructionImageFilter< TInputImage, TOutputImage, TKernel > | Opening by reconstruction of an image |
| otb::OpeningClosingMorphologicalFilter< TInputImage, TOutputImage, TKernel > | This filter implements an opening grayscale morphological operation followed by a closing grayscale morphological operation. It tends to simplify image by obliterating details with a lower extent than the structuring element |
| itk::Optimizer | Generic representation for an optimization method |
| itk::OrientationAdapterBase< OrientationType, Dimension > | Base class that converts Orientation representations to direction cosines |
| otb::Functor::OrientationFunctor< TInputPixel, TOutputPixel > | This functor computes the orientation of a cavariant vector Orientation values lies between 0 and 2*Pi |
| otb::OrientationPathFunction< TInputPath, TOutput > | Calculate the orientation angle of a path defined by 2 points. The result value is in radian |
| itk::OrientedImage< TPixel, VImageDimension > | Templated n-dimensional oriented image class |
| itk::OrientImageFilter< TInputImage, TOutputImage > | Permute axes and then flip images as needed to obtain agreement in coordinateOrientation codes |
| itk::OrImageFilter< TInputImage1, TInputImage2, TOutputImage > | Implements the OR logical operator pixel-wise between two images |
| itk::OrthogonallyCorrected2DParametricPath | Represent an orthogonally corrected 2D parametric path |
| itk::OrthogonalSwath2DPathFilter< TFourierSeriesPath, TSwathMeritImage > | Filter that optimizes a 2D path relative to an image |
| otb::OrthoRectificationFilter< TInputImage, TOutputImage, TMapProjection, TInterpolatorPrecision > | Class for Orthorectifying an image |
| itk::Concept::OStreamWritable< T > | |
| itk::OStringStream | |
| otb::OTB_GCP | This OTB_GCP class is used to manage the GCP parameters in OTB |
| itk::OtsuMultipleThresholdsCalculator< TInputHistogram > | Computes Otsu's thresholds for a histogram |
| itk::OtsuMultipleThresholdsImageFilter< TInputImage, TOutputImage > | Threshold an image using multiple Otsu Thresholds |
| itk::OtsuThresholdImageCalculator< TInputImage > | Computes the Otsu's threshold for an image |
| itk::OtsuThresholdImageFilter< TInputImage, TOutputImage > | Threshold an image using the Otsu Threshold |
| OutEdgeIterator | Iterates on the graph out edges from a vertex |
| itk::OutputWindow | Messages sent from the system are collected by this object |
| otb::OverlapSaveConvolutionImageFilter< TInputImage, TOutputImage, TBoundaryCondition > | |
| itk::OverRideMap | Internal implementation class for ObjectFactorBase |
| itk::Functor::OverUnderColormapFunctor< TScalar, TRGBPixel > | Function object which maps a scalar value into an RGB colormap value |
| otb::PackedWidgetManager | Todo |
| itk::PadImageFilter< TInputImage, TOutputImage > | Increase the image size by padding. Superclass for filters that fill in extra pixels |
| itk::PadLabelMapFilter< TInputImage > | Pad a LabelMap image |
| otb::Functor::PanTexTextureFunctor< TScalarInputPixelType, TScalarOutputPixelType > | DEPRECATED< > |
| otb::PanTexTextureImageFilter< TInputImage, TOutputImage > | DEPRECATED< > |
| PanTexTextureImageFunction | DEPRECATED< > |
| otb::ParallelLinePathListFilter< TPath > | OtbParallelLinePathListFilter detects parallel lines in imagery. The required input data are a pathlist object |
| itk::ParallelSparseFieldCityBlockNeighborList< TNeighborhoodType > | A convenience class for storing indicies which reference neighbor pixels within a neighborhood |
| itk::ParallelSparseFieldLevelSetImageFilter< TInputImage, TOutputImage > | This class implements a finite difference partial differential equation solver for evolving surfaces embedded in volumes as level-sets |
| itk::ParallelSparseFieldLevelSetImageFilter< TInputImage, TOutputImage >::ParallelSparseFieldLevelSetThreadStruct | |
| itk::ParallelSparseFieldLevelSetImageFilter< TInputImage, TOutputImage >::ThreadData | |
| itk::ParallelSparseFieldLevelSetNode< TNodeIndexType > | |
| itk::ParametricPath< VDimension > | Represent a parametric path through ND Space |
| 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 |
| itk::PasteImageFilter< TInputImage, TSourceImage, TOutputImage > | Paste an image into another image |
| itk::Path< TInput, TOutput, VDimension > | Represent a path through ND Space |
| itk::PathAndImageToPathFilter< TInputPath, TInputImage, TOutputPath > | Base class for filters that take both a path and an image as input and produce a path as output |
| itk::PathConstIterator< TImage, TPath > | PathConstIterator iterates (traces) over a path through an image |
| otb::PathFunction< TInputPath, TOutput > | Evaluates a function of an image over a specific path |
| itk::PathIterator< TImage, TPath > | PathIterator iterates (traces) over a path through an image |
| otb::PathLengthFunctor< TInput1 > | Select paths according to their length |
| otb::PathListSource< TOutputPath > | Base class for filters with a PathList output type |
| otb::PathListToHistogramGenerator< TPath, TFunction > | This class generates an histogram from a list of path |
| otb::PathListToPathListFilter< TPath > | Base class for filter taking a PathList as input a returning a PathList |
| otb::PathMeanDistanceFunctor< TInput1 > | Functor to select path according to the average distance between points |
| itk::PathSource< TOutputPath > | Base class for all process objects that output path data |
| itk::PathToChainCodePathFilter< TInputPath, TOutputChainCodePath > | Filter that produces a chain code version of a path |
| itk::PathToImageFilter< TInputPath, TOutputImage > | Base class for filters that take a Path as input and produce an image as output. Base class for filters that take a Path as input and produce an image as output. By default, if the user does not specify the size of the output image, the maximum size of the path's bounding box is used. The default spacing of the image is given by the spacing of the input path (currently assumed internally to be 1.0) |
| itk::PathToPathFilter< TInputPath, TOutputPath > | Base class for filters that take a path as input and produce a path as output |
| itk::PCAShapeSignedDistanceFunction< TCoordRep, VSpaceDimension, TImage > | Compute the signed distance from a N-dimensional PCA Shape |
| itk::PDEDeformableRegistrationFilter< TFixedImage, TMovingImage, TDeformationField > | Deformably register two images using a PDE algorithm |
| itk::PDEDeformableRegistrationFunction< TFixedImage, TMovingImage, TDeformationField > | |
| otb::PerBandVectorImageFilter< TInputImage, TOutputImage, TFilter > | This filter is a helper class to apply per band a standard itk::ImageToImageFilter to a VectorImage |
| itk::PeriodicBoundaryCondition< TImage > | A function object that determines values outside of image boundaries according to periodic (wrap-around) conditions |
| otb::PeriodicSOM< TListSample, TMap, TSOMLearningBehaviorFunctor, TSOMNeighborhoodBehaviorFunctor > | This class is responsible for the learning of a self organizing map when considered as a torus |
| itk::PermuteAxesImageFilter< TImage > | Permutes the image axes according to a user specified order |
| otb::PersistentFilterStreamingDecorator< TFilter > | This filter link a persistent filter with a StreamingImageVirtualWriter |
| otb::PersistentImageFilter< TInputImage, TOutputImage > | This filter is the base class for all filter persisting data through multiple update. For instance, a filter computing global statistics on an image with streaming capabilities will have to keep the temporary results for each streamed piece of the image in order to synthetize the global statistics at the end. This filter is an itk::ImageToImageFilter, providing two additional methods. The first one, Synthetize(), allows the user to synthetize() temporary data produced by the multiple updates on different pieces of the image to the global result. The second one, Reset(), allows the user to reset the temporary data for a new input image for instance |
| PersistentLineDetector | Perform line segment computation in a persistent way |
| otb::PersistentMatrixTransposeMatrixImageFilter< TInputImage, TInputImage2 > | Compute
. Allow a padding of ones |
| otb::PersistentStatisticsImageFilter< TInputImage > | Compute min. max, variance and mean of an image using the output requested region |
| otb::PersistentVectorizationImageFilter< TInputImage, TOutputPath > | Perform vectorization in a persistent way |
| itk::PhasedArray3DSpecialCoordinatesImage< TPixel > | Templated 3D nonrectilinear-coordinate image class for phased-array "range" images |
| otb::Function::PhaseFunctor< TInputPixel > | Compute the module from the selected channel in the input |
| itk::PhilipsPAR | Class for reading parameters from a Philips PAR file |
| itk::PhilipsRECImageIO | Class that defines how to read Philips REC/PAR image files. This class supports reading only and not writing |
| itk::PhilipsRECImageIOFactory | Create instances of PhilipsRECImageIO objects using an object factory |
| itk::PixelAccessor< TInternalType, TExternalType > | Give access to partial aspects of a type |
| otb::PixelDescriptionActionHandler< TModel, TView > | Implements pixel reporting capabilities |
| otb::PixelDescriptionModel< TOutputImage > | This class is a layer based model reporting pixel information |
| otb::PixelDescriptionModelListener | Todo |
| otb::PixelDescriptionView< TModel > | Todo |
| otb::PixelSuppressionByDirectionImageFilter< TInputImage, TOutputImage > | Application of a filter of suppression of isolated pixels, not belonging to a line, strating from the directions of pixels |
| otb::PlaceNameToLonLat | Retrieve Longitude and Latitude coordinates from a place name |
| itk::PlaneSpatialObject< TDimension > | |
| itk::PNGImageIO | ImageIO object for reading and writing PNG images |
| itk::PNGImageIOFactory | Create instances of PNGImageIO objects using an object factory |
| itk::Point< TCoordRep, NPointDimension > | A templated class holding a geometric point in n-Dimensional space |
| itk::PointBasedSpatialObject< TDimension > | This class serves as the base class for point-based spatial objects |
| itk::PointLocator< TPointIdentifier, VPointDimension, TCoordRep, TPointsContainer > | Accelerate geometric searches for points |
| itk::PointSet< TPixelType, VDimension, TMeshTraits > | A superclass of the N-dimensional mesh structure; supports point (geometric coordinate and attribute) definition |
| otb::PointSetAndValuesFunction< TPointSet, TValue, TCoordRep > | Base class for function needing a point set and a set of associated value to compute the output |
| otb::PointSetDensityEpanechnikovFunction< TPointSet, TOutput > | Calculate the density in the neighborhood of a pixel using an Epanechnikov function |
| otb::PointSetDensityFunction< TPointSet, TOutput > | Calculate the density in the neighborhood of a pixel using a simple cut off method |
| otb::PointSetDensityGaussianFunction< TPointSet, TOutput > | Calculate the density in the neighborhood of a pixel using a gaussian function |
| otb::PointSetExtractROI< TInputPointSet, TOutputPointSet > | Extract a part of the points specified by a region |
| otb::PointSetFileReader< TOutputPointSet > | Read a point set from a lidar file |
| otb::PointSetFunction< TPointSet, TOutput > | Calculate the density in the neighborhood of a pixel |
| otb::PointSetSource< TOutputPointSet > | This class generate a random point set |
| otb::PointSetToDeformationFieldGenerator< TPointSet, TDeformationField > | Base class for filters generating a deformation field from a point set enriched with deformation and local transform information. The output of the filters deriving from this base class can be passed to the itk::WarpImageFilter for image resampling |
| otb::PointSetToDensityImageFilter< TInputPointSet, TOutputImage, TDensityFunction > | Draw the density of a point set on an image |
| itk::PointSetToImageFilter< TInputPointSet, TOutputImage > | Base class for filters that take a PointSet as input and produce an image as output. By default, if the user does not specify the size of the output image, the maximum size of the point-set's bounding box is used |
| itk::PointSetToImageMetric< TFixedPointSet, TMovingImage > | Computes similarity between a point set and an image |
| itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage > | Base class for PointSet to Image Registration Methods |
| itk::Statistics::PointSetToListAdaptor< TPointSet > | This class provides ListSampleBase interfaces to ITK PointSet |
| otb::PointSetToPointSetFilter< TInputPointSet, TOutputPointSet > | Base class to output PointSet data with image data as input |
| itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet > | Computes similarity between two point sets |
| itk::PointSetToPointSetRegistrationMethod< TFixedPointSet, TMovingPointSet > | Base class for PointSet to PointSet Registration Methods |
| itk::PointSetToSpatialObjectDemonsRegistration< TFixedPointSet, TMovingSpatialObject > | Implementation of Demons Registration between a PointSet and a SpatialObject |
| otb::PointSetWithTransformToDeformationFieldGenerator< TPointSet, TDeformationField > | Base class for filters generating a deformation field from a point set enriched with local transform information |
| otb::PolarimetricData | This class allows to determine the type of architecture we get |
| otb::PolarimetricSynthesisFilter< TInputImageHH, TInputImageHV, TInputImageVH, TInputImageVV, TOutputImage, TFunction > | Compute the polarimetric synthesis from two to four radar images |
| otb::Functor::PolarimetricSynthesisFunctor< TInput1, TInput2, TInput3, TInput4, TOutput > | Calculate the polarimetric synthesis |
| otb::Polygon< TValue > | This class represent a 2D polygon |
| itk::PolygonCell< TCellInterface > | |
| otb::PolygonCompacityFunctor< TInput1 > | Select polygons according to their compacity |
| itk::PolygonGroupSpatialObject< TDimension > | Implements a Region Of Interest Type |
| itk::PolygonGroupSpatialObjectXMLFileReader | |
| itk::PolygonGroupSpatialObjectXMLFileWriter | |
| otb::PolygonListToRCC8GraphFilter< TPolygonList, TOutputGraph > | This class computes an RCC8 graph from a set of polygons |
| otb::PolygonListToRCC8GraphFilter< TPolygonList, TOutputGraph >::ThreadStruct | |
| itk::PolygonSpatialObject< TDimension > | TODO |
| otb::PolygonToPolygonRCC8Calculator< TInputPolygon > | This class compute the RCC8 relation between the regions from two segmentation images |
| otb::PolyLineImageConstIterator< TImage, TPath > | Uses the bresenham algorithm to iterate over a polyline on an image (const version) |
| otb::PolyLineImageIterator< TImage, TPath > | Uses the bresenham algorithm to iterate over a polyline on an image |
| itk::PolylineMask2DImageFilter< TInputImage, TPolyline, TOutputImage > | Implements 2D image masking operation constrained by a contour |
| itk::PolylineMaskImageFilter< TInputImage, TPolyline, TVector, TOutputImage > | Implements image masking operation constrained by a polyline on a plane perpendicular to certain viewing direction |
| itk::PolyLineParametricPath< VDimension > | Represent a path of line segments through ND Space |
| otb::PolyLineParametricPathWithValue< TValue, VDimension > | This class implement a PolyLineParametricPath for which a value can be set. The value is stored in the itk::MetaDataDictionary. The precision of the value can be set |
| otb::PolyRBFSAMKernelFunctor | Undocumented |
| otb::PostGISConnectionImplementation | This class represents a connection to a PostGIS data base |
| otb::PostGISCreateTableTransactor | PQXX-based transactor for creating PostGIS tables |
| otb::PostGISFromStringTransactor | PQXX-based transactor for executing PostGIS queries |
| otb::PostGISQueryTransactor | PQXX-based transactor for executing PostGIS queries |
| otb::PostGISTable< TConnectionImplementation, TPrecision, TSpatialDimension > | This class represents a table of a geospatial database (PostGIS) |
| itk::PowellOptimizer | Implements Powell optimization using Brent line search |
| otb::PrepareSRTMDirectory | Deprecated Prepare SRTM directory for Ossim from a full archive |
| otb::PrintableImageFilter< TInputImage, TMaskImage > | This class is a helper class to turn a vector image to a generic 8 bytes RGB image. A mask can be used to highlight some objects represented by the same value. The mask is a binary image. Background MaskValue is used to precise which value of the mask are objects (default 0). Output object color can be set using m_ObjectColor (default white). The output is a 3 channel image, each channel is a channel of the input image. They can be selected using m_ChannelList or SetChannel(int ch ) method |
| itk::Statistics::ProbabilityDistribution | ProbabilityDistribution class defines common interface for statistical distributions (pdfs, cdfs, etc.) |
| itk::ProcessObject | ProcessObject is the base class for all process objects (source, filters, mappers) in the Insight data processing pipeline |
| otb::ProfileDerivativeToMultiScaleCharacteristicsFilter< TInputImage, TOutputImage, TLabeledImage > | This filter extracts the maximum derivative value of the input profile |
| otb::ProfileToProfileDerivativeFilter< TInputImage, TOutputImage > | This filter computes the derivative of a given profile |
| itk::ProgressAccumulator | Facilitates progress reporting for filters that wrap around multiple other filters |
| itk::ProgressAccumulator::FilterRecord | |
| itk::ProgressReporter | Implements progress tracking for a filter |
| itk::ProjectionImageFilter< TInputImage, TOutputImage, TAccumulator > | Implements an accumulation of an image along a selected direction |
| otb::Function::ProlateFunction< TInput, TOutput > | Prolate function give the value of the prolate profile following one of the 2 image dimension |
| otb::ProlateInterpolateImageFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator > | Prolate interpolation of an otb::image |
| Provide | |
| otb::Functor::PVI< TInput1, TInput2, TOutput > | This functor computes the Perpendicular Vegetation Index (PVI) |
| itk::QuadEdge | Base class for the implementation of a quad-edge data structure as proposed in "Guibas and Stolfi 1985" |
| itk::QuadEdgeMesh< TPixel, VDimension, TTraits > | Mesh class for 2D manifolds embedded in ND space |
| itk::QuadEdgeMeshBaseIterator< TQuadEdge > | Base iterator class for QuadEdgeMesh |
| itk::QuadEdgeMeshBorderTransform< TInputMesh, TOutputMesh > | Transform the mandatoryly unique border of an itkQE::Mesh into either a circle (conformal) or a square (arclenght-wise) |
| itk::QuadEdgeMeshBoundaryEdgesMeshFunction< TMesh > | Build a list of references to edges (as GeometricalQuadEdge::RawPointer) each one representing a different boundary component |
| itk::QuadEdgeMeshCellTraitsInfo< VPointDimension, TCoordRep, TInterpolationWeight, TPointIdentifier, TCellIdentifier, TCellFeatureIdentifier, TPoint, TPointsContainer, TUsingCellsContainer, TQE > | Helper class holding the traits of QuadEdge cells |
| itk::QuadEdgeMeshConstFrontIterator< TMesh, TQE > | Const quad edge mesh front iterator |
| itk::QuadEdgeMeshConstIterator< TQuadEdge > | Const iterator for QuadEdgeMesh |
| itk::QuadEdgeMeshConstIteratorGeom< TGeometricalQuadEdge > | Const geometrical iterator |
| itk::QuadEdgeMeshDecimationQuadricElementHelper< TPoint > | TODO explicit specification for VDimension=3!!! |
| itk::QuadEdgeMeshDelaunayConformingFilter< TInputMesh, TOutputMesh > | FIXME Add documentation |
| itk::QuadEdgeMeshDiscreteCurvatureEstimator< TInputMesh, TOutputMesh > | FIXME |
| itk::QuadEdgeMeshDiscreteCurvatureTensorEstimator< TInputMesh, TOutputMesh > | FIXME Add documentation here |
| itk::QuadEdgeMeshDiscreteGaussianCurvatureEstimator< TInputMesh, TOutputMesh > | See the following paper title: Discrete Differential-Geometry Operators for Triangulated 2-Manifolds authors: Mark Meyer, Mathieu Desbrun, Peter Schroder, Alan H. Barr conference: VisMath '02 location: Berlin (Germany) |
| itk::QuadEdgeMeshDiscreteMaxCurvatureEstimator< TInputMesh, TOutputMesh > | FIXME Add documentation here |
| itk::QuadEdgeMeshDiscreteMeanCurvatureEstimator< TInputMesh, TOutputMesh > | See the following paper title: Discrete Differential-Geometry Operators for Triangulated 2-Manifolds authors: Mark Meyer, Mathieu Desbrun, Peter Schroder, Alan H. Barr conference: VisMath '02 location: Berlin (Germany) |
| itk::QuadEdgeMeshDiscreteMinCurvatureEstimator< TInputMesh, TOutputMesh > | FIXME add documentation here |
| itk::QuadEdgeMeshDiscretePrincipalCurvaturesEstimator< TInputMesh, TOutputMesh > | FIXME add documentation here |
| itk::QuadEdgeMeshExtendedTraits< TPixelType, VPointDimension, VMaxTopologicalDimension, TCoordRep, TInterpolationWeightType, TCellPixelType, TPData, TDData > | Extended traits for a itkQE::Mesh |
| itk::QuadEdgeMeshFrontBaseIterator< TMesh, TQE > | Front iterator on Mesh class |
| itk::QuadEdgeMeshFrontBaseIterator< TMesh, TQE >::FrontAtom | Atomic information associated to each edge of the front |
| itk::QuadEdgeMeshFrontIterator< TMesh, TQE > | Non const quad edge front iterator |
| itk::QuadEdgeMeshIterator< TQuadEdge > | Non const iterator for QuadMesh |
| itk::QuadEdgeMeshIteratorGeom< TGeometricalQuadEdge > | Non const geometrical iterator |
| itk::QuadEdgeMeshLineCell< TCellInterface > | Class that connects the QuadEdgeMesh with the Mesh |
| itk::QuadEdgeMeshParam< TInputMesh, TOutputMesh, TSolverTraits > | Compute a planar parameterization of the input mesh |
| itk::QuadEdgeMeshPoint< TCoordRep, VPointDimension, TQuadEdge > | Wrapper around a itk::Point in order to add a reference to an entry in the edge ring |
| itk::QuadEdgeMeshPolygonCell< TCellInterface > | |
| QuadEdgeMeshScalarDataVTKPolyData | This class saves a QuadMesh into a VTK-legacy file format, including its scalar data associated with points |
| itk::QuadEdgeMeshSmoothing< TInputMesh, TOutputMesh > | Quad Edge Mesh Smoothing Filter |
| itk::QuadEdgeMeshTopologyChecker< TMesh > | Make some basic checks in order to verify that the considered mesh is not degenerated and correctly represents a surface with a potential boundary |
| itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh > | Duplicates the content of a Mesh |
| itk::QuadEdgeMeshTraits< TPixel, VPointDimension, TPData, TDData, TCoordRep, TInterpolationWeight > | Class holding the traits of the QuadEdgeMesh |
| itk::QuadraticEdgeCell< TCellInterface > | |
| itk::QuadraticTriangleCell< TCellInterface > | |
| itk::QuadraticTriangleCellTopology | |
| itk::QuadrilateralCell< TCellInterface > | |
| itk::QuadrilateralCellTopology | |
| otb::QuaternaryFunctorImageFilter< TInputImage1, TInputImage2, TInputImage3, TInputImage4, TOutputImage, TFunction > | Implements pixel-wise generic operation of four images |
| itk::QuaternionOrientationAdapter< VDimension > | Converts QuaternionOrientation flags to/from direction cosines |
| itk::QuaternionRigidTransform< TScalarType > | QuaternionRigidTransform of a vector space (e.g. space coordinates) |
| itk::QuaternionRigidTransformGradientDescentOptimizer | Implement a gradient descent optimizer |
| otb::QuickBirdImageMetadataInterface | Creation of an "otb" QuickBirdImageMetadataInterface that gets metadata |
| otb::QuickBirdImageMetadataInterfaceFactory | Creating an instance of a ImageMetadataInterface object using object factory |
| otb::QuickLookImageGenerator< TInputImage, TOutputImage > | This functor computes a quicklook using discrete gaussian transform |
| otb::RadialSAMKernelFunctor | Undocumented |
| otb::RADImageIO | ImageIO object for reading (not writing) RAD format images |
| otb::RADImageIOFactory | Creation d'un instance d'un objet RADImageIO utilisant les object factory |
| otb::RadiometricAttributesLabelMapFilter< TImage, TFeatureImage > | This filter computes radiometric attributes for each object |
| otb::Functor::RadiometricNonWaterNonVegetationDetectionFunctor< TInput, TOutput > | This functor uses computes RadiometricNonWaterNonVegetationIndexFunctor |
| otb::Functor::RadiometricNonWaterNonVegetationIndexFunctor< TInput, TOutput > | This functor computes ndwi and ndvi of an image |
| otb::Functor::RAndBAndNIRIndexBase< TInput1, TInput2, TInput3, TOutput > | Base class for R, B And NIR based Index Implement operators for UnaryFunctorImageFilter templated with a VectorImage and BinaryFunctorImageFilter templated with single images. Subclasses should NOT overload operators, they must re-implement the Evaluate() method |
| otb::RAndBAndNIRIndexImageFilter< TInputImageR, TInputImageB, TInputImageNIR, TOutputImage, TFunction > | TODO |
| otb::RAndBAndNIRVegetationIndexImageFilter< TInputImageR, TInputImageB, TInputImageNIR, TOutputImage, TFunction > | DEPRECATED : use otbRAndBAndNIRIndexImageFilter |
| otb::Functor::RAndGAndNIRIndexBase< TInput1, TInput2, TInput3, TOutput > | Base class for R, G And NIR based Index Implement operators for UnaryFunctorImageFilter templated with a VectorImage and BinaryFunctorImageFilter templated with single images. Subclasses should NOT overload operators, they must re-implement the Evaluate() method |
| otb::RAndGAndNIRIndexImageFilter< TInputImageR, TInputImageG, TInputImageNIR, TOutputImage, TFunction > | TODO |
| otb::RAndGAndNIRVegetationIndexImageFilter< TInputImageR, TInputImageG, TInputImageNIR, TOutputImage, TFunction > | TODO |
| otb::Functor::RAndNIRIndexBase< TInput1, TInput2, TOutput > | Base class for R And NIR based Index |
| otb::RAndNIRIndexImageFilter< TInputImageR, TInputImageNIR, TOutputImage, TFunction > | TODO |
| otb::RAndNIRVegetationIndexImageFilter< TInputImageR, TInputImageNIR, TOutputImage, TFunction > | DEPRECATED : use otbRAndNIRIndexImageFilter |
| itk::RandomImageSource< TOutputImage > | Generate an n-dimensional image of random pixel values |
| itk::RandomPermutation | |
| itk::Statistics::RandomVariateGeneratorBase | This class defines common interfaces for random variate generators |
| itk::RankImageFilter< TInputImage, TOutputImage, TKernel > | Rank filter of a greyscale image |
| itk::RawImageIO< TPixel, VImageDimension > | Read and write raw binary images |
| itk::RayCastInterpolateImageFunction< TInputImage, TCoordRep > | Projective interpolation of an image at specified positions |
| otb::RBFDiffKernelFunctor | Undocumented |
| otb::RBFKernelFunctor | Undocumented |
| otb::RBFRBFSAMKernelFunctor | Undocumented |
| otb::RCC8Edge | Base class to represent an edge in a RCC8 Graph |
| otb::RCC8Graph< TVertex > | This class is a data structure designed to store RCC8 Graph computed from a pyramidal segmentation |
| otb::RCC8GraphFileReader< TOutputGraph > | This class reads a RCC8 graph from a .dot file (graphviz format) |
| otb::RCC8GraphFileReaderException | Base exception class for IO problems during reading |
| otb::RCC8GraphFileWriter< TInputGraph > | This class writes a RCC8 Graph to a dot file (graphviz file format) |
| otb::RCC8GraphFileWriterException | Base exception class for IO problems during writing |
| otb::RCC8GraphSource< TOutputGraph > | Base class for all the filters producing an otbRCC8Graph |
| otb::RCC8VertexBase< TPath > | Base class to represent a vertex in a RCC8 Graph |
| otb::RCC8VertexIterator< TGraph > | Iterates on the graph vertices |
| otb::RCC8VertexWithCompacity< TPath, TPrecision > | Class to represent a vertex in a RCC8 Graph with the compacity value of the represented region |
| otb::RCC8VertexWithRegionCenter< TLabel, TPrecision > | Class to represent a vertex in a RCC8 Graph with the compacity value of the represented region |
| itk::fem::ReadInfoType | Helper class for storing additional information that is required when reading FEM objects from stream |
| itk::RealAndImaginaryToComplexImageFilter< TInputPixel1, TInputPixel2, TOutputPixel, NDimension > | Implements pixel-wise conversion of real and imaginar data into complex voxels |
| otb::RealMomentImageFunction< TInput, TOutput, TPrecision, TCoordRep > | Virtual class for the Real moments for an image function |
| otb::RealMomentPathFunction< TInputPath, TOutput, TPrecision > | Virtual class for the Real moments for a path |
| itk::RealTimeClock | The RealTimeClock provides a timestamp from a real-time clock |
| itk::ReceptorMemberCommand< T > | Command subclass that calls a pointer to a member function |
| itk::ReconstructionByDilationImageFilter< TInputImage, TOutputImage > | Grayscale reconstruction by dilation of an image |
| itk::ReconstructionByErosionImageFilter< TInputImage, TOutputImage > | Grayscale reconstruction by erosion of an image |
| itk::ReconstructionImageFilter< TInputImage, TOutputImage, TCompare > | Performs a grayscale geodesic reconstruction -- for performance comparison with GrayscaleGeodesicDilateImageFilter |
| otb::Rectangle< TValue > | This class represent a Rectangle |
| itk::RecursiveGaussianImageFilter< TInputImage, TOutputImage > | Base class for computing IIR convolution with an approximation of a Gaussian kernel |
| itk::RecursiveMultiResolutionPyramidImageFilter< TInputImage, TOutputImage > | Creates a multi-resolution pyramid using a recursive implementation |
| itk::RecursiveSeparableImageFilter< TInputImage, TOutputImage > | Base class for recursive convolution with a kernel |
| itk::Functor::RedColormapFunctor< TScalar, TRGBPixel > | Function object which maps a scalar value into an RGB colormap value |
| itk::RedPixelAccessor< T > | Give access to the red component of a RGBPixel type |
| otb::ReflectanceToSurfaceReflectanceImageFilter< TInputImage, TOutputImage > | Calculates the slope, the orientation incidence and exitance radius values for each pixel |
| otb::Functor::ReflectanceToSurfaceReflectanceImageFunctor< TInput, TOutput > | Compute the surface reflectance pixel from a TOA reflectance |
| itk::ReflectImageFilter< TInputImage, TOutputImage > | Implements a Reflection of an image along a selected direction |
| itk::ReflectiveImageRegionConstIterator< TImage > | Multi-dimensional image iterator which only walks a region |
| itk::ReflectiveImageRegionIterator< TImage > | Multi-dimensional image iterator which only walks a region |
| itk::Region | A region represents some portion or piece of data |
| itk::RegionalMaximaImageFilter< TInputImage, TOutputImage > | Produce a binary image where foreground is the regional maxima of the input image |
| itk::RegionalMinimaImageFilter< TInputImage, TOutputImage > | Produce a binary image where foreground is the regional minima of the input image |
| itk::RegionBasedLevelSetFunction< TInput, TFeature, TSharedData > | LevelSet function that computes a speed image based on regional integrals |
| itk::RegionBasedLevelSetFunctionData< TInputImage, TFeatureImage > | Helper class used to share data in the ScalarChanAndVeseLevelSetFunction |
| itk::RegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData > | Helper class used to share data in the ScalarChanAndVeseLevelSetFunction |
| itk::RegionFromReferenceLabelMapFilter< TInputImage > | Set the region from a reference image |
| otb::RegionGlComponent | This Gl Component represents a region |
| itk::RegionGrowImageFilter< TInputImage, TOutputImage > | Base class for RegionGrowImageFilter object |
| itk::RegionOfInterestImageFilter< TInputImage, TOutputImage > | Extract a region of interest from the input image |
| itk::RegularExpressionSeriesFileNames | Generate an ordered sequence of filenames that match a regular expression |
| itk::RegularizedHeavisideStepFunction< TInput, TOutput > | Base class of the Regularized (smoothed) Heaviside functions |
| itk::RegularSphereMeshSource< TOutputMesh > | Inputs are the center of the mesh, the scale (radius in each dimension) of the mesh and a resolution parameter, which corresponds to the recursion depth whlie creating a spherical triangle mesh |
| itk::RegularStepGradientDescentBaseOptimizer | Implement a gradient descent optimizer |
| itk::RegularStepGradientDescentOptimizer | Implement a gradient descent optimizer |
| itk::ReinitializeLevelSetImageFilter< TLevelSet > | Reinitialize the level set to the signed distance function |
| itk::RelabelComponentImageFilter< TInputImage, TOutputImage > | Relabel the components in an image such that consecutive labels are used |
| itk::watershed::Relabeler< TScalarType, TImageDimension > | |
| itk::RelabelLabelMapFilter< TImage > | This filter relabels the LabelObjects; the new labels are arranged consecutively with consideration for the background value |
| otb::Functor::ReliefColormapFunctor< TScalar, TRGBPixel > | Function object which maps a scalar value into an RGB colormap value for relief representation |
| otb::RemoteSensingRegion< TType > | An RemoteSensingRegion represents a structured region of data |
| otb::RemoveCarvingPathFilter< TInputImage, TInputPath, TOutputImage > | This class remove pixels given in one path |
| otb::RemoveIsolatedByDirectionFilter< TInputModulus, TInputDirection, TOutputImage > | This filter removes (sets to null intensity) pixels isolated by direction |
| otb::Functor::RemoveIsolatedByDirectionFunctor< TInput1, TInput2, TOutput > | Binary neighborhood functor to remove isolated pixels by direction. Used by the RemoveIsolatedByDirectionFilter |
| otb::RemoveTortuousPathListFilter< TPath > | This filter remove path considered as tortuous |
| otb::RemoveWrongDirectionFilter< TInputModulus, TInputDirection, TOutputImage > | This filter removes (sets to null intensity) pixels with wrong direction |
| otb::Functor::RemoveWrongDirectionFunctor< TInput1, TInput2, TOutput > | This functor is used by the RemoveWrongDirectionFilter |
| otb::Function::RenderingFunction< TPixel, TRGBPixel > | Base class for rendering functions. Please note that this class is pure virtual, and should be subclassed |
| otb::Functor::RenderingFunctor< TPixel, TRGBPixel > | This functor renders the input pixel. This functor renders the input pixel to a printable format (unsigned char RGB). It uses a rendering function which is in charge of the rendering |
| otb::RenderingImageFilter< TInputImage, TOutputImage > | This class applies the rendering functor to an image |
| itk::ResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType > | Resample an image via a coordinate transform |
| otb::MorphologicalPyramid::Resampler< TInputImage, TOutputImage > | This class performs the resampling of the given image to the given size |
| itk::RescaleIntensityImageFilter< TInputImage, TOutputImage > | Applies a linear transformation to the intensity levels of the input Image |
| itk::ResourceProbe< ValueType, MeanType > | Class for computing the change of a value between two points in the code |
| itk::ResourceProbesCollectorBase< TProbe > | Class for aggregating a set of probes |
| itk::RGBAPixel< TComponent > | Represent Red, Green, Blue cand Alpha component for color images |
| itk::RGBGibbsPriorFilter< TInputImage, TClassifiedImage > | RGBGibbsPriorFilter applies Gibbs Prior model for the segmentation of MRF images. The core of the method is based on the minimization of a Gibbsian energy function. This energy function f can be divided into three part: f = f_1 + f_2 + f_3; f_1 is related to the object homogeneity, f_2 is related to the boundary smoothness, f_3 is related to the constraint of the observation (or the noise model). The two force components f_1 and f_3 are minimized by the GradientEnergy method while f_2 is minized by the GibbsTotalEnergy method |
| itk::RGBPixel< TComponent > | Represent Red, Green and Blue component for color images |
| itk::RGBToLuminanceImageAdaptor< TImage, TOutputPixelType > | Presents a color image as being composed of the Luminance of its pixels |
| itk::RGBToLuminanceImageFilter< TInputImage, TOutputImage > | Converts an RGB image into a grayscale image |
| itk::Accessor::RGBToLuminancePixelAccessor< TInternalType, TExternalType > | Give access to Luminance of a color pixel type |
| itk::RGBToVectorImageAdaptor< TImage > | Presents an image of pixel type RGBPixel as being and image of Vectors |
| itk::Accessor::RGBToVectorPixelAccessor< T > | Give access to a RGBPixel as if it were a Vector type |
| itk::Rigid2DTransform< TScalarType > | Rigid2DTransform of a vector space (e.g. space coordinates) |
| itk::Rigid3DPerspectiveTransform< TScalarType > | Rigid3DTramsform of a vector space (e.g. space coordinates) |
| itk::Rigid3DTransform< TScalarType > | Rigid3DTransform of a vector space (e.g. space coordinates) |
| otb::RoadExtractionFilter< TInputImage, TOutputPath > | This class performs the extraction of roads from an image |
| itk::RobustAutomaticThresholdCalculator< TInputImage, TGradientImage > | Compute the robust automatic threshold |
| itk::RobustAutomaticThresholdImageFilter< TInputImage, TGradientImage, TOutputImage > | Threshold an image using robust automatic threshold selection (RATS) method |
| otb::ROIdataConversion< TInputImage, TInputROIImage > | Image data to vector conversion |
| otb::Functor::RVI< TInput1, TInput2, TOutput > | This functor computes the Ratio Vegetation Index (RVI) |
| itk::Concept::SameDimension< D1, D2 > | |
| itk::Concept::SameDimensionOrMinusOne< D1, D2 > | |
| itk::Concept::SameType< T1, T2 > | |
| otb::SAMKernelFunctor | Undocumented |
| itk::Statistics::Sample< TMeasurementVector > | A collection of measurements for statistical analysis |
| itk::Statistics::SampleAlgorithmBase< TInputSample > | This class is a base class for algorithms that operate on Sample data. The class is templated over the SampleType, which it takes as input using the SetInputSample() method. Derived classes that operate or calculate statistics on this input sample data and can access it using the GetInputSample() method |
| itk::Statistics::SampleClassifier< TSample > | Integration point for MembershipCalculator, DecisionRule, and target sample data |
| itk::Statistics::SampleClassifierWithMask< TSample, TMaskSample > | Integration point for MembershipCalculator, DecisionRule, and target sample data. This class is functionally identical to the SampleClassifier, except that users can perform only part of the input sample that belongs to the subset of classes |
| itk::Statistics::SampleMeanShiftBlurringFilter< TSample > | This filter blurs the input sample data using mean shift algorithm |
| itk::Statistics::SampleMeanShiftClusteringFilter< TSample > | This filter create a cluster map from an input sample |
| itk::Statistics::SampleSelectiveMeanShiftBlurringFilter< TSample > | This filter blurs the input sample data using mean shift algorithm selectively |
| itk::Statistics::SampleToHistogramProjectionFilter< TInputSample, THistogramMeasurement > | Projects measurement vectors on to an axis to generate an 1D histogram |
| otb::Functor::SAVI< TInput1, TInput2, TOutput > | This functor computes the Soil Adjusted Vegetation Index (SAVI) |
| itk::ScalableAffineTransform< TScalarType, NDimensions > | Affine transformation with a specified center of rotation |
| itk::ScalarAnisotropicDiffusionFunction< TImage > | |
| otb::MeanShift::ScalarBufferConverter | Small utilities class used for buffer conversion with EDISON standard. This class handles buffer conversion when pixel type is scalar |
| itk::ScalarChanAndVeseDenseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData > | Dense implementation of the Chan and Vese multiphase level set image filter |
| itk::ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage, TSharedData > | LevelSet function that computes a speed image based on regional integrals of probabilities |
| itk::ScalarChanAndVeseLevelSetFunctionData< TInputImage, TFeatureImage > | Helper class used to share data in the ScalarChanAndVeseLevelSetFunction |
| itk::ScalarChanAndVeseSparseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData, TIdCell > | Sparse implementation of the Chan and Vese multiphase level set image filter |
| itk::ScalarConnectedComponentImageFilter< TInputImage, TOutputImage, TMaskImage > | A connected components filter that labels the objects in an arbitrary image. Two pixels are similar if they are within threshold of each other. Uses ConnectedComponentFunctorImageFilter |
| itk::ScalarImageKmeansImageFilter< TInputImage, TOutputImage > | Classifies the intensity values of a scalar image using the K-Means algorithm |
| itk::Statistics::ScalarImageTextureCalculator< TImageType, THistogramFrequencyContainer > | This class computes texture descriptions from an image |
| otb::Functor::ScalarImageTextureFunctor< TNeighIter, TInputImage, TOutput > | Unary neighborhood functor to compute the value of a pixel which is a sum of the surrounding pixels value ponderated by a coefficient |
| itk::Statistics::ScalarImageToGreyLevelCooccurrenceMatrixGenerator< TImageType, THistogramFrequencyContainer > | This class computes a grey-level co-occurence matrix (histogram) from a given image. GLCM's are used for image texture description |
| itk::Statistics::ScalarImageToHistogramGenerator< TImageType > | TODO |
| itk::Statistics::ScalarImageToListAdaptor< TImage > | This class provides ListSampleBase interfaces to ITK Image |
| otb::ScalarImageToPanTexTextureFilter< TInpuImage, TOutputImage > | This class computes a texture derived built-up precense index (PanTex) |
| otb::ScalarImageToTexturesFilter< TInpuImage, TOutputImage > | This class compute 8 local Haralick textures features |
| itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData > | LevelSet function that computes a speed image based on regional integrals |
| itk::ScalarToArrayCastImageFilter< TInputImage, TOutputImage > | Creates the output image with vector type pixels filled with the intensity values from one or more input images with scalar pixels |
| otb::Functor::ScalarToRainbowRGBPixelFunctor< TScalar, TRGBPixel > | Function object which maps a scalar value into a rainbow RGB pixel value |
| itk::ScalarToRGBColormapImageFilter< TInputImage, TOutputImage > | Implements pixel-wise intensity->rgb mapping operation on one image |
| itk::Functor::ScalarToRGBPixelFunctor< TScalar > | Function object which maps a scalar value into an RGB pixel value |
| itk::ScalarVector< TScalar, TVector, TVectorDimension > | A templated class holding bot scalar and vector values and responding to the GetScalar() and GetVector() methods |
| otb::Functor::ScalarVectorImageTextureFunctor< TNeighIter, TInputImage, TOutput > | Unary neighborhood functor to compute the value of a pixel which is a sum of the surrounding pixels value ponderated by a coefficient |
| itk::ScaleInvariantFeatureImageFilter< TFixedImageType, VDimension > | Generate and match scale invariant features from an image input |
| itk::ScaleLogarithmicTransform< TScalarType, NDimensions > | Logarithmic Scale transformation of a vector space (e.g. space coordinates) |
| itk::ScaleSkewVersor3DTransform< TScalarType > | ScaleSkewVersor3DTransform of a vector space (e.g. space coordinates) |
| itk::ScaleTransform< TScalarType, NDimensions > | Scale transformation of a vector space (e.g. space coordinates) |
| itk::ScaleVersor3DTransform< TScalarType > | This transform applies a Versor rotation, translation and anisotropic scale to the space |
| itk::ScatterMatrixImageFunction< TInputImage, TCoordRep > | Calculate the scatter matrix in the neighborhood of a pixel in a Vector image |
| itk::SceneSpatialObject< TSpaceDimension > | SceneSpatialObject has a list of SpatialObjects |
| itk::SecondaryNodeList< TItemType, VCliqueSize > | Stores corresponding lists of nodes with pointers to the contained items |
| itk::SegmentationBorder | Base class for SegmentationBorder object |
| itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType > | |
| itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType > | A base class which defines the API for implementing a special class of image segmentation filters using level set methods |
| itk::SegmentationRegion | Base class for SegmentationRegion object |
| itk::watershed::Segmenter< TInputImage > | |
| otb::MorphologicalPyramid::Segmenter< TInputImage, TOutputImage > | This class performs the segmentation of a detail image extracted from a morphological pyramid analysis |
| itk::watershed::Segmenter< TInputImage >::flat_region_t | |
| itk::watershed::SegmentTable< TScalarType > | |
| itk::watershed::SegmentTable< TScalarType >::edge_pair_t | |
| itk::watershed::SegmentTable< TScalarType >::segment_t | |
| itk::watershed::SegmentTree< TScalarType > | |
| itk::watershed::SegmentTree< TScalarType >::merge_comp | |
| itk::watershed::SegmentTree< TScalarType >::merge_t | |
| itk::watershed::SegmentTree< TScalarType >::sort_comp | |
| itk::watershed::SegmentTreeGenerator< TScalarType > | |
| otb::SelectAreaActionHandler< TModel, TWidget > | Implements basic Scroll, Full and Zoom widgets resizing |
| itk::Statistics::SelectiveSubsampleGenerator< TInputSample, TClassMaskSample > | SelectiveSubsampleGenerator generates a Subsample object that includes measurement vectors that belong to the classes that are specified by the SetSelectedClassLabels method |
| itk::Semaphore | The semaphore class is used to synchronize execution between threads |
| otb::SEMClassifier< TInputImage, TOutputImage > | This class implements the Stochastic Expectation Maximization algorithm to perform an estimation of a mixture model |
| otb::SensorModelBase< TScalarType, NInputDimensions, NOutputDimensions > | Base class for the sensor model projection classes. This class allows to transform a geographic point in (lat,long) to a point in the sensor geometry. (lat,lon) -> (i,j) ou (lat,lon,h) -> (i,j) |
| SFSTexturesFunctor | This functor computes textures based on line direction analysis through the central pixel |
| otb::SFSTexturesImageFilter< TInputImage, TOutputImage > | This functor computes the texture describes in the following publication It is based on line direction estimation |
| otb::ShapeAttributesLabelMapFilter< TImage, TLabelImage > | This class is a fork of the itk::ShapeLabelMapFilter working with AttributesMapLabelObject |
| otb::Functor::ShapeAttributesLabelObjectFunctor< TLabelObject, TLabelImage > | Functor to compute shape attributes of one LabelObject |
| itk::ShapeDetectionLevelSetFunction< TImageType, TFeatureImageType > | This function is used in the ShapeDetectionLevelSetImageFilter to segment structures in an image based on a user supplied edge potential map |
| itk::ShapeDetectionLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType > | Segments structures in images based on a user supplied edge potential map |
| itk::ShapedFloodFilledFunctionConditionalConstIterator< TImage, TFunction > | Iterates over a flood-filled spatial function |
| itk::ShapedFloodFilledImageFunctionConditionalConstIterator< TImage, TFunction > | Iterates over a flood-filled image function |
| itk::ShapedFloodFilledImageFunctionConditionalIterator< TImage, TFunction > | Iterates over a flood-filled image function |
| itk::ShapedNeighborhoodIterator< TImage, TBoundaryCondition > | A neighborhood iterator which can take on an arbitrary shape |
| itk::ShapedNeighborhoodIterator< TImage, TBoundaryCondition >::Iterator | |
| itk::ShapeKeepNObjectsLabelMapFilter< TImage > | Keep N objects according to their shape attributes |
| itk::ShapeLabelMapFilter< TImage, TLabelImage > | The valuator class for the ShapeLabelObject |
| itk::ShapeLabelObject< TLabel, VImageDimension > | A Label object to store the common attributes related to the shape of the object |
| itk::ShapeOpeningLabelMapFilter< TImage > | Remove objects according to the value of their shape attribute |
| itk::ShapePriorMAPCostFunction< TFeatureImage, TOutputPixel > | Represents the maximum aprior (MAP) cost function used ShapePriorSegmentationLevelSetImageFilter to estimate the shape paramaeters |
| itk::ShapePriorMAPCostFunctionBase< TFeatureImage, TOutputPixel > | Represents the base class of maximum aprior (MAP) cost function used ShapePriorSegmentationLevelSetImageFilter to estimate the shape paramaeters |
| itk::ShapePriorSegmentationLevelSetFunction< TImageType, TFeatureImageType > | This function is used in ShapePriorSegmentationLevelSetFilter to segment structures in an image based on user supplied edge potential map and shape model |
| itk::ShapePriorSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType > | A base class which defines the API for implementing a level set segmentation filter with statistical shape influence |
| itk::ShapeRelabelImageFilter< TInputImage > | Relabel objects according to their shape attributes |
| itk::ShapeRelabelLabelMapFilter< TImage > | Relabels objects according to their shape attributes |
| itk::ShapeSignedDistanceFunction< TCoordRep, VSpaceDimension > | Base class for functions which evaluates the signed distance from a shape |
| itk::ShapeUniqueLabelMapFilter< TImage > | Remove some pixels in the label object according to the value of their shape attribute to ensure that a pixel is not in to objects |
| SharedMorphUtilities | Functionality in common for anchor and VanHerkGilWerman openings/closings and erosions/dilation |
| otb::ShiftScaleImageAdaptor< TImage, TOutputPixelType > | Presents an image as being composed of the shift scale operation of its pixels |
| itk::ShiftScaleImageFilter< TInputImage, TOutputImage > | Shift and scale the pixels in an image |
| itk::ShiftScaleInPlaceImageFilter< TInputImage > | Shift and scale the pixels in an image |
| itk::ShiftScaleLabelMapFilter< TImage > | Shifts and scales a label map filter, giving the option to change the background value |
| otb::Accessor::ShiftScalePixelAccessor< TPixelType, TExternalType > | Apply a shift scale operation to the value |
| itk::ShrinkImageFilter< TInputImage, TOutputImage > | Reduce the size of an image by an integer factor in each dimension |
| itk::SiemensVisionImageIO | Class that defines how to read SiemensVision file format |
| itk::SiemensVisionImageIOFactory | Create instances of SiemensVisionImageIO objects using an object factory |
| otb::SiftFastImageFilter< TInputImage, TOutputPointSet > | This class extracts key points from an input image through a pyramidal decomposition |
| itk::SigmoidImageFilter< TInputImage, TOutputImage > | Computes the sigmoid function pixel-wise |
| itk::Concept::Signed< T > | |
| itk::SignedDanielssonDistanceMapImageFilter< TInputImage, TOutputImage > | |
| itk::SignedMaurerDistanceMapImageFilter< TInputImage, TOutputImage > | This filter calculates the squared Euclidean distance transform of a binary image in linear time for arbitrary dimensions |
| itk::Similarity2DTransform< TScalarType > | Similarity2DTransform of a vector space (e.g. space coordinates) |
| itk::Similarity3DTransform< TScalarType > | Similarity3DTransform of a vector space (e.g. space coordinates) |
| itk::SimilarityIndexImageFilter< TInputImage1, TInputImage2 > | Measures the similarity between the set of non-zero pixels of two images |
| itk::Functor::SimilarVectorsFunctor< TInput > | A connected components filter that labels the objects in a vector image. Two vectors are pointing similar directions if one minus their dot product is less than a threshold. Vectors that are 180 degrees out of phase are similar. Assumes that vectors are normalized |
| itk::SimpleConstMemberCommand< T > | Command subclass that calls a pointer to a member function |
| itk::SimpleContourExtractorImageFilter< TInputImage, TOutputImage > | Computes an image of contours from |
| itk::SimpleDataObjectDecorator< T > | Decorates any "simple" data type (data types without smart pointers) with a DataObject API |
| itk::SimpleFastMutexLock | Critical section locking class that can be allocated on the stack |
| itk::SimpleFilterWatcher | Simple mechanism for monitoring the pipeline events of a filter and reporting these events to std::cout |
| itk::SimpleFuzzyConnectednessImageFilterBase< TInputImage, TOutputImage > | Base class for FuzzyConnectednessImageFilter object |
| itk::SimpleFuzzyConnectednessRGBImageFilter< TInputImage, TOutputImage > | Perform segmentation on RGB images using method of fuzzy connectedness |
| itk::SimpleFuzzyConnectednessScalarImageFilter< TInputImage, TOutputImage > | Perform segmentation on grayscale images using method of fuzzy connectedness |
| itk::SimpleMemberCommand< T > | Command subclass that calls a pointer to a member function |
| itk::SimpleMutexLock | Simple mutual exclusion locking class |
| otb::SimpleRcsPanSharpeningFusionImageFilter< TPanImageType, TXsImageType, TOutputImageType > | This class performs a simple Pan sharpening operation |
| itk::SimplexMesh< TPixelType, VDimension, TMeshTraits > | The class represents a 2-simplex mesh |
| itk::SimplexMeshAdaptTopologyFilter< TInputMesh, TOutputMesh > | This filter changes the topology of a 2-simplex mesh |
| itk::SimplexMeshAdaptTopologyFilter< TInputMesh, TOutputMesh >::SimplexCellVisitor | |
| itk::SimplexMeshGeometry | Handle geometric properties for vertices of a simplx mesh |
| itk::SimplexMeshToTriangleMeshFilter< TInputMesh, TOutputMesh > | This filter converts a 2-simplex mesh into a triangle mesh |
| itk::SimplexMeshToTriangleMeshFilter< TInputMesh, TOutputMesh >::SimplexCellVisitor | |
| itk::SimplexMeshVolumeCalculator< TInputMesh > | Adapted from itkSimplexMeshToTriangleFilter to calculate the volume of a simplex mesh using the barycenters and normals. call Compute() to calculate the volume and GetVolume() to get the value. For an example see itkDeformableSimplexMesh3DFilter.cxx (Thomas Boettger. Division Medical and Biological Informatics, German Cancer Research Center, Heidelberg.) |
| itk::SimplexMeshVolumeCalculator< TInputMesh >::SimplexCellVisitor | |
| otb::SimplifyPathFunctor< TInput, TOutput > | This filter performs a simplification of the input path |
| otb::SimplifyPathListFilter< TPath > | This filter performs a simplification of the path in the input list |
| itk::SingleValuedCostFunction | This class is a base for the CostFunctions returning a single value |
| itk::SingleValuedNonLinearOptimizer | This class is a base for the Optimization methods that optimize a single valued function |
| itk::SingleValuedNonLinearVnlOptimizer | This class is a base for the Optimization methods that optimize a single valued function |
| itk::SingleValuedVnlCostFunctionAdaptor | This class is an Adaptor that allows to pass itk::SingleValuedCostFunctions to vnl_optimizers expecting a vnl_cost_function |
| itk::SinImageAdaptor< TImage, TOutputPixelType > | Presents an image as being composed of the vcl_sin() of its pixels |
| itk::SinImageFilter< TInputImage, TOutputImage > | Computes the vcl_sin(x) pixel-wise |
| itk::Accessor::SinPixelAccessor< TInternalType, TExternalType > | Give access to the vcl_sin() function of a value |
| itk::SinRegularizedHeavisideStepFunction< TInput, TOutput > | Sin-based implementation of the Regularized (smoothed) Heaviside functions |
| otb::SinusoidalMapProjection< transform > | This class implements the Sinusoidal map projection. It converts coordinates in longitude,latitude (WGS84) to Sinusoidal map coordinates |
| otb::SIXSTraits | SIXSTraits operations |
| itk::Size< VDimension > | Represent the size (bounds) of a n-dimensional image |
| itk::SliceBySliceImageFilter< TInputImage, TOutputImage, TInputFilter, TOutputFilter, TInternalInputImage, TInternalOutputImage > | Apply a filter or a pipeline slice by slice on an image |
| itk::SliceIterator< TPixel, TContainer > | A flexible iterator for itk containers(i.e. itk::Neighborhood) that support pixel access through operator[] |
| itk::SmapsData_2_6 | Read a smaps stream and return the memory usage information. Smaps files have been added since the linux kernel 2.6 |
| itk::SmapsFileParser< TSmapsDataType > | Read a smap file (typically located in /proc/PID/smaps) and extract the memory usage information. Any smaps data reader can be used in template as long as they implement a operator>>(istream&) and have GetXXXUsage() methods |
| itk::SmapsRecord | |
| itk::SmartPointer< TObjectType > | Implements transparent reference counting |
| itk::SmartPointerForwardReference< T > | Implements transparent reference counting in situations where forward references / cyclic include dependencies are a problem |
| itk::SmoothingRecursiveGaussianImageFilter< TInputImage, TOutputImage > | Computes the smoothing of an image by convolution with the Gaussian kernels implemented as IIR filters |
| itk::SobelEdgeDetectionImageFilter< TInputImage, TOutputImage > | A 2D or 3D edge detection using the Sobel operator |
| itk::SobelOperator< TPixel, VDimension, TAllocator > | A NeighborhoodOperator for performing a directional Sobel edge-detection operation * at a pixel location |
| itk::fem::Solution | Provides functions to access the values of the solution vector |
| itk::fem::Solver | Main FEM solver |
| itk::fem::SolverCrankNicolson | FEM Solver for time dependent problems; uses Crank-Nicolson implicit discretization scheme |
| itk::fem::SolverHyperbolic | Solver class suitable for hyperbolic problems |
| otb::SOM< TListSample, TMap, TSOMLearningBehaviorFunctor, TSOMNeighborhoodBehaviorFunctor > | This class is responsible for the learning of a self organizing map from a set of vector represented by the input image (each vector is a pixel of the image) |
| otb::SOMActivationBuilder< TListSample, TInputMap, TOutputImage > | This class takes a self organizing map and an input vector image, and produce a map counting the number of activation for each vector in the SOM map |
| otb::SOMbasedImageFilter< TInputImage, TOutputImage, TDistanceMetric, TMap > | This class perform the substitution between initial input image pixels and the winning neurons of a SOM |
| otb::Functor::SOMbasedImageFilterFunctor< TInput, TOutput, TDistanceMetric, TMap > | This class implements the functor that perform substitution between input image pixels and the corresponding winning neurons of a Kohonen map |
| otb::SOMClassifier< TSample, TSOMMap, TLabel > | This class implements a SOM-Based classifier |
| otb::SOMImageClassificationFilter< TInputImage, TOutputImage, TSOMMap, TMaskImage > | This filter performs the classification of a VectorImage using a given SOM map |
| otb::Functor::SOMLearningBehaviorFunctor | Classical Beta behavior over SOM training phase |
| otb::SOMMap< TNeuron, TDistance, VMapDimension > | This class represent a Self Organizing Map |
| otb::SOMWithMissingValue< TListSample, TMap, TSOMLearningBehaviorFunctor, TSOMNeighborhoodBehaviorFunctor > | This class implements SOM training with missing value |
| itk::SparseFieldCityBlockNeighborList< TNeighborhoodType > | A convenience class for storing indicies which reference neighbor pixels within a neighborhood |
| itk::SparseFieldFourthOrderLevelSetImageFilter< TInputImage, TOutputImage > | This class implements the fourth order level set PDE framework |
| itk::SparseFieldLayer< TNodeType > | |
| itk::SparseFieldLayer< TNodeType >::RegionType | |
| itk::SparseFieldLayerIterator< TNodeType > | |
| itk::SparseFieldLevelSetImageFilter< TInputImage, TOutputImage > | This class implements a finite difference partial differential equation solver for evolving surfaces embedded in volumes as level-sets |
| itk::SparseFieldLevelSetNode< TValueType > | |
| itk::Statistics::SparseFrequencyContainer | His class is a container for an histogram |
| itk::SparseImage< TNode, VImageDimension > | This class implements a storage type for sparse image data |
| itk::SpatialFunction< TOutput, VImageDimension, TInput > | N-dimensional spatial function class |
| itk::SpatialFunctionImageEvaluatorFilter< TSpatialFunction, TInputImage, TOutputImage > | Evaluates a SpatialFunction onto a source image |
| itk::SpatialObject< TDimension > | Implementation of the composite pattern |
| itk::SpatialObjectDuplicator< TInputSpatialObject > | |
| otb::SpatialObjectDXFReader< TSpatialObject > | This class reads the DXF file format to SpatialObjects |
| itk::SpatialObjectFactory< T > | Create instances of SpatialObjects |
| itk::SpatialObjectFactoryBase | Create instances of SpatialObjects |
| itk::SpatialObjectPoint< TPointDimension > | Point used for spatial objets |
| itk::SpatialObjectProperty< TComponentType > | |
| itk::SpatialObjectReader< NDimensions, PixelType, TMeshTraits > | TODO |
| otb::SpatialObjectSource< TSpatialObject > | Base class for filters producing a SpatialObject as output |
| otb::SpatialObjectToImageDrawingFilter< TInputSpatialObject, TOutputImage > | Base class for filters that take a SpatialObject as input and produce an image as output. By default, if the user does not specify the size of the output image, the maximum size of the object's bounding box is used. The spacing of the image is given by the spacing of the input Spatial object |
| itk::SpatialObjectToImageFilter< TInputSpatialObject, TOutputImage > | Base class for filters that take a SpatialObject as input and produce an image as output. By default, if the user does not specify the size of the output image, the maximum size of the object's bounding box is used. The spacing of the image is given by the spacing of the input Spatial object |
| itk::SpatialObjectToImageStatisticsCalculator< TInputImage, TInputSpatialObject, TSampleDimension > | |
| itk::SpatialObjectToPointSetFilter< TInputSpatialObject, TOutputPointSet > | Base class for filters that take a SpatialObject as input and produce a PointSet as output. The pointset created is in physical space |
| itk::SpatialObjectTreeContainer< TDimension > | Array class with size defined at construction time |
| itk::SpatialObjectTreeNode< TDimension > | TODO |
| itk::SpatialObjectWriter< NDimensions, PixelType, TMeshTraits > | TODO |
| itk::SpatialOrientationAdapter | Converts SpatialOrientation flags to/from direction cosines |
| itk::SpecialCoordinatesImage< TPixel, VImageDimension > | Templated n-dimensional nonrectilinear-coordinate image base class |
| otb::SpectralAngleDistanceImageFilter< TInputImage, TOutputImage > | This filter implements the computation of the spectral angle distance with respect to a reference pixel |
| SpectralAngleFunctor | This functor computes the spectral angle according to a reference pixel |
| otb::SpectralAngleKernelFunctor | Spectral Angle Kernel |
| otb::SpectralSensitivityReader | Read a file that contains spectral sensitivity |
| itk::SphereMeshSource< TOutputMesh > | Input the center and resolutions in 2 directions(verizon and horizon) to create a sphere-like deformable model. The cell on the surface is in the shape of triangular. More parameters are added to make the sphere mesh have global and local deform ability |
| itk::SphereSignedDistanceFunction< TCoordRep, VSpaceDimension > | Compute the signed distance from a N-dimensional sphere |
| itk::SphereSpatialFunction< VImageDimension, TInput > | Spatial function implementation of a sphere |
| otb::SplittedWidgetManager | Todo |
| otb::SpotImageMetadataInterface | Creation of an "otb" SpotImageMetadataInterface that gets metadata |
| otb::SpotImageMetadataInterfaceFactory | Creating an instance of a ImageMetadataInterface object using object factory |
| itk::Functor::SpringColormapFunctor< TScalar, TRGBPixel > | Function object which maps a scalar value into an RGB colormap value |
| itk::SPSAOptimizer | An optimizer based on simultaneous perturbation.. |
| itk::SqrtImageAdaptor< TImage, TOutputPixelType > | Presents an image as being composed of the vcl_sqrt() of its pixels |
| itk::SqrtImageFilter< TInputImage, TOutputImage > | Computes the vcl_sqrt(x) pixel-wise |
| itk::Accessor::SqrtPixelAccessor< TInternalType, TExternalType > | Give access to the vcl_sqrt() function of a value |
| otb::Functor::SqrtSpectralAngleFunctor< TInputVectorPixel, TOutputPixel > | This functor computes the square root of a spectral angle according to a reference pixel |
| itk::SquaredDifferenceImageFilter< TInputImage1, TInputImage2, TOutputImage > | Implements pixel-wise the computation of squared difference |
| itk::SquareImageFilter< TInputImage, TOutputImage > | Computes the square of the intensity values pixel-wise |
| otb::Functor::SRWI< TInput1, TInput2, TOutput > | This functor computes the Simple Ratio Water Index (SRWI) |
| itk::StandardDeviationProjectionImageFilter< TInputImage, TOutputImage, TAccumulate > | Mean projection |
| otb::StandardFilterWatcher | This class shows the percentage progress execution of the pipeline filtering process |
| otb::StandardImageViewer< TImage, TVectorData, TWidgetManager > | This class implements a standard visualization tool to be plugged at the end of a pipeline |
| otb::Function::StandardRenderingFunction< TPixel, TRGBPixel, TPixelRepresentationFunction, TTransferFunction > | Standard rendering. If the input image is an Image, the function renders it with R, G and B channels all equals. If it is a VectorImage, the function renders the selected channels |
| otb::StandardWriterWatcher | This class shows the percentage progress execution of the pipeline filtering process |
| itk::STAPLEImageFilter< TInputImage, TOutputImage > | The STAPLE filter implements the Simultaneous Truth and Performance Level Estimation algorithm for generating ground truth volumes from a set of binary expert segmentations |
| otb::StatisticsAttributesLabelMapFilter< TImage, TFeatureImage > | This class is a fork of itk::StasticsLabelMapFilter to support AttributesMapLabelObject |
| otb::Functor::StatisticsAttributesLabelObjectFunctor< TLabelObject, TFeatureImage > | Functor to compute statistics attributes of one LabelObject |
| itk::StatisticsImageFilter< TInputImage > | Compute min. max, variance and mean of an Image |
| itk::StatisticsKeepNObjectsLabelMapFilter< TImage > | Keep N objects according to their statistics attributes |
| itk::StatisticsLabelMapFilter< TImage, TFeatureImage > | The valuator class for the ShapeLabelObject |
| itk::StatisticsLabelObject< TLabel, VImageDimension > | A Label object to store the common attributes related to the statistics of the object |
| itk::StatisticsOpeningLabelMapFilter< TImage > | Remove the objects according to the value of their statistics attribute |
| itk::StatisticsRelabelImageFilter< TInputImage, TFeatureImage > | Relabel objects according to their shape attributes |
| itk::StatisticsRelabelLabelMapFilter< TImage > | Relabel objects according to their shape attributes |
| itk::StatisticsUniqueLabelMapFilter< TImage > | Remove some pixels in the label object according to the value of their statistics attribute to ensure that a pixel is not in to objects |
| itk::StdStreamLogOutput | Class StdStreamLogOutput represents a standard stream output stream. This class provides thread safety for the standard stream output stream |
| itk::StimulateImageIO | ImageIO class for reading SDT/SPR (Stimulate) images This format is similar to a MetaImageIO file: The user should specify the .spr file (not the data file : .sdt) |
| itk::StimulateImageIOFactory | Create instances of StimulateImageIO objects using an object factory |
| itk::STLConstContainerAdaptor< TContainer > | |
| itk::STLContainerAdaptor< TContainer > | |
| itk::StochasticFractalDimensionImageFilter< TInputImage, TMaskImage, TOutputImage > | This filter computes the stochastic fractal dimension of the input image |
| otb::StreamingImageFileWriter< TInputImage > | Writes image data to a single file with streaming process |
| itk::StreamingImageFilter< TInputImage, TOutputImage > | Pipeline object to control data streaming for large data processing |
| otb::StreamingImageVirtualWriter< TInputImage > | This class acts like a StreamingImageFileWriter, but without actually writing data to the disk |
| otb::StreamingInnerProductVectorImageFilter< TInputImage > | Compute the inner product of a large image using streaming |
| otb::StreamingMatrixTransposeMatrixImageFilter< TInputImage1, TInputImage2 > | This class streams the whole input image through the PersistentMatrixTransposeMatrixImageFilter |
| otb::StreamingResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType > | Resample image filter |
| otb::StreamingShrinkImageFilter< TInputImage, TOutputImage > | This class performs a streaming isotropic shrinking operation without smoothing |
| otb::StreamingStatisticsImageFilter< TInputImage > | This class streams the whole input image through the PersistentStatisticsImageFilter |
| otb::StreamingStatisticsVectorImageFilter< TInputImage > | Compute min. max, covariance of a large image using streaming |
| otb::StreamingTraits< TImage > | This class is a helper class for terminal streaming filter implementation |
| otb::StreamingWarpImageFilter< TInputImage, TOutputImage, TDeformationField > | This class acts like the itk::WarpImageFilter, but it does not request the largest possible region of the image to warp |
| StringOverMap | Internal implementation class for ObjectFactorBase |
| otb::StringStream | |
| itk::StructHashFunction< TInput > | Generic hash function for an arbitrary struct (or class) |
| itk::Statistics::Subsample< TSample > | This class stores a subset of instance identifiers from another sample object. You can create a subsample out of another sample object or another subsample object. The class is useful when storing or extracting a portion of a sample object. Note that when the elements of a subsample are sorted, the instance identifiers of the subsample are sorted without changing the original source sample. Most Statistics algorithms (that derive from StatisticsAlgorithmBase accept Subsample objects as inputs) |
| otb::SubsampledImageRegionConstIterator< TImage > | Regular subsample iterator over an image |
| otb::SubsampledImageRegionIterator< TImage > | Regular subsample iterator over an image |
| otb::SubsampleImageFilter< TInputImage, TOutputImage, TDirectionOfTransformation > | Performs a down sampling of an image |
| itk::SubtractConstantFromImageFilter< TInputImage, TConstant, TOutputImage > | Subract a constant from all input pixels |
| itk::SubtractImageFilter< TInputImage1, TInputImage2, TOutputImage > | Implements an operator for pixel-wise subtraction of two images |
| otb::Functor::SumAverageTextureFunctor< TScalarInputPixelType, TScalarOutputPixelType > | DEPRECATED< > |
| otb::Functor::SumEntropyTextureFunctor< TScalarInputPixelType, TScalarOutputPixelType > | DEPRECATED< > |
| itk::Functor::SummerColormapFunctor< TScalar, TRGBPixel > | Function object which maps a scalar value into an RGB colormap value |
| itk::SumOfSquaresImageFunction< TInputImage, TCoordRep > | Calculate the sum of squares in the neighborhood of a pixel |
| itk::SumProjectionImageFilter< TInputImage, TOutputImage > | Sum projection |
| otb::Functor::SumVarianceTextureFunctor< TScalarInputPixelType, TScalarOutputPixelType > | DEPRECATED< > |
| otb::SurfaceAdjacencyEffect6SCorrectionSchemeFilter< TInputImage, TOutputImage > | Correct the scheme taking care of the surrounding pixels |
| itk::SurfaceSpatialObject< TDimension > | Representation of a Surface based on the spatial object classes |
| itk::SurfaceSpatialObjectPoint< TPointDimension > | Point used for a Surface definition |
| otb::SVMClassifier< TSample, TLabel > | SVM-based classifier |
| otb::SVMCrossValidationCostFunction< TModel > | This function returns the cross validation accuracy of a SVM model |
| otb::SVMImageClassificationFilter< TInputImage, TOutputImage, TMaskImage > | This filter performs the classification of a VectorImage using a SVM Model |
| otb::SVMImageClassificationWithRuleFilter< TInputImage, TOutputImage, TMaskImage > | SVM Image Classification that yield distance to hyperplanes |
| otb::SVMImageModelEstimator< TInputImage, TTrainingImage > | Class for SVM model estimation from images used for classification |
| otb::SVMModel< TValue, TLabel > | Class for SVM models |
| otb::SVMModelEstimator< InputPixelType, LabelPixelType > | Class for SVM model estimation from images used for classification |
| otb::SVMPointSetModelEstimator< TInputPointSet, TTrainingPointSet > | Class for SVM model estimation from PointSets used for classification |
| otb::SVMSampleListModelEstimator< TInputSampleList, TTrainingSampleList, TMeasurementFunctor > | Class for SVM model estimation from SampleLists used for classification |
| otb::SVY21MapProjection< transform > | This class implements the SVY21 map projection (Singapore geodesic system). It converts coordinates in longitude,latitude (WGS84) to SVY21 map coordinates |
| itk::SymmetricEigenAnalysis< TMatrix, TVector, TEigenMatrix > | Find Eigen values of a real 2D symmetric matrix. It serves as a thread safe alternative to the class: vnl_symmetric_eigensystem, which uses netlib routines |
| itk::SymmetricEigenAnalysisImageFilter< TInputImage, TOutputImage > | Computes the eigen-values of every input symmetric matrix pixel |
| itk::SymmetricEigenSystem< TMatrixElement, VNumberOfRows > | Wrapper of the vnl_symmetric_eigensystem algorithm |
| itk::SymmetricForcesDemonsRegistrationFilter< TFixedImage, TMovingImage, TDeformationField > | Deformably register two images using the demons algorithm |
| itk::SymmetricForcesDemonsRegistrationFunction< TFixedImage, TMovingImage, TDeformationField > | |
| itk::SymmetricForcesDemonsRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >::GlobalDataStruct | |
| itk::SymmetricSecondRankTensor< TComponent, NDimension > | Represent a symmetric tensor of second rank |
| otb::System | System operations |
| itk::TanImageAdaptor< TImage, TOutputPixelType > | Presents an image as being composed of the vcl_tan() of its pixels |
| itk::TanImageFilter< TInputImage, TOutputImage > | Computes the vcl_tan(x) pixel-wise |
| itk::Accessor::TanPixelAccessor< TInternalType, TExternalType > | Give access to the vcl_tan() function of a value |
| itk::Statistics::TDistribution | TDistribution class defines the interface for a univariate Student-t distribution (pdfs, cdfs, etc.) |
| itk::TensorFractionalAnisotropyImageFilter< TInputImage, TOutputImage > | Computes the Fractional Anisotropy for every pixel of a input tensor image |
| itk::TensorRelativeAnisotropyImageFilter< TInputImage, TOutputImage > | Computes the Relative Anisotropy for every pixel of a input tensor image |
| itk::TernaryAddImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage > | Implements pixel-wise addition of three images |
| itk::TernaryFunctorImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage, TFunction > | Implements pixel-wise generic operation of three images |
| itk::TernaryMagnitudeImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage > | Implements pixel-wise addition of three images |
| itk::TernaryMagnitudeSquaredImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage > | Implements pixel-wise addition of three images |
| otb::Functor::TerraSarBrightnessFunctor< TInput, TOutput > | Compute beta naught coefficient |
| otb::TerraSarBrightnessImageFilter< TInputImage, TOutputImage > | Calculates the brightness of TerraSar sensor images |
| otb::Functor::TerraSarCalibrationFunctor< TInput, TOutput > | Compute sigma naught coefficient |
| otb::TerraSarCalibrationImageFilter< TInputImage, TOutputImage > | Calculates the calibration of TerraSar sensor images |
| otb::TerraSarImageMetadataInterface | Creation of an "otb" TerraSarImageMetadataInterface that gets metadata |
| itk::TetrahedronCell< TCellInterface > | |
| itk::TetrahedronCellTopology | |
| otb::Functor::TextureFunctorBase< TScalarInputPixelType, TScalarOutputPixelType > | This functor is the base for all texture functors |
| otb::TextureImageFunction< TInputImage, TFunctor, TCoordRep > | Calculate a texture over an image |
| itk::ThinPlateR2LogRSplineKernelTransform< TScalarType, NDimensions > | |
| itk::ThinPlateSplineKernelTransform< TScalarType, NDimensions > | |
| itk::ThreadLogger | Class ThreadLogger is meant for providing logging service as a separate thread |
| otb::Threads | Operation from open threads that are used in Monteverdi |
| itk::ThresholdImageFilter< TImage > | Set image values to a user-specified value if they are below, above, or between simple threshold values |
| otb::ThresholdImageToPointSetFilter< TInputImage, TOutputPointSet > | Produce a PointSet according to filtering conditions |
| itk::ThresholdLabelerImageFilter< TInputImage, TOutputImage > | Label an input image according to a set of thresholds |
| itk::ThresholdMaximumConnectedComponentsImageFilter< TInputImage, TOutputImage > | Finds the threshold value of an image based on maximizing the number of objects in the image that are larger than a given minimal size |
| itk::ThresholdSegmentationLevelSetFunction< TImageType, TFeatureImageType > | This function is used in ThresholdSegmentationLevelSetImageFilter to segment structures in images based on intensity values |
| itk::ThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType > | Segments structures in images based on intensity values |
| itk::TIFFImageIO | ImageIO object for reading and writing TIFF images |
| itk::TIFFImageIOFactory | Create instances of TIFFImageIO objects using an object factory |
| itk::TileImageFilter< TInputImage, TOutputImage > | Tile multiple input images into a single output image |
| itk::TileImageFilter< TInputImage, TOutputImage >::TileInfo | |
| TileMapFectcher | Manages Tiles from OSM |
| otb::TileMapFetcher | Get tiles from servers like Open street map |
| otb::TileMapImageIO | ImageIO object for reading and writing TileMap images |
| otb::TileMapImageIO::TileNameAndCoordType | |
| otb::TileMapImageIOFactory | Creation of a TileMapImageIO object using object factory |
| otb::TileMapImageIOHelper | This class IO TileMapImage |
| otb::TileMapImageSource< TOutputImage > | Base class for all the ImageIO object for reading and writing TileMap images produce an image |
| otb::TileMapTransform< TTransformDirection, TScalarType, NInputDimensions, NOutputDimensions > | To do |
| itk::TimeProbe | Class for computing the time passed between two points in the code |
| itk::TimeProbesCollectorBase | Class for aggregating a set of time probes |
| itk::TimeStamp | Generate a unique, increasing time value |
| otb::Functor::TM4AndTM5IndexBase< TInput1, TInput2, TOutput > | Base class for TM4 And TM5 channels of Land Sat (equivalent to Red and NIR of SPOT5) |
| otb::Functor::TNDVI< TInput1, TInput2, TOutput > | This functor computes the Transformed NDVI (TNDVI) |
| itk::TobogganImageFilter< TInputImage > | Toboggan image segmentation The Toboggan segmentation takes a gradient magnitude image as input and produces an (over-)segmentation of the image based on connecting each pixel to a local minimum of gradient. It is roughly equivalent to a watershed segmentation of the lowest level |
| itk::TorusInteriorExteriorSpatialFunction< VDimension, TInput > | Spatial function implementation of torus symmetric about the z-axis in 3D |
| otb::TouziEdgeDetectorImageFilter< TInputImage, TOutputImage, TOutputImageDirection > | Application of a filter of detection of contours |
| otb::TransactorGISTableFunction< TInputTable, TOutput, TTransactor > | Evaluates a const transaction on a GISTable using a transactor |
| itk::Transform< TScalarType, NInputDimensions, NOutputDimensions > | Transform points and vector from an input space to an output space |
| itk::TransformBase | |
| itk::TransformFactory< T > | Create instances of Transforms |
| itk::TransformFactoryBase | Create instances of Transforms |
| itk::TransformFileReader | TODO |
| itk::TransformFileWriter | TODO |
| itk::TransformIOBase | Abstract superclass defining the Transform IO interface |
| itk::TransformIOFactory | Create instances of TransformIO objects using an object factory |
| itk::TransformMeshFilter< TInputMesh, TOutputMesh, TTransform > | TransformMeshFilter applies a transform to all the points of a mesh |
| otb::TransformPointSetFilter< TInputPointSet, TOutputPointSet, TTransform > | TransformPointSetFilter applies a transform to all the points of a PointSet |
| itk::TransformToDeformationFieldSource< TOutputImage, TTransformPrecisionType > | Generate a deformation field from a coordinate transform |
| itk::TranslationTransform< TScalarType, NDimensions > | Translation transformation of a vector space (e.g. space coordinates) |
| otb::TransMercatorMapProjection< transform > | This class implements the TransMercator map projection. It converts coordinates in longitude,latitude (WGS84) to TransMercator map coordinates |
| itk::TreeAddEvent< TTreeType > | This class derives from TreeChangeEvent and check if a node has been added to the tree |
| itk::TreeChangeEvent< TTreeType > | This class derives from ModifiedEvent and check if the position of a node in the tree has been changed |
| itk::TreeContainer< TValueType > | TreeContainer class |
| itk::TreeIteratorBase< TTreeType > | TreeIteratorBase class |
| itk::TreeNode< TValueType > | TreeNode class |
| itk::TreeNodeChangeEvent< TTreeType > | |
| itk::TreePruneEvent< TTreeType > | |
| itk::TreeRemoveEvent< TTreeType > | This class derives from TreeChangeEvent and check if a node has been removed from the tree |
| itk::TriangleCell< TCellInterface > | |
| itk::TriangleCellTopology | |
| itk::TriangleHelper< TPoint > | Convenient class for various triangles elements computation in 2D or 3D |
| itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage > | 3D Rasterization algorithm Courtesy of Dr David Gobbi of Atamai Inc |
| itk::TriangleMeshToSimplexMeshFilter< TInputMesh, TOutputMesh > | This filter converts a triangle mesh into a 2-simplex mesh |
| otb::Functor::TSARVI< TInput1, TInput2, TInput3, TOutput > | This functor computes the Transformed Soil Atmospherical Resistant Vegetation Index (TSARVI) |
| otb::Functor::TSAVI< TInput1, TInput2, TOutput > | This functor computes the Transformed Soil Adjusted Vegetation Index (TSAVI) |
| itk::TubeSpatialObject< TDimension, TTubePointType > | Representation of a tube based on the spatial object classes |
| itk::TubeSpatialObjectPoint< TPointDimension > | Point used for a tube definition |
| itk::TwoOutputExampleImageFilter< TImage > | Example of a filter that produce two outputs |
| itk::TxtTransformIOFactory | Create instances of TxtTransformIO objects using an object factory |
| itk::UnaryCorrespondenceMatrix< TItemType > | A matrix used to store the Unary Metric for medial node comparisons between two images |
| UnaryFunctorImage | Implements pixel-wise generic operation on one image |
| itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction > | Implements pixel-wise generic operation on one image |
| otb::UnaryFunctorNeighborhoodImageFilter< TInputImage, TOutputImage, TFunction > | Implements neighborhood-wise generic operation on image |
| otb::UnaryFunctorNeighborhoodWithOffsetImageFilter< TInputImage, TOutputImage, TFunction > | Implements neighborhood-wise generic operation on image |
| otb::UnaryFunctorObjectListBooleanFilter< TInputList, TOutputList, TFunction > | Filter an ObjectList and keep elements according to the functor value |
| otb::UnaryFunctorObjectListBooleanFilter< TInputList, TOutputList, TFunction >::ThreadStruct | |
| otb::UnaryFunctorObjectListFilter< TInputList, TOutputList, TFunction > | Process each element in the ObjectList with the functor |
| otb::UnaryFunctorWithIndexImageFilter< TInputImage, TOutputImage, TFunction > | Implements neighborhood-wise generic operation on image |
| otb::UnaryImageFunctorWithVectorImageFilter< TInputImage, TOutputImage, TFunction > | Applies a functor to a VectorImage |
| itk::UnaryMedialNodeMetric< VDimensions > | Compares the scale and dimensionality of two medial nodes |
| itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData > | Helper class used to share data in the ScalarChanAndVeseLevelSetFunction |
| otb::Function::UniformAlphaBlendingFunction< TInputRGBPixel1, TInputRGBPixel2, TOutputRGBPixel > | Implements simple blending For each channel the blending function is as follows:
|
| itk::UnsharpMaskLevelSetImageFilter< TInputImage, TOutputImage > | This class implements a detail enhancing filter by making use of the 4th-order level set isotropic diffusion (smoothing) PDE |
| itk::ImageToImageFilterDetail::UnsignedIntDispatch< int > | Templated class to produce a unique type for each unsigned integer (usually a dimension) |
| otb::UrbanAreaDetectionImageFilter< TInputImage, TOutputImage, TFunction > | This filter uses associated functors to produce a binary or grayscale image |
| otb::UtmMapProjection< transform > | This class implements the UTM map projection. It converts coordinates in longitude,latitude (WGS84) to UTM map coordinates |
| itk::ValarrayImageContainer< TElementIdentifier, TElement > | |
| itk::ValuedRegionalExtremaImageFilter< TInputImage, TOutputImage, TFunction1, TFunction2 > | Uses a flooding algorithm to set all voxels that are not a regional extrema to the max or min of the pixel type |
| itk::ValuedRegionalMaximaImageFilter< TInputImage, TOutputImage > | Transforms the image so that any pixel that is not a regional maxima is set to the minimum value for the pixel type. Pixels that are regional maxima retain their value |
| itk::ValuedRegionalMinimaImageFilter< TInputImage, TOutputImage > | Transforms the image so that any pixel that is not a regional minima is set to the maximum value for the pixel type. Pixels that are regional minima retain their value |
| itk::VanHerkGilWermanErodeDilateImageFilter< TImage, TKernel, TFunction1 > | 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 |
| VanHerkGilWermanUtilities | Functionality in common for anchor openings/closings and erosions/dilation |
| VanHerkGilWermanUtilities | Functionality in common for VanHerkGilWerman openings/closings and erosions/dilation |
| itk::Statistics::VariableDimensionHistogram< TMeasurement, TFrequencyContainer > | This class is similar to the Histogram class. It however allows you to specify the histogram dimension at run time. (and is therefore not templated over the size of a measurement vector). Users who know that the length of a measurement vector will be fixed, for instance joint statistics on pixel values of 2 images, (where the dimension will be 2), etc should use the Histogram class instead |
| itk::Statistics::VariableDimensionHistogram< TMeasurement, TFrequencyContainer >::Iterator | |
| itk::VariableLengthVector< TValueType > | VariableLengthVector is intended to represent an array whose length can be defined at run-time |
| otb::Functor::VariableLengthVectorToMeasurementVectorFunctor< TVector > | Helper class to convert itk::VariableLengthVector samples to internal training vector type |
| itk::VariableSizeMatrix< T > | A templated class holding a M x N size Matrix This class contains a vnl_matrix in order to make all the vnl mathematical methods available. This class is meant to be used when the matrix length cannot be determined at compile time |
| otb::VarianceImageFilter< TInputImage, TOutputImage > | Applies an averaging filter to an image |
| itk::VarianceImageFunction< TInputImage, TCoordRep > | Calculate the variance in the neighborhood of a pixel |
| otb::Functor::VarianceTextureFunctor< TScalarInputPixelType, TScalarOutputPixelType > | DEPRECATED< > |
| itk::Vector< T, NVectorDimension > | A templated class holding a n-Dimensional vector |
| otb::Functor::VectorAffineTransform< TInput, TOutput > | This functor performs a per band linear transform of its input |
| itk::VectorAnisotropicDiffusionFunction< TImage > | |
| otb::Functor::VectorCast< TInput, TOutput > | This functor can be used to convert scalar value to VariableLengthVector with another precision a size of 1 |
| itk::VectorCastImageFilter< TInputImage, TOutputImage > | Casts input vector pixels to output vector pixel type |
| itk::VectorCentralDifferenceImageFunction< TInputImage, TCoordRep > | Calculate the derivative by central differencing |
| itk::VectorConfidenceConnectedImageFilter< TInputImage, TOutputImage > | Segment pixels with similar statistics using connectivity |
| itk::VectorConnectedComponentImageFilter< TInputImage, TOutputImage, TMaskImage > | A connected components filter that labels the objects in a vector image. Two vectors are pointing similar directions if one minus their dot product is less than a threshold. Vectors that are 180 degrees out of phase are similar. Assumes that vectors are normalized |
| itk::VectorContainer< TElementIdentifier, TElement > | |
| itk::VectorContainer< TElementIdentifier, TElement >::ConstIterator | |
| itk::VectorContainer< TElementIdentifier, TElement >::Iterator | |
| itk::VectorCurvatureAnisotropicDiffusionImageFilter< TInputImage, TOutputImage > | |
| itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage > | |
| otb::VectorData< TPrecision, VDimension, TValuePrecision > | This class represents a hierarchy of vector data |
| otb::VectorDataActionHandler< TModel, TView > | Handles the user action creating vector data in an OTB application |
| otb::VectorDataExtractROI< TVectorData > | Extract a subset of a Vector Data based on location |
| otb::VectorDataFileReader< TOutputVectorData > | Data source that reads vector data from a single file |
| otb::VectorDataFileReaderException | Base exception class for IO conflicts |
| otb::VectorDataFileWriter< TInputVectorData > | This class writes vector data file format (shapefile and KML) |
| otb::VectorDataGlComponent< TVectorData > | This Gl Component to render a VectorData. No checking is done upon the adequation between the VectorData projection and the underlying image projection |
| otb::VectorDataIOBase< TData > | Abstract superclass defines VectorData IO interface |
| otb::VectorDataIOFactory< TData > | Create instances of VectorDataIO objects using an object factory |
| otb::VectorDataKeywordlist | This class handle the metadata of vector data |
| otb::VectorDataModel | Model to handle vector data (point, line, polygons) in an OTB application |
| otb::VectorDataProjectionFilter< TInputVectorData, TOutputVectorData > | Reproject vector data in a different coordinate system |
| otb::VectorDataProperties< TVectorData > | Compute public properties of the vectordata |
| otb::VectorDataSource< TOutputVectorData > | Filter hierarchy for generating VectorData |
| otb::VectorDataStyle | Load style into a mapnik::Map |
| otb::VectorDataToGISTableFilter< TVectorData, TGISTable > | Convert a LabelMap to a VectorData |
| otb::VectorDataToImageFilter< TVectorData, TImage > | EXPERIMENTAL FEATURE Render a vector data into an image |
| otb::VectorDataToLabelMapFilter< TVectorData, TLabelMap > | Convert a vector data and produce a collection of label objects for each node |
| otb::VectorDataToVectorDataFilter< TInputVectorData, TOutputVectorData > | Base class for filters that take an VectorData as input and produce an VectorData as output |
| itk::VectorExpandImageFilter< TInputImage, TOutputImage > | Expand the size of a vector image by an integer factor in each dimension |
| itk::VectorFuzzyConnectednessImageFilter< TInputImage, TOutputImage > | |
| itk::VectorGradientAnisotropicDiffusionImageFilter< TInputImage, TOutputImage > | |
| itk::VectorGradientMagnitudeImageFilter< TInputImage, TRealType, TOutputImage > | Computes a scalar, gradient magnitude image from a multiple channel (pixels are vectors) input |
| itk::VectorGradientNDAnisotropicDiffusionFunction< TImage > | |
| otb::VectorImage< TPixel, VImageDimension > | Creation of an "otb" vector image which contains metadata |
| itk::VectorImage< TPixel, VImageDimension > | Templated n-dimensional vector image class |
| itk::VectorImageNeighborhoodAccessorFunctor< TImage > | Provides accessor interfaces to Access pixels and is meant to be used on pointers to pixels held by the Neighborhood class |
| otb::VectorImageTo3DScalarImageFilter< TInputImage, TOutputImage > | This filter convert a 2 Dimension VectorImage to a 3 Dimension scalar image |
| otb::VectorImageToAmplitudeImageFilter< TInputImage, TOutputImage > | This filter returns the the amplitude of the pixel vector |
| otb::VectorImageToASImageAdaptor< TImage > | Presents an image of pixel type Vector as being and image of FixelArray<unsigned short,3> type |
| otb::Accessor::VectorImageToASPixelAccessor< T > | Give access to a Vector pixel type as if it were a RGBPixel type |
| otb::VectorImageToColorAnaglyphVectorImageFilter< TInputImage1, TInputImage2, TOutputImage > | This filter implements the synthesis of a grayscale anaglyph image from a pair of stereoscopic images. The output image is a VectorImage with 3 channels, where the first channel is the first channel of the second input image, and the two last channels are the two last channel of the first input image |
| itk::VectorImageToImageAdaptor< TPixelType, Dimension > | Presents a VectorImage and extracts a component from it into an image |
| otb::VectorImageToImageListFilter< TVectorImageType, TImageList > | This class aims at converting a multi-band image to a list of scalar images |
| itk::Accessor::VectorImageToImagePixelAccessor< TType > | Extract components from a VectorImage |
| otb::VectorImageToIntensityImageFilter< TInputImage, TOutputImage > | This filter implements the computation of the mean of the spectral values of each pixel |
| itk::VectorIndexSelectionCastImageFilter< TInputImage, TOutputImage > | Extracts the selected index of the vector that is the input pixel type |
| itk::VectorInterpolateImageFunction< TInputImage, TCoordRep > | Base class for all vector image interpolaters |
| otb::VectorizationPathListFilter< TInputModulus, TInputDirection, TOutputPath > | This filter performs a vectorization from a line detector modulus and direction outputs |
| itk::VectorLinearInterpolateImageFunction< TInputImage, TCoordRep > | Linearly interpolate a vector image at specified positions |
| itk::VectorLinearInterpolateNearestNeighborExtrapolateImageFunction< TInputImage, TCoordRep > | Linearly interpolate or NN extrapolate a vector image at specified positions |
| itk::VectorMeanImageFunction< TInputImage, TCoordRep > | Calculate the mean value in the neighborhood of a pixel in a Vector image |
| itk::VectorNearestNeighborInterpolateImageFunction< TInputImage, TCoordRep > | Nearest neighbor interpolate a vector image at specified positions |
| itk::VectorNeighborhoodInnerProduct< TImage > | |
| itk::VectorNeighborhoodOperatorImageFilter< TInputImage, TOutputImage > | Applies a single scalar NeighborhoodOperator to an itk::Vector image region |
| itk::VectorResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType > | Resample an image via a coordinate transform |
| otb::VectorRescaleIntensityImageFilter< TInputImage, TOutputImage > | This filter performs a rescaling of a vector image on a per band basis |
| itk::VectorRescaleIntensityImageFilter< TInputImage, TOutputImage > | Applies a linear transformation to the magnitude of pixel vectors in a vector Image |
| itk::VectorThresholdSegmentationLevelSetFunction< TImageType, TFeatureImageType > | This function is used in VectorThresholdSegmentationLevelSetImageFilter to segment structures in images based on the Mahalanobis distance |
| itk::VectorThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType > | Segments structures in images based on intensity values |
| otb::Functor::VectorToMeasurementVectorFunctor< TVector > | Helper class to convert itk::Vector and itk::FixedArray samples to internal training vector type |
| itk::VectorToRGBImageAdaptor< TImage > | Presents an image of pixel type Vector as being and image of RGBPixel type |
| itk::Accessor::VectorToRGBPixelAccessor< T > | Give access to a Vector pixel type as if it were a RGBPixel type |
| itk::Version | Track the current version of the software |
| itk::Versor< T > | A templated class holding a unit quaternion |
| itk::VersorRigid3DTransform< TScalarType > | VersorRigid3DTransform of a vector space (e.g. space coordinates) |
| itk::VersorRigid3DTransformOptimizer | Implement a gradient descent optimizer for the VersorRigid3DTransform parameter space |
| itk::VersorTransform< TScalarType > | |
| itk::VersorTransformOptimizer | Implement a gradient descent optimizer |
| itk::VertexCell< TCellInterface > | |
| otb::VerticalAsymptoteCurve | Class for Vertical Asymptots rendering |
| itk::VesselTubeSpatialObject< TDimension > | Representation of a tube based on the spatial object classes |
| itk::VesselTubeSpatialObjectPoint< TPointDimension > | Point used for a tube definition |
| itk::fem::VisitorDispatcher< TVisitedClass, TVisitorBase, TVisitFunctionPointerType > | This class provides the functionality needed to apply the correct visitor function to object of some class. The specific visitor function is choosen, based on a given pointer to some object |
| otb::VisualizationPixelTraits | TODO |
| itk::VMMapData_10_2 | |
| itk::VMMapFileParser< TVMMapDataType > | Read the output of a vmmap command and extract the memory usage information. Used for MAC OS X machines |
| itk::VMMapRecord | |
| itk::VMMapSummaryRecord | |
| itk::VnlFFTComplexConjugateToRealImageFilter< TPixel, VDimension > | TODO |
| itk::VnlFFTRealToComplexConjugateImageFilter< TPixel, VDimension > | TODO |
| itk::VolumeSplineKernelTransform< TScalarType, NDimensions > | |
| itk::VoronoiDiagram2D< TCoordType > | Implements the 2-Dimensional Voronoi Diagram |
| itk::VoronoiDiagram2DGenerator< TCoordType > | Implement the Sweep Line Algorithm for the construction of the 2D Voronoi Diagram |
| itk::VoronoiDiagram2DGenerator< TCoordType >::FortuneSite | |
| itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage > | |
| itk::VoronoiSegmentationImageFilter< TInputImage, TOutputImage, TBinaryPriorImage > | |
| itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage, TBinaryPriorImage > | Base class for VoronoiSegmentationImageFilter |
| itk::VoronoiSegmentationRGBImageFilter< TInputImage, TOutputImage > | |
| itk::VotingBinaryHoleFillingImageFilter< TInputImage, TOutputImage > | Fills in holes and cavities by applying a voting operation on each pixel |
| itk::VotingBinaryImageFilter< TInputImage, TOutputImage > | Applies a voting operation in a neighborhood of each pixel |
| itk::VotingBinaryIterativeHoleFillingImageFilter< TImage > | Fills in holes and cavities by iteratively applying a voting operation |
| itk::VoxBoCUBImageIO | Read VoxBoCUBImage file format |
| itk::VoxBoCUBImageIOFactory | Create instances of VoxBoCUBImageIO objects using an object factory |
| itk::VoxBoCUBImageIOSwapHelper< TPixel > | A swap helper class, used to perform swapping for any input data type |
| itk::VTKImageExport< TInputImage > | Connect the end of an ITK image pipeline to a VTK pipeline |
| itk::VTKImageExportBase | Superclass for VTKImageExport instantiations |
| itk::VTKImageImport< TOutputImage > | Connect the end of an VTK pipeline to an ITK image pipeline |
| itk::VTKImageIO | ImageIO class for reading VTK images |
| itk::VTKImageIOFactory | Create instances of VTKImageIO objects using an object factory |
| itk::VTKPolyDataReader< TOutputMesh > | Reads a vtkPolyData file and create an itkMesh |
| itk::VTKPolyDataWriter< TInputMesh > | Writes an itkMesh to a file in VTK file format |
| itk::WarpHarmonicEnergyCalculator< TInputImage > | Compute the harmonic energy of a deformation field |
| itk::WarpImageFilter< TInputImage, TOutputImage, TDeformationField > | Warps an image using an input deformation field |
| 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 |
| itk::WarpVectorImageFilter< TInputImage, TOutputImage, TDeformationField > | Warps an image using an input deformation field |
| otb::Functor::WaterIndexBase< TInput1, TInput2, TOutput > | Base class |
| otb::Functor::WaterIndexFunctor< TInput1, TInput2, TOutput > | This functor will be used for most of water index functors |
| itk::WatershedImageFilter< TInputImage > | A low-level image analysis algorithm that automatically produces a hierarchy of segmented, labeled images from a scalar-valued image input |
| itk::WatershedMiniPipelineProgressCommand | |
| otb::Functor::WaterSqrtSpectralAngleFunctor< TInputVectorPixel, TOutputPixel > | This functor uses a spectral angle with a particular reference pixel |
| otb::WaterSqrtSpectralAngleImageFilter< TInputVectorImage, TOutputImage, TFunction > | Compute a radiometric water indice |
| otb::WaveletFilterBank< TInputImage, TOutputImage, TWaveletOperator, TDirectionOfTransformation > | One level stationary wavelet transform |
| otb::WaveletGenerator< TMotherWaveletOperator > | Wavelet coefficient definition |
| otb::WaveletHighPassOperator< TMotherWaveletOperator, TDirectionOfTransformation, TPixel, VDimension, TAllocator > | Specific implementation of the mother wavelet part of wavelet transformator |
| otb::WaveletLowPassOperator< TMotherWaveletOperator, TDirectionOfTransformation, TPixel, VDimension, TAllocator > | Specific implementation of scale part of wavelet transformator |
| otb::WaveletOperator< TMotherWaveletOperator, TDirectionOfTransformation, TPixel, VDimension, TAllocator > | A Generic NeighborhoodOperator wavelets filter set defined for templation |
| otb::WaveletOperatorBase< TMotherWaveletOperator, TPixel, VDimension, TAllocator > | A NeighborhoodOperator wavelet base class |
| otb::WaveletPacketTransform< TInputImage, TOutputImage, TFilter, TDirectionOfTransformation, TCost > | Wavelet packet transformation framework |
| otb::WaveletTransform< TInputImage, TOutputImage, TFilter, TDirectionOfTransformation > | Wavelet transformation framework |
| otb::Functor::WDVI< TInput1, TInput2, TOutput > | This functor computes the Weighted Difference Vegetation Index (WDVI) |
| itk::WeakPointer< TObjectType > | Implements a weak reference to an object |
| itk::WeightedAddImageFilter< TInputImage1, TInputImage2, TOutputImage > | Implements an operator for computing a weighted sum of two images pixel-wise |
| itk::Statistics::WeightedCentroidKdTreeGenerator< TSample > | This class generates a KdTree object with centroid information |
| itk::Statistics::WeightedCovarianceCalculator< TSample > | Calculates the covariance matrix of the target sample data where each measurement vector has an associated weight value |
| itk::Statistics::WeightedMeanCalculator< TSample > | Calculates sample mean where each measurement vector has associated weight value |
| itk::Function::WelchWindowFunction< VRadius, TInput, TOutput > | Window function for sinc interpolation.
|
| otb::Function::WelchWindowFunction< TInput, TOutput > | Window function for sinc interpolation.
|
| itk::WhiteTopHatImageFilter< TInputImage, TOutputImage, TKernel > | White top hat extract local maxima that are larger than the structuring element |
| otb::WidgetManager | Base class for displays |
| otb::WidgetResizingActionHandler< TModel, TView > | Implements basic Scroll, Full and Zoom widgets resizing |
| itk::Win32OutputWindow | Collect error and debug messages on Win32-based systems |
| otb::WindowedSincInterpolateImageBlackmanFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator > | Use the WindowedSincInterpolateImageFunctionBase with a Blackman Function |
| otb::WindowedSincInterpolateImageCosineFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator > | Use the WindowedSincInterpolateImageFunctionBase with a Cosine Function |
| itk::WindowedSincInterpolateImageFunction< TInputImage, VRadius, TWindowFunction, TBoundaryCondition, TCoordRep > | Use the windowed sinc function to interpolate |
| otb::WindowedSincInterpolateImageFunctionBase< TInputImage, TWindowFunction, TBoundaryCondition, TCoordRep > | Use the windowed sinc function to interpolate |
| otb::WindowedSincInterpolateImageGaussianFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator > | Use the WindowedSincInterpolateImageFunctionBase with a Gaussian Function |
| otb::WindowedSincInterpolateImageHammingFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator > | Use the WindowedSincInterpolateImageFunctionBase with a Hamming Function |
| otb::WindowedSincInterpolateImageLanczosFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator > | Use the WindowedSincInterpolateImageFunctionBase with a Lanczos Function |
| otb::WindowedSincInterpolateImageWelchFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator > | Use the WindowedSincInterpolateImageFunctionBase with a Welch Function |
| itk::Functor::WinterColormapFunctor< TScalar, TRGBPixel > | Function object which maps a scalar value into an RGB colormap value |
| otb::WorldFile | Handles the world file that associates geographic informations to png, jpg |
| otb::WorldView2ImageMetadataInterface | Creation of an "otb" WorldView2ImageMetadataInterface that gets metadata |
| otb::WorldView2ImageMetadataInterfaceFactory | Creating an instance of a ImageMetadataInterface object using object factory |
| itk::WrapPadImageFilter< TInputImage, TOutputImage > | Increase the image size by padding with replicants of the input image value |
| otb::WriterWatcherBase | This class is an abstract class Provides an interface to progress task mechanic |
| itk::XMLFileOutputWindow | Messages sent from the system are sent to a file with each message enclosed by XML tags |
| itk::XMLFilterWatcher | Simple mechanism for monitoring the pipeline events of a filter and reporting these events to std::cout. Formats reports with xml |
| itk::XMLReader< T > | |
| itk::XMLReaderBase | |
| itk::XMLWriterBase< T > | |
| itk::XorImageFilter< TInputImage1, TInputImage2, TOutputImage > | Implements the XOR logical operator pixel-wise between two images |
| itk::ZeroCrossingBasedEdgeDetectionImageFilter< TInputImage, TOutputImage > | |
| itk::ZeroCrossingImageFilter< TInputImage, TOutputImage > | |
| itk::ZeroFluxNeumannBoundaryCondition< TImage > | 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 |
| otb::ZoomableImageWidget< TPixel > | DEPRECATED: Widget for the zoom window in viewer |