Orfeo Toolbox  3.16
Classes
Multithreaded Filters
Support for Multithreading
+ Collaboration diagram for Multithreaded Filters:

Classes

class  itk::AbsImageFilter< TInputImage, TOutputImage >
 Computes the ABS(x) pixel-wise. More...
class  itk::AbsoluteValueDifferenceImageFilter< TInputImage1, TInputImage2, TOutputImage >
 Implements pixel-wise the computation of absolute value difference. More...
class  itk::AcosImageFilter< TInputImage, TOutputImage >
 Computes the vcl_acos(x) pixel-wise. More...
class  itk::AdaptImageFilter< TInputImage, TOutputImage, TAccessor >
 Convert an image to another pixel type using the specified data accessor. More...
class  itk::AddConstantToImageFilter< TInputImage, TConstant, TOutputImage >
 Add a constant to all input pixels. More...
class  itk::AddImageFilter< TInputImage1, TInputImage2, TOutputImage >
 Implements an operator for pixel-wise addition of two images. More...
class  itk::AndImageFilter< TInputImage1, TInputImage2, TOutputImage >
 Implements the AND logical operator pixel-wise between two images. More...
class  itk::AsinImageFilter< TInputImage, TOutputImage >
 Computes the vcl_asin(x) pixel-wise. More...
class  itk::Atan2ImageFilter< TInputImage1, TInputImage2, TOutputImage >
 Computes arctangent pixel-wise from two images. More...
class  itk::AtanImageFilter< TInputImage, TOutputImage >
 Computes the vcl_atan(x) pixel-wise. More...
class  otb::BayesianFusionFilter< TInputMultiSpectralImage, TInputMultiSpectralInterpImage, TInputPanchroImage, TOutputImage >
 Bayesian fusion filter. Contribution of Julien Radoux. More...
class  itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, TFunction >
 Implements pixel-wise generic operation of two images. More...
class  otb::BinaryFunctorNeighborhoodImageFilter< TInputImage1, TInputImage2, TOutputImage, TFunction >
 Implements neighborhood-wise generic operation of two images. More...
class  otb::BinaryFunctorNeighborhoodJoinHistogramImageFilter< TInputImage1, TInputImage2, TOutputImage, TFunction >
 Implements neighborhood-wise generic operation of two images. More...
class  otb::BinaryFunctorNeighborhoodVectorImageFilter< TInputImage1, TInputImage2, TOutputImage, TFunction >
 Implements neighborhood-wise generic operation of two images beeing vector images. More...
class  itk::BinaryMagnitudeImageFilter< TInputImage1, TInputImage2, TOutputImage >
 Implements pixel-wise the computation of square root of the sum of squares. More...
class  itk::BinaryMinMaxCurvatureFlowImageFilter< TInputImage, TOutputImage >
 Denoise a binary image using min/max curvature flow. More...
class  itk::BinaryNotImageFilter< TImage >
 Implements the BinaryNot logical operator pixel-wise between two images. More...
class  itk::BinaryThresholdImageFilter< TInputImage, TOutputImage >
 Binarize an input image by thresholding. More...
class  itk::CastImageFilter< TInputImage, TOutputImage >
 Casts input pixels to output pixel type. More...
class  otb::CBAMIChangeDetector< TInputImage1, TInputImage2, TOutputImage >
 Implements neighborhood-wise the computation of the cumulant-based approximation to mutual information. More...
class  itk::ChangeLabelImageFilter< TInputImage, TOutputImage >
 Change Sets of Labels. More...
class  itk::CheckerBoardImageFilter< TImage >
 Combines two images in a checkerboard pattern. More...
class  otb::ClampImageFilter< TInputImage, TOutputImage >
 Set image values to a user-specified value if they are below, above, or between simple threshold values. More...
class  otb::ClampVectorImageFilter< TInputImage, TOutputImage >
 Set image values to a user-specified value if they are below, above, or between simple threshold values. More...
class  itk::ComplexToImaginaryImageFilter< TInputImage, TOutputImage >
 Computes pixel-wise the imaginary part of a complex image. More...
class  otb::ComplexToIntensityImageFilter< TInputImage, TOutputImage >
 Computes pixel-wise the intensity of a complex image. More...
class  itk::ComplexToModulusImageFilter< TInputImage, TOutputImage >
 Computes pixel-wise the Modulus of a complex image. More...
