Classes |
class | itk::Functor::Abs< TInput, TOutput > |
| Computes the absolute value of a pixel. More...
|
class | itk::AbsImageFilter< TInputImage, TOutputImage > |
| Computes the absolute value of each pixel. More...
|
class | itk::Functor::AccessorFunctor< TInput, TAccessor > |
| Convert an accessor to a functor so that it can be used in a UnaryFunctorImageFilter. More...
|
class | itk::Functor::Acos< TInput, TOutput > |
| Computes the Acos of a pixel. More...
|
class | itk::AcosImageFilter< TInputImage, TOutputImage > |
| Computes the inverse cosine of each pixel. More...
|
class | itk::AdaptImageFilter< TInputImage, TOutputImage, TAccessor > |
| Convert an image to another pixel type using the specified data accessor. More...
|
class | itk::Functor::Add1< TInput, TOutput > |
class | itk::Functor::Add2< TInput1, TInput2, TOutput > |
class | itk::Functor::Add3< TInput1, TInput2, TInput3, TOutput > |
class | itk::AddImageFilter< TInputImage1, TInputImage2, TOutputImage > |
| Pixel-wise addition of two images. More...
|
class | itk::Functor::AND< TInput1, TInput2, TOutput > |
class | itk::AndImageFilter< TInputImage1, TInputImage2, TOutputImage > |
| Implements the AND logical operator pixel-wise between two images. More...
|
class | itk::Functor::Asin< TInput, TOutput > |
class | itk::AsinImageFilter< TInputImage, TOutputImage > |
| Computes the sine of each pixel. More...
|
class | itk::Functor::Atan< TInput, TOutput > |
class | itk::Functor::Atan2< TInput1, TInput2, TOutput > |
class | itk::Atan2ImageFilter< TInputImage1, TInputImage2, TOutputImage > |
| Computes two argument inverse tangent. More...
|
class | itk::AtanImageFilter< TInputImage, TOutputImage > |
| Computes the one-argument inverse tangent of each pixel. More...
|
class | itk::BinaryMagnitudeImageFilter< TInputImage1, TInputImage2, TOutputImage > |
| Computes the square root of the sum of squares of corresponding input pixels. More...
|
class | itk::BoundedReciprocalImageFilter< TInputImage, TOutputImage > |
| Computes 1/(1+x) for each pixel in the image. More...
|
class | itk::ComplexToImaginaryImageFilter< TInputImage, TOutputImage > |
| Computes pixel-wise the imaginary part 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::Functor::ConstrainedValueAddition< TInput1, TInput2, TOutput > |
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 | itk::Functor::Cos< TInput, TOutput > |
class | itk::CosImageFilter< TInputImage, TOutputImage > |
| Computes the cosine of each pixel. More...
|
class | itk::Functor::Div< TInput1, TInput2, TOutput > |
class | itk::DivideImageFilter< TInputImage1, TInputImage2, TOutputImage > |
| Pixel-wise division of two images. More...
|
class | itk::DivideOrZeroOutImageFilter< TInputImage1, TInputImage2, TOutputImage > |
class | itk::EdgePotentialImageFilter< TInputImage, TOutputImage > |
| Computes the edge potential of an image from the image gradient. More...
|
class | itk::Functor::Exp< TInput, TOutput > |
class | itk::ExpImageFilter< TInputImage, TOutputImage > |
| Computes the exponential function of each pixel. More...
|
class | itk::Functor::ExpNegative< TInput, TOutput > |
class | itk::ExpNegativeImageFilter< TInputImage, TOutputImage > |
| Computes the function exp(-K.x) for each input pixel. More...
|
class | itk::HistogramMatchingImageFilter< TInputImage, TOutputImage, THistogramMeasurement > |
| Normalize the grayscale values between two images by histogram matching. 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::InvertIntensityImageFilter< TInputImage, TOutputImage > |
| Invert the intensity of an image. More...
|
class | itk::Functor::InvertIntensityTransform< TInput, TOutput > |
class | itk::Functor::Log< TInput, TOutput > |
class | itk::Functor::Log10< TInput, TOutput > |
class | itk::Log10ImageFilter< TInputImage, TOutputImage > |
| Computes the log10 of each pixel. More...
|
class | itk::LogImageFilter< TInputImage, TOutputImage > |
| Computes the log() of each pixel. More...
|
class | itk::MaskImageFilter< TInputImage, TMaskImage, TOutputImage > |
| Mask an image with a mask. image with the mask. More...
|
class | itk::Functor::MaskInput< TInput, TMask, TOutput > |
class | itk::MaskNegatedImageFilter< TInputImage, TMaskImage, TOutputImage > |
| Mask an image with the negative of a mask. More...
|
class | itk::Functor::MaskNegatedInput< TInput, TMask, TOutput > |
class | itk::MatrixIndexSelectionImageFilter< TInputImage, TOutputImage > |
| Extracts the selected indices of a matrix image that is the input pixel type. More...
|
class | itk::Functor::Maximum< TInput1, TInput2, TOutput > |
class | itk::Functor::Maximum1< TInput, TOutput > |
class | itk::MaximumImageFilter< TInputImage1, TInputImage2, TOutputImage > |
| Implements a pixel-wise operator Max(a,b) between two images. More...
|
class | itk::Functor::Minimum< TInput1, TInput2, TOutput > |
class | itk::MinimumImageFilter< TInputImage1, TInputImage2, TOutputImage > |
| Implements a pixel-wise operator Min(a,b) between two images. More...
|
class | itk::Functor::Modulus2< TInput1, TInput2, TOutput > |
class | itk::Functor::Modulus3< TInput1, TInput2, TInput3, TOutput > |
class | itk::ModulusImageFilter< TInputImage, TOutputImage > |
| Computes the modulus (x % dividend) pixel-wise. More...
|
class | itk::Functor::ModulusSquare3< TInput1, TInput2, TInput3, TOutput > |
class | itk::Functor::Mult< TInput1, TInput2, TOutput > |
class | itk::MultiplyImageFilter< TInputImage1, TInputImage2, TOutputImage > |
| Pixel-wise multiplication of two images. More...
|
class | itk::NaryAddImageFilter< TInputImage, TOutputImage > |
| Pixel-wise addition of N images. More...
|
class | itk::NaryFunctorImageFilter< TInputImage, TOutputImage, TFunction > |
| Perform a generic pixel-wise operation on N images. More...
|
class | itk::NaryMaximumImageFilter< TInputImage, TOutputImage > |
| Computes the pixel-wise maximum of several images. More...
|
class | itk::NormalizeImageFilter< TInputImage, TOutputImage > |
| Normalize an image by setting its mean to zero and variance to one. More...
|
class | itk::NormalizeToConstantImageFilter< TInputImage, TOutputImage > |
| Scales image pixel intensities to make the sum of all pixels equal a user-defined constant. More...
|
class | itk::Functor::NOT< TInput, TOutput > |
class | itk::NotImageFilter< TInputImage, TOutputImage > |
| Implements the NOT logical operator pixel-wise on an image. More...
|
class | itk::Functor::OR< TInput1, TInput2, TOutput > |
class | itk::OrImageFilter< TInputImage1, TInputImage2, TOutputImage > |
| Implements the OR logical operator pixel-wise between two images. More...
|
class | itk::PolylineMask2DImageFilter< TInputImage, TPolyline, TOutputImage > |
| Implements 2D image masking operation constrained by a contour. More...
|
class | itk::PolylineMaskImageFilter< TInputImage, TPolyline, TVector, TOutputImage > |
| Implements image masking operation constrained by a polyline on a plane perpendicular to certain viewing direction. More...
|
class | itk::Functor::Pow< TInput1, TInput2, TOutput > |
class | itk::PowImageFilter< TInputImage1, TInputImage2, TOutputImage > |
| Computes the powers of 2 images. 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::Functor::Round< TInput, TOutput > |
class | itk::RoundImageFilter< TInputImage, TOutputImage > |
| Rounds the value of each pixel. More...
|
class | itk::ShiftScaleImageFilter< TInputImage, TOutputImage > |
| Shift and scale the pixels in an image. More...
|
class | itk::SigmoidImageFilter< TInputImage, TOutputImage > |
| Computes the sigmoid function pixel-wise. More...
|
class | itk::Functor::Sin< TInput, TOutput > |
class | itk::SinImageFilter< TInputImage, TOutputImage > |
| Computes the sine of each pixel. More...
|
class | itk::Functor::Sqrt< TInput, TOutput > |
class | itk::SqrtImageFilter< TInputImage, TOutputImage > |
| Computes the square root of each pixel. More...
|
class | itk::SquareImageFilter< TInputImage, TOutputImage > |
| Computes the square of the intensity values pixel-wise. More...
|
class | itk::Functor::Sub2< TInput1, TInput2, TOutput > |
class | itk::SubtractImageFilter< TInputImage1, TInputImage2, TOutputImage > |
| 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::Functor::Tan< TInput, TOutput > |
class | itk::TanImageFilter< TInputImage, TOutputImage > |
| Computes the tangent of each input pixel. More...
|
class | itk::TernaryAddImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage > |
| Pixel-wise addition of three images. More...
|
class | itk::TernaryMagnitudeImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage > |
| Pixel-wise addition of three images. More...
|
class | itk::TernaryMagnitudeSquaredImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage > |
| Pixel-wise addition of three images. More...
|
class | itk::VectorExpandImageFilter< TInputImage, TOutputImage > |
| Expand the size of a vector image by an integer factor in each dimension. More...
|
class | itk::VectorIndexSelectionCastImageFilter< TInputImage, TOutputImage > |
| Extracts the selected index of the vector that is the input pixel type. More...
|
class | itk::VectorMagnitudeImageFilter< TInputImage, TOutputImage > |
| Take an image of vectors as input and produce an image with the magnitude of those vectors. More...
|
class | itk::VectorRescaleIntensityImageFilter< TInputImage, TOutputImage > |
| Applies a linear transformation to the magnitude of pixel vectors in a vector Image. More...
|
class | itk::Functor::WeightedAdd2< TInput1, TInput2, TOutput > |
class | itk::WeightedAddImageFilter< TInputImage1, TInputImage2, TOutputImage > |
| Computes a weighted sum of two images pixel-wise. More...
|
class | itk::Functor::XOR< TInput1, TInput2, TOutput > |
class | itk::XorImageFilter< TInputImage1, TInputImage2, TOutputImage > |
| Computes the XOR logical operator pixel-wise between two images. More...
|
This module contains filters that perform pixel-wise operations on the intensities of images. In particular you will find here filters that compute trigonometric operations on pixel values, intensity rescaling, exponentials, conversions between complex and reals, and filters that combine multiple images into images of multiple components, as well as filters that compute single scalar images from images of multiple components.