Classes |
| class | otb::AddCarvingPathFilter< TInputImage, TInputPath, TOutputImage > |
| | This class add pixels given in one path. More...
|
| class | itk::BinaryMaskToNarrowBandPointSetFilter< TInputImage, TOutputMesh > |
| | Generate a PointSet containing the narrow band around the edges of a input binary image. More...
|
| class | 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. More...
|
| class | itk::DenseFiniteDifferenceImageFilter< TInputImage, TOutputImage > |
| class | itk::DirectFourierReconstructionImageToImageFilter< TInputPixelType, TOutputPixelType > |
| | Direct fourier reconstruction filter of a tomographic volume. More...
|
| class | otb::DrawPathFilter< TInputImage, TInputPath, TOutputImage > |
| | This class can be used to draw a single path on an image. More...
|
| class | itk::ExtractOrthogonalSwath2DImageFilter< TImage > |
| | Extracts into rectangular form a "swath" image from the input image along the parametric path. More...
|
| class | otb::FunctionToImageFilter< TInputImage, TOutputImage, TFunction > |
| | Evaluates a ImageFunction onto a source image. More...
|
| class | otb::FunctionWithNeighborhoodToImageFilter< TInputImage, TOutputImage, TFunction > |
| | Evaluates a ImageFunction onto a source image. More...
|
| class | itk::GradientAnisotropicDiffusionImageFilter< TInputImage, TOutputImage > |
| class | 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. More...
|
| class | 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. More...
|
| class | otb::ImageToCarvingPathFilter< TInputImage, TOutputPath > |
| | This filter find the minimum energy path of an image. More...
|
| class | itk::ImageToImageFilter< TInputImage, TOutputImage > |
| | Base class for filters that take an image as input and produce an image as output. More...
|
| class | 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. More...
|
| class | itk::ImageToParametricSpaceFilter< TInputImage, TOutputMesh > |
| | Generate a mesh of parametric space from input images. More...
|
| class | itk::ImageToPathFilter< TInputImage, TOutputPath > |
| | Base class for filters that take an image as input and produce an path as output. More...
|
| class | otb::ImageToPointSetFilter< TInputImage, TOutputPointSet > |
| | Base class to output PointSet data with image data as input. More...
|
| class | itk::InPlaceImageFilter< TInputImage, TOutputImage > |
| | Base class for filters that take an image as input and overwrite that image as the output. More...
|
| class | itk::MaskNeighborhoodOperatorImageFilter< TInputImage, TMaskImage, TOutputImage, TOperatorValueType > |
| | Applies a single NeighborhoodOperator to an image, processing only those pixels that are under a mask. More...
|
| class | itk::MultiphaseDenseFiniteDifferenceImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TIdCell > |
| class | itk::NeighborhoodOperatorImageFilter< TInputImage, TOutputImage, TOperatorValueType > |
| | Applies a single NeighborhoodOperator to an image region. More...
|
| class | itk::NormalizedCorrelationImageFilter< TInputImage, TMaskImage, TOutputImage, TOperatorValueType > |
| | Computes the normalized correlation of an image and a template. More...
|
| class | otbLocalRxDetectorFilter |
| | Local-RX detector algorithm with multichannel VectorImage data as input. More...
|
| class | otbLocalRxDetectorNonThreadFilter |
| | Local-RX detector algorithm with multichannel VectorImage data as input. More...
|
| class | otbMDMDNMFImageFilter |
| | This filter implements unmixing based non negative matrix factorization (NMF) which finds simultaneously the end members and abundances matrix which product is the closer to the observed data, based on the following works: K. S. F.J. Theis and T. Tanaka, First results on uniqueness of sparse non-negative matrix factorisation. M. G. A. Huck and J. Blanc-Talon, IEEE TGRS, vol. 48, no. 6, pp. 2590-2602, 2010. A. Huck and M. Guillaume, in WHISPERS, 2010, Grenoble. More...
|
| class | otb::RadiometricMomentsImageFilter< TInputImage, TOutputImage > |
| | Calculate the radiometric moments. More...
|
| class | itk::RecursiveSeparableImageFilter< TInputImage, TOutputImage > |
| | Base class for recursive convolution with a kernel. More...
|
| class | otb::RemoveCarvingPathFilter< TInputImage, TInputPath, TOutputImage > |
| | This class remove pixels given in one path. More...
|
| class | otb::SarBrightnessToImageFilter< TInputImage, TOutputImage > |
| | Evaluates the SarBrightnessFunction onto a source image. More...
|
| class | otb::SarRadiometricCalibrationToImageFilter< TInputImage, TOutputImage > |
| | Evaluates the SarRadiometricCalibrationFunction onto a source image. More...
|
| class | itk::SpatialFunctionImageEvaluatorFilter< TSpatialFunction, TInputImage, TOutputImage > |
| | Evaluates a SpatialFunction onto a source image. More...
|
| class | itk::VectorNeighborhoodOperatorImageFilter< TInputImage, TOutputImage > |
| | Applies a single scalar NeighborhoodOperator to an itk::Vector image region. More...
|
Image filters process input images and produce output images. Inputs are unmodified. The pipeline architecture makes provisions for supporting streaming by using packets of data defined by regions