class  itk::ComplexToPhaseImageFilter< TInputImage, TOutputImage >
 Computes pixel-wise the modulus of a complex image. More...
class  itk::ComplexToRealImageFilter< TInputImage, TOutputImage >
 Computes pixel-wise the real(x) part of a complex image. More...
class  itk::ConstrainedValueAdditionImageFilter< TInputImage1, TInputImage2, TOutputImage >
 Implements pixel-wise the computation of constrained value addition. More...
class  itk::ConstrainedValueDifferenceImageFilter< TInputImage1, TInputImage2, TOutputImage >
 Implements pixel-wise the computation of constrained value difference. More...
class  otb::CorrelationChangeDetector< TInputImage1, TInputImage2, TOutputImage >
 Implements neighborhood-wise the computation of crosscorrelation. More...
class  itk::CosImageFilter< TInputImage, TOutputImage >
 Computes the vcl_cos(x) pixel-wise. More...
class  itk::CurvatureFlowImageFilter< TInputImage, TOutputImage >
 Denoise an image using curvature driven flow. More...
class  otb::DifferenceImageFilter< TInputImage, TOutputImage >
 Implements comparison between two images. More...
class  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. More...
class  itk::DivideByConstantImageFilter< TInputImage, TConstant, TOutputImage >
 Divide input pixels by a constant. More...
class  itk::DivideImageFilter< TInputImage1, TInputImage2, TOutputImage >
 Implements an operator for pixel-wise division of two images. More...
class  itk::ExpImageFilter< TInputImage, TOutputImage >
 Computes the vcl_exp(x) pixel-wise. More...
class  itk::ExpNegativeImageFilter< TInputImage, TOutputImage >
 Computes the function vcl_exp(-K.x) pixel-wise. More...
class  otb::FastICAInternalOptimizerVectorImageFilter< TInputImage, TOutputImage >
 Internal optimisation of the FastICA unmixing filter. More...
class  itk::FlipImageFilter< TImage >
 Flips an image across user specified axes. More...
class  itk::GradientToMagnitudeImageFilter< TInputImage, TOutputImage >
 Take an image of vectors as input and produce an image with the magnitude of those vectors. More...
class  itk::HistogramMatchingImageFilter< TInputImage, TOutputImage, THistogramMeasurement >
 Normalize the grayscale values between two image by histogram matching. More...
class  otb::ImaginaryImageToComplexImageFilter< TInputImageImaginaryPart, TOutputImage >
 Computes pixel-wise the complex image of a imaginary image. More...
class  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. More...
class  itk::InterpolateImageFilter< TInputImage, TOutputImage >
 Interpolate an image from two N-D images. More...
class  itk::InvertIntensityImageFilter< TInputImage, TOutputImage >
 Invert intensity of an image. More...
class  otb::JoinHistogramMIImageFilter< TInputImage1, TInputImage2, TOutputImage >
 Implements neighborhood-wise the computation of mutual information using a join histogram. More...
class  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. More...
class  itk::JoinSeriesImageFilter< TInputImage, TOutputImage >
 Join N-D images into an (N+1)-D image. More...
class  itk::KappaSigmaThresholdImageFilter< TInputImage, TMaskImage, TOutputImage >
 Threshold an image using multiple Otsu Thresholds. More...
class  otb::KullbackLeiblerDistanceImageFilter< TInputImage1, TInputImage2, TOutputImage >
 Implements neighborhood-wise the computation of KullbackLeibler distance over Edgeworth approximation. More...
class  otb::KullbackLeiblerProfileImageFilter< TInputImage1, TInputImage2, TOutputImage >
 Implements neighborhood-wise the computation of KullbackLeibler profile over Edgeworth approximation. More...
class  itk::LabelOverlayImageFilter< TInputImage, TLabelImage, TOutputImage >
 Apply a colormap to a label image and put it on top of the input image. More...
class  itk::LabelToRGBImageFilter< TLabelImage, TOutputImage >
 Apply a colormap to a label image. More...
class  otb::LHMIChangeDetector< TInputImage1, TInputImage2, TOutputImage >
 Implements neighborhood-wise the computation of the cumulant-based approximation to mutual information. More...
class  otb::LmvmPanSharpeningFusionImageFilter< TPanImageType, TXsImageType, TOutputImageType, TInternalPrecision >
 This class performs a Local Mean and Variance Matching (LMVM) Pan sharpening operation. More...
