Compounds | |
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 | 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 | 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 | 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 | 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 | 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 | 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 | MaximumImageFilter |
Implements a pixel-wise operator Max(a, b) between two images. More... | |
class | MinimumImageFilter |
Implements a pixel-wise operator Max(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 | 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 | ScalarToArrayCastImageFilter |
Casts input vector pixels to output vector pixel type. 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 | SubtractImageFilter |
Implements an operator for pixel-wise subtraction of two images. More... | |
class | TanImageFilter |
Computes the tan(x) pixel-wise. 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... |