Classes | |
class | AbsImageFilter |
Computes the ABS(x) pixel-wise. More... | |
class | AbsoluteValueDifferenceImageFilter |
Implements pixel-wise the computation of absolute value difference. More... | |
class | AcosImageFilter |
Computes the acos(x) pixel-wise. More... | |
class | AdaptImageFilter |
Convert an image to another pixel type using the specified data accessor. More... | |
class | AddImageFilter |
Implements an operator for pixel-wise addition of two images. More... | |
class | AndImageFilter |
Implements the AND logical operator pixel-wise between two images. More... | |
class | AsinImageFilter |
Computes the asin(x) pixel-wise. More... | |
class | Atan2ImageFilter |
Computes arctangent pixel-wise from two images. More... | |
class | AtanImageFilter |
Computes the atan(x) pixel-wise. More... | |
class | BayesianClassifierImageFilter |
This filter will perform Bayesian Classification on an image. More... | |
class | BinaryFunctorImageFilter |
Implements pixel-wise generic operation of two images. More... | |
class | BinaryMagnitudeImageFilter |
Implements pixel-wise the computation of square root of the sum of squares. More... | |
class | BinaryMinMaxCurvatureFlowImageFilter |
Denoise a binary image using min/max curvature flow. More... | |
class | BinaryThresholdImageFilter |
Binarize an input image by thresholding. More... | |
class | CastImageFilter |
Casts input pixels to output pixel type. More... | |
class | ChangeLabelImageFilter |
Change Sets of Labels. More... | |
class | CheckerBoardImageFilter |
Combines two images in a checkerboard pattern. More... | |
class | ComplexToImaginaryImageFilter |
Computes pixel-wise the imaginary part of a complex image. More... | |
class | ComplexToModulusImageFilter |
Computes pixel-wise the Modulus of a complex image. More... | |
class | ComplexToPhaseImageFilter |
Computes pixel-wise the modulus of a complex image. More... | |
class | ComplexToRealImageFilter |
Computes pixel-wise the real(x) part of a complex image. More... | |
class | ConstrainedValueAdditionImageFilter |
Implements pixel-wise the computation of constrained value addition. More... | |
class | ConstrainedValueDifferenceImageFilter |
Implements pixel-wise the computation of constrained value difference. More... | |
class | CosImageFilter |
Computes the cos(x) pixel-wise. More... | |
class | CurvatureFlowImageFilter |
Denoise an image using curvature driven flow. More... | |
class | DifferenceImageFilter |
Implements pixel-wise comparison of two images. More... | |
class | DiffusionTensor3DReconstructionImageFilter |
This class takes as input a 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. The class is templated over the pixel type of the reference and gradient images (expected to be scalar images) and the internal representation of the DiffusionTensor3D pixel (double, float etc). More... | |
class | DivideImageFilter |
Implements an operator for pixel-wise division of two images. More... | |
class | ExpImageFilter |
Computes the exp(x) pixel-wise. More... | |
class | ExpNegativeImageFilter |
Computes the function exp(-K.x) pixel-wise. More... | |
class | FlipImageFilter |
Flips an image across user specified axes. More... | |
class | GradientToMagnitudeImageFilter |
Take an image of vectors as input and produce an image with the magnitude of those vectors. More... | |
class | HistogramMatchingImageFilter |
Normalize the grayscale values between two image by histogram matching. More... | |
class | IntensityWindowingImageFilter |
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 | InterpolateImageFilter |
Interpolate an image from two N-D images. More... | |
class | JoinImageFilter |
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 | JoinSeriesImageFilter |
Join N-D images into an (N+1)-D image. More... | |
class | Log10ImageFilter |
Computes the log10(x) pixel-wise. More... | |
class | LogImageFilter |
Computes the log(x) pixel-wise. More... | |
class | MaskImageFilter |
Implements an operator for pixel-wise masking of the input image with the mask. More... | |
class | MaskNegatedImageFilter |
Implements an operator for pixel-wise masking of the input image with the negative of a mask. More... | |
class | MatrixIndexSelectionImageFilter |
Extracts the selected indices of a matrix image that is the input pixel type. More... | |
class | MaximumImageFilter |
Implements a pixel-wise operator Max(a,b) between two images. More... | |
class | MinimumImageFilter |
Implements a pixel-wise operator Min(a,b) between two images. More... | |
class | MinMaxCurvatureFlowImageFilter |
Denoise an image using min/max curvature flow. More... | |
class | MultiplyImageFilter |
Implements an operator for pixel-wise multiplication of two images. More... | |
class | MultiResolutionPyramidImageFilter |
Framework for creating images in a multi-resolution pyramid. More... | |
class | NaryAddImageFilter |
Implements an operator for pixel-wise addition of two images. More... | |
class | NaryFunctorImageFilter |
Implements pixel-wise generic operation of Nth similar images. More... | |
class | NaryMaximumImageFilter |
Implements an operator computing the pixel-wise maximum of several images. More... | |
class | NotImageFilter |
Implements the NOT logical operator pixel-wise on an image. More... | |
class | OrImageFilter |
Implements the OR logical operator pixel-wise between two images. More... | |
class | OtsuMultipleThresholdsImageFilter |
Threshold an image using multiple Otsu Thresholds. More... | |
class | OtsuThresholdImageFilter |
Threshold an image using the Otsu Threshold. More... | |
class | PermuteAxesImageFilter |
Permutes the image axes according to a user specified order. More... | |
class | RecursiveMultiResolutionPyramidImageFilter |
Creates a multi-resolution pyramid using a recursive implementation. More... | |
class | RescaleIntensityImageFilter |
Applies a linear transformation to the intensity levels of the input Image. More... | |
class | RGBToLuminanceImageFilter |
Converts an RGB image into a grayscale image. More... | |
class | ScalarToArrayCastImageFilter |
Creates the output image with vector type pixels filled with the intensity values from one or more input images with scalar pixels. More... | |
class | SigmoidImageFilter |
Computes the sigmoid function pixel-wise. More... | |
class | SinImageFilter |
Computes the sin(x) pixel-wise. More... | |
class | SqrtImageFilter |
Computes the sqrt(x) pixel-wise. More... | |
class | SquaredDifferenceImageFilter |
Implements pixel-wise the computation of squared difference. More... | |
class | SquareImageFilter |
Computes the square of the intensity values pixel-wise. More... | |
class | SubtractImageFilter |
Implements an operator for pixel-wise subtraction of two images. More... | |
class | SymmetricEigenAnalysisImageFilter |
Computes the Fractional Anisotropy for every pixel of a input tensor image. More... | |
class | TanImageFilter |
Computes the tan(x) pixel-wise. More... | |
class | TensorFractionalAnisotropyImageFilter |
Computes the Fractional Anisotropy for every pixel of a input tensor image. More... | |
class | TensorRelativeAnisotropyImageFilter |
Computes the Relative Anisotropy for every pixel of a input tensor image. More... | |
class | ThresholdLabelerImageFilter |
Label an input image according to a set of thresholds. More... | |
class | UnaryFunctorImageFilter |
Implements pixel-wise generic operation on one image. More... | |
class | VectorCastImageFilter |
Casts input vector pixels to output vector pixel type. More... | |
class | VectorIndexSelectionCastImageFilter |
Extracts the selected index of the vector that is the input pixel type. More... | |
class | VectorRescaleIntensityImageFilter |
Applies a linear transformation to the magnitude of pixel vectors in a vector Image. More... | |
class | WeightedAddImageFilter |
Implements an operator for computed a weighted sum of two images pixel-wise. More... | |
class | XorImageFilter |
Implements the XOR logical operator pixel-wise between two images. More... |