class  itk::Log10ImageFilter< TInputImage, TOutputImage >
 Computes the vcl_log10(x) pixel-wise. More...
class  itk::LogImageFilter< TInputImage, TOutputImage >
 Computes the vcl_log(x) pixel-wise. More...
class  itk::MagnitudeAndPhaseToComplexImageFilter< TInputPixel1, TInputPixel2, TOutputPixel, NDimension >
 Implements pixel-wise conversion of magnitude and phase data into complex voxels. More...
class  itk::MaskImageFilter< TInputImage, TMaskImage, TOutputImage >
 Implements an operator for pixel-wise masking of the input image with the mask. More...
class  itk::MaskNegatedImageFilter< TInputImage, TMaskImage, TOutputImage >
 Implements an operator for pixel-wise masking of the input image with the negative of a mask. More...
class  itk::MatrixIndexSelectionImageFilter< TInputImage, TOutputImage >
 Extracts the selected indices of a matrix image that is the input pixel type. More...
class  otb::MaximumAutocorrelationFactorImageFilter< TInputImage, TOutputImage >
 This filter implements the Maximum Autocorrelation Factor. More...
class  itk::MaximumImageFilter< TInputImage1, TInputImage2, TOutputImage >
 Implements a pixel-wise operator Max(a,b) between two images. More...
class  otb::MeanDifferenceImageFilter< TInputImage1, TInputImage2, TOutputImage >
 Implements neighborhood-wise the computation of mean difference. More...
class  otb::MeanRatioImageFilter< TInputImage1, TInputImage2, TOutputImage >
 Implements neighborhood-wise the computation of mean ratio. More...
class  itk::MinimumImageFilter< TInputImage1, TInputImage2, TOutputImage >
 Implements a pixel-wise operator Min(a,b) between two images. More...
class  itk::MinMaxCurvatureFlowImageFilter< TInputImage, TOutputImage >
 Denoise an image using min/max curvature flow. More...
class  itk::ModulusImageFilter< TInputImage, TOutputImage >
 Computes the modulus (x % dividend) pixel-wise. More...
class  itk::MultiplyByConstantImageFilter< TInputImage, TConstant, TOutputImage >
 Multiply input pixels by a constant. More...
class  itk::MultiplyImageFilter< TInputImage1, TInputImage2, TOutputImage >
 Implements an operator for pixel-wise multiplication of two images. More...
class  itk::MultiResolutionPyramidImageFilter< TInputImage, TOutputImage >
 Framework for creating images in a multi-resolution pyramid. More...
class  otb::MultivariateAlterationDetectorImageFilter< TInputImage, TOutputImage >
 This filter implements the Multivariate Alteration Detector. More...
class  itk::NaryAddImageFilter< TInputImage, TOutputImage >
 Implements an operator for pixel-wise addition of two images. More...
class  itk::NaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >
 Implements pixel-wise generic operation of Nth similar images. More...
class  itk::NaryMaximumImageFilter< TInputImage, TOutputImage >
 Implements an operator computing the pixel-wise maximum of several images. More...
class  itk::NotImageFilter< TInputImage, TOutputImage >
 Implements the NOT logical operator pixel-wise on an image. More...
class  itk::OrImageFilter< TInputImage1, TInputImage2, TOutputImage >
 Implements the OR logical operator pixel-wise between two images. More...
class  itk::OtsuMultipleThresholdsImageFilter< TInputImage, TOutputImage >
 Threshold an image using multiple Otsu Thresholds. More...
class  itk::OtsuThresholdImageFilter< TInputImage, TOutputImage >
 Threshold an image using the Otsu Threshold. More...
class  itk::PermuteAxesImageFilter< TImage >
 Permutes the image axes according to a user specified order. More...
class  otb::PersistentCompareImageFilter< TInputImage >
 Compute mean squared error, mean absolute error and PSNR of two imagee using the output requested region. More...
class  otb::PersistentHistogramVectorImageFilter< TInputImage >
 Compute the histogram of a large image using streaming. More...
class  otb::PersistentInnerProductVectorImageFilter< TInputImage >
 Compute the inner product of a large image using streaming. More...
class  otb::PersistentMinMaxImageFilter< TInputImage >
 Compute min. max of an image using the output requested region. More...
