Modules | |
Mathematical Morphology Image Filters | |
Compounds | |
class | AbsImageFilter |
Computes the ABS(x) pixel-wise. 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 | 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 | BinaryMedianImageFilter |
Applies an version of the median filter optimized for binary images. More... | |
class | BinaryThresholdImageFilter |
Binarize an input image by thresholding. More... | |
class | CastImageFilter |
Casts input pixels to output pixel type. More... | |
class | Compose2DCovariantVectorImageFilter |
Implements pixel-wise composition of an 2D covariant vector pixel from two scalar images. More... | |
class | Compose2DVectorImageFilter |
Implements pixel-wise composition of an 2D vector pixel from two scalar images. More... | |
class | Compose3DCovariantVectorImageFilter |
Implements pixel-wise composition of an 3D covariant vector pixel from three scalar images. More... | |
class | Compose3DVectorImageFilter |
Implements pixel-wise composition of an 3D vector pixel from three scalar images. More... | |
class | ComposeRGBImageFilter |
Implements pixel-wise composition of an RGB pixel from three scalar images. More... | |
class | CosImageFilter |
Computes the cos(x) pixel-wise. 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 | EigenAnalysis2DImageFilter |
Computes pixel-wise the eigen values and eigen vectors of a 2D symmetrical matrix. More... | |
class | ExpImageFilter |
Computes the exp(x) pixel-wise. More... | |
class | ExpNegativeImageFilter |
Computes the function exp(-K.x) pixel-wise. More... | |
class | GetAverageSliceImageFilter |
Implements a Reflection of an image along a selected direction. 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 | 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 | LazyEdgeDetectionImageFilter3D |
Implements a Reflection of an image along a selected direction. 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 | MeanImageFilter |
Applies an averaging filter to an image. More... | |
class | MedianImageFilter |
Applies a median filter to an image. More... | |
class | MidsagittalPlaneExtractionImageFilter |
Implements a Reflection of an image along a selected direction. More... | |
class | MinimumImageFilter |
Implements a pixel-wise operator Min(a,b) between two images. More... | |
class | MultiplyImageFilter |
Implements an operator for pixel-wise multiplication of two images. 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 | NoiseImageFilter |
Calculate the local noise in an image. More... | |
class | OrImageFilter |
Implements the OR logical operator pixel-wise between two images. More... | |
class | ReflectImageFilter |
Implements a Reflection of an image along a selected direction. More... | |
class | RescaleIntensityImageFilter |
Applies a linear transformation to the intensity levels of the input Image. More... | |
class | ShiftScaleImageFilter |
Shift and scale the pixels in an image. More... | |
class | ShiftScaleInPlaceImageFilter |
Shift and scale the pixels in an image. More... | |
class | SigmoidImageFilter |
Computes the sigmoid function pixel-wise. More... | |
class | SinImageFilter |
Computes the sin(x) pixel-wise. More... | |
class | SmoothingRecursiveGaussianImageFilter |
Computes the smoothing of an image by convolution with the Gaussian kernels implemented as IIR filters. 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 | TanImageFilter |
Computes the tan(x) pixel-wise. More... | |
class | TernaryAddImageFilter |
Implements pixel-wise addition of three images. More... | |
class | TernaryFunctorImageFilter |
Implements pixel-wise generic operation of three images. More... | |
class | TernaryMagnitudeImageFilter |
Implements pixel-wise addition of three images. More... | |
class | TernaryMagnitudeSquaredImageFilter |
Implements pixel-wise addition of three images. More... | |
class | ThresholdImageFilter |
Set image values to a user-specified value if they are below, above, or between simple threshold values. More... | |
class | TwoOutputExampleImageFilter |
Example of a filter that produce two outputs. 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 | XorImageFilter |
Implements the XOR logical operator pixel-wise between two images. More... |
PhysicalImage
ImageRegion