|
Classes |
class | itk::BinaryMinMaxCurvatureFlowImageFilter< TInputImage, TOutputImage > |
| Denoise a binary image using min/max curvature flow. More...
|
class | itk::CurvatureFlowImageFilter< TInputImage, TOutputImage > |
| Denoise an image using curvature driven flow. More...
|
class | itk::HistogramMatchingImageFilter< TInputImage, TOutputImage > |
| Normalize the grayscale values between two image by histogram matching. More...
|
class | itk::MinMaxCurvatureFlowImageFilter< TInputImage, TOutputImage > |
| Denoise an image using min/max curvature flow. More...
|
class | itk::MultiResolutionPyramidImageFilter< TInputImage, TOutputImage > |
| Framework for creating images in a multi-resolution pyramid. More...
|
class | itk::RecursiveMultiResolutionPyramidImageFilter< TInputImage, TOutputImage > |
| Creates a multi-resolution pyramid using a recursive implementation. More...
|
class | itk::AbsImageFilter< TInputImage, TOutputImage > |
| Computes the ABS(x) pixel-wise. More...
|
class | itk::AcosImageFilter< TInputImage, TOutputImage > |
| Computes the 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::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 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 atan(x) pixel-wise. More...
|
class | itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, TFunction > |
| Implements pixel-wise generic operation of two images. More...
|
class | itk::BinaryMagnitudeImageFilter< TInputImage1, TInputImage2, TOutputImage > |
| Implements pixel-wise the computation of square root of the sum of squares. 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 | itk::CosImageFilter< TInputImage, TOutputImage > |
| Computes the cos(x) pixel-wise. 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 exp(x) pixel-wise. More...
|
class | itk::ExpNegativeImageFilter< TInputImage, TOutputImage > |
| Computes the function exp(-K.x) pixel-wise. 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::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::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::Log10ImageFilter< TInputImage, TOutputImage > |
| Computes the log10(x) pixel-wise. More...
|
class | itk::LogImageFilter< TInputImage, TOutputImage > |
| Computes the log(x) pixel-wise. More...
|
class | itk::MaskImageFilter< TInputImage, TMaskImage, TOutputImage > |
| Implements an operator for pixel-wise masking of the input image with the mask. More...
|
class | itk::MaximumImageFilter< TInputImage1, TInputImage2, TOutputImage > |
| Implements a pixel-wise operator Max(a,b) between two images. More...
|
class | itk::MinimumImageFilter< TInputImage1, TInputImage2, TOutputImage > |
| Implements a pixel-wise operator Min(a,b) between two images. More...
|
class | itk::MultiplyImageFilter< TInputImage1, TInputImage2, TOutputImage > |
| Implements an operator for pixel-wise multiplication of two images. 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::OrImageFilter< TInputImage1, TInputImage2, TOutputImage > |
| Implements the OR logical operator pixel-wise between two images. More...
|
class | itk::PermuteAxesImageFilter< TImage > |
| Permutes the image axes according to a user specified order. More...
|
class | itk::RescaleIntensityImageFilter< TInputImage, TOutputImage > |
| Applies a linear transformation to the intensity levels of the input 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::SigmoidImageFilter< TInputImage, TOutputImage > |
| Computes the sigmoid function pixel-wise. More...
|
class | itk::SinImageFilter< TInputImage, TOutputImage > |
| Computes the sin(x) pixel-wise. More...
|
class | itk::SqrtImageFilter< TInputImage, TOutputImage > |
| Computes the 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 | itk::SubtractImageFilter< TInputImage1, TInputImage2, TOutputImage > |
| Implements an operator for pixel-wise subtraction of two images. More...
|
class | itk::TanImageFilter< TInputImage, TOutputImage > |
| Computes the tan(x) pixel-wise. More...
|
class | itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction > |
| Implements pixel-wise generic operation on one image. More...
|
class | itk::VectorCastImageFilter< TInputImage, TOutputImage > |
| Casts input vector pixels to output vector pixel type. More...
|
class | itk::VectorIndexSelectionCastImageFilter< TInputImage, TOutputImage > |
| Extracts the selected index of the vector that is the input pixel type. More...
|
class | itk::XorImageFilter< TInputImage1, TInputImage2, TOutputImage > |
| Implements the XOR logical operator pixel-wise between two images. More...
|
class | itk::DifferenceImageFilter< TInputImage, TOutputImage > |
| Implements pixel-wise comparison of two images. More...
|