class  otb::PersistentMinMaxVectorImageFilter< TInputImage >
 Compute min. max of a large image using streaming. More...
class  otb::PersistentShrinkImageFilter< TInputImage, TOutputImage >
class  otb::PersistentStatisticsImageFilter< TInputImage >
 Compute min. max, variance and mean of an image using the output requested region. More...
class  otb::PersistentStreamingStatisticsMapFromLabelImageFilter< TInputVectorImage, TLabelImage >
 Computes mean radiometric value for each label of a label image, based on a support VectorImage. More...
class  otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >
 Compute covariance & correlation of a large image using streaming. More...
class  otb::PersistentVectorImageToMatrixFilter< TInputImage >
 Compute covariance & correlation of a large image using streaming. More...
class  otb::QuaternaryFunctorImageFilter< TInputImage1, TInputImage2, TInputImage3, TInputImage4, TOutputImage, TFunction >
 Implements pixel-wise generic operation of four images. More...
class  itk::RandomImageSource< TOutputImage >
 Generate an n-dimensional image of random pixel values. More...
class  otb::RealAndImaginaryImageToComplexImageFilter< TInputImageRealPart, TInputImageImaginaryPart, TOutputImage >
 Computes pixel-wise the complex image of a real and imaginary image. More...
class  itk::RealAndImaginaryToComplexImageFilter< TInputPixel1, TInputPixel2, TOutputPixel, NDimension >
 Implements pixel-wise conversion of real and imaginar data into complex voxels. More...
class  otb::RealImageToComplexImageFilter< TInputImageRealPart, TOutputImage >
 Computes pixel-wise the complex image of a real image. More...
class  itk::RecursiveMultiResolutionPyramidImageFilter< TInputImage, TOutputImage >
 Creates a multi-resolution pyramid using a recursive implementation. More...
class  itk::RescaleIntensityImageFilter< TInputImage, TOutputImage >
 Applies a linear transformation to the intensity levels of the input Image. More...
class  itk::RGBToLuminanceImageFilter< TInputImage, TOutputImage >
 Converts an RGB image into a grayscale image. More...
class  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. More...
class  itk::ScalarToRGBColormapImageFilter< TInputImage, TOutputImage >
 Implements pixel-wise intensity->rgb mapping operation on one image. More...
class  itk::SigmoidImageFilter< TInputImage, TOutputImage >
 Computes the sigmoid function pixel-wise. More...
class  otb::SimpleRcsPanSharpeningFusionImageFilter< TPanImageType, TXsImageType, TOutputImageType, TInternalPrecision >
 This class performs a simple Pan sharpening operation. More...
class  itk::SinImageFilter< TInputImage, TOutputImage >
 Computes the vcl_sin(x) pixel-wise. More...
class  itk::SqrtImageFilter< TInputImage, TOutputImage >
 Computes the vcl_sqrt(x) pixel-wise. More...
class  itk::SquaredDifferenceImageFilter< TInputImage1, TInputImage2, TOutputImage >
 Implements pixel-wise the computation of squared difference. More...
class  itk::SquareImageFilter< TInputImage, TOutputImage >
 Computes the square of the intensity values pixel-wise. More...
class  otb::StreamingCompareImageFilter< TInputImage >
 This class streams the whole input image through the PersistentCompareImageFilter. More...
class  otb::StreamingHistogramVectorImageFilter< TInputImage >
 This class streams the whole input image through the PersistentHistogramVectorImageFilter. More...
class  otb::StreamingInnerProductVectorImageFilter< TInputImage >
 This class streams the whole input image through the PersistentStatisticsImageFilter. More...
class  otb::StreamingMatrixTransposeMatrixImageFilter< TInputImage1, TInputImage2 >
 This class streams the whole input image through the PersistentMatrixTransposeMatrixImageFilter. More...
class  otb::StreamingMinMaxImageFilter< TInputImage >
 This class streams the whole input image through the PersistentMinMaxImageFilter. More...
class  otb::StreamingMinMaxVectorImageFilter< TInputImage >
 This class streams the whole input image through the PersistentMinMaxVectorImageFilter. More...
class  otb::StreamingShrinkImageFilter< TInputImage, TOutputImage >
 Generates a quicklook of the input image. More...
class  otb::StreamingStatisticsImageFilter< TInputImage >
 This class streams the whole input image through the PersistentStatisticsImageFilter. More...
class  otb::StreamingStatisticsMapFromLabelImageFilter< TInputVectorImage, TLabelImage >
 Computes mean radiometric value for each label of a label image, based on a support VectorImage. More...
class  otb::StreamingStatisticsVectorImageFilter< TInputImage, TPrecision >
 This class streams the whole input image through the PersistentStatisticsImageFilter. More...
class  itk::SubtractConstantFromImageFilter< TInputImage, TConstant, TOutputImage >
 Subract a constant from all input pixels. More...
class  itk::SubtractImageFilter< TInputImage1, TInputImage2, TOutputImage >
 Implements an operator for pixel-wise subtraction of two images. More...
class  itk::SymmetricEigenAnalysisImageFilter< TInputImage, TOutputImage >
 Computes the eigen-values of every input symmetric matrix pixel. More...
class  itk::TanImageFilter< TInputImage, TOutputImage >
 Computes the vcl_tan(x) pixel-wise. More...
class  itk::TensorFractionalAnisotropyImageFilter< TInputImage, TOutputImage >
 Computes the Fractional Anisotropy for every pixel of a input tensor image. More...
class  itk::TensorRelativeAnisotropyImageFilter< TInputImage, TOutputImage >
 Computes the Relative Anisotropy for every pixel of a input tensor image. More...
class  itk::TernaryFunctorImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage, TFunction >
 Implements pixel-wise generic operation of three images. More...
class  otb::TerraSarBrightnessImageFilter< TInputImage, TOutputImage >
 Calculates the brightness of TerraSar sensor images. More...
class  itk::ThresholdImageFilter< TImage >
 Set image values to a user-specified value if they are below, above, or between simple threshold values. More...
class  itk::ThresholdLabelerImageFilter< TInputImage, TOutputImage >
 Label an input image according to a set of thresholds. More...
class  otb::ThresholdVectorImageFilter< TInputImage, TOutputImage >
 Set image values to a user-specified value if they are below, above, or between simple threshold values. More...
class  itk::TwoOutputExampleImageFilter< TImage >
 Example of a filter that produce two outputs. More...
class  itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >
 Implements pixel-wise generic operation on one image. More...
class  otb::UnaryFunctorNeighborhoodImageFilter< TInputImage, TOutputImage, TFunction >
 Implements neighborhood-wise generic operation on image. More...
class  otb::UnaryFunctorNeighborhoodVectorImageFilter< TInputImage, TOutputImage, TFunction >
 Implements neighborhood-wise generic operation of one vector image. More...
class  otb::UnaryFunctorNeighborhoodWithOffsetImageFilter< TInputImage, TOutputImage, TFunction >
 Implements neighborhood-wise generic operation on image. More...
class  otb::UnaryFunctorVectorImageFilter< TInputImage, TOutputImage, TFunction >
 Implements neighborhood-wise generic operation of one vector image. More...
class  otb::UnaryFunctorWithIndexImageFilter< TInputImage, TOutputImage, TFunction >
 Implements neighborhood-wise generic operation on image. More...
class  otb::UnaryFunctorWithIndexWithOutputSizeImageFilter< TInputImage, TOutputImage, TFunction >
 Implements neighborhood-wise generic operation on image. More...
class  itk::VectorCastImageFilter< TInputImage, TOutputImage >
 Casts input vector pixels to output vector pixel type. More...
class  otb::VectorImageToMatrixImageFilter< TInputImage >
 This class streams the whole input image through the PersistentStatisticsImageFilter. More...
class  itk::VectorIndexSelectionCastImageFilter< TInputImage, TOutputImage >
 Extracts the selected index of the vector that is the input pixel type. More...
class  itk::VectorRescaleIntensityImageFilter< TInputImage, TOutputImage >
 Applies a linear transformation to the magnitude of pixel vectors in a vector Image. More...
class  itk::WeightedAddImageFilter< TInputImage1, TInputImage2, TOutputImage >
 Implements an operator for computing a weighted sum of two images pixel-wise. More...
class  itk::XorImageFilter< TInputImage1, TInputImage2, TOutputImage >
 Implements the XOR logical operator pixel-wise between two images. More...

Detailed Description

Filters on this category divide processing across several threads.


Generated at Sun Feb 3 2013 00:59:46 for Orfeo Toolbox with doxygen 1.8.1.1