Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

Intensity Image Filters
[Image Filters]


Modules

group  Mathematical Morphology Image Filters

Classes

class  itk::HistogramMatchingImageFilter< TInputImage, TOutputImage >
 Normalize the grayscale values between two image by histogram matching. 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::BinaryMedianImageFilter< TInputImage, TOutputImage >
 Applies an version of the median filter optimized for binary images. 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  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  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  EigenAnalysis2DImageFilter
 Computes pixel-wise the eigen values and eigen vectors of a 2D symmetrical matrix. 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::GetAverageSliceImageFilter< TInputImage, TOutputImage >
 Implements a Reflection of an image along a selected direction. 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::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::LazyEdgeDetectionImageFilter3D< TInputImage, TOutputImage >
 Implements a Reflection of an image along a selected direction. 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::MeanImageFilter< TInputImage, TOutputImage >
 Applies an averaging filter to an image. More...
class  itk::MedianImageFilter< TInputImage, TOutputImage >
 Applies a median filter to an image. More...
class  itk::MidsagittalPlaneExtractionImageFilter< TInputImage, TOutputImage >
 Implements a Reflection of an image along a selected direction. 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::NoiseImageFilter< TInputImage, TOutputImage >
 Calculate the local noise in an image. More...
class  itk::OrImageFilter< TInputImage1, TInputImage2, TOutputImage >
 Implements the OR logical operator pixel-wise between two images. More...
class  itk::ReflectImageFilter< TInputImage, TOutputImage >
 Implements a Reflection of an image along a selected direction. More...
class  itk::RescaleIntensityImageFilter< TInputImage, TOutputImage >
 Applies a linear transformation to the intensity levels of the input Image. More...
class  itk::ShiftScaleImageFilter< TInputImage, TOutputImage >
 Shift and scale the pixels in an image. More...
class  itk::ShiftScaleInPlaceImageFilter< TInputImage >
 Shift and scale the pixels in an image. 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::SmoothingRecursiveGaussianImageFilter< TInputImage, TOutputImage >
 Computes the smoothing of an image by convolution with the Gaussian kernels implemented as IIR filters. 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::TernaryAddImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage >
 Implements pixel-wise addition of three images. More...
class  itk::TernaryFunctorImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage, TFunction >
 Implements pixel-wise generic operation of three images. More...
class  itk::TernaryMagnitudeImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage >
 Implements pixel-wise addition of three images. More...
class  itk::TernaryMagnitudeSquaredImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage >
 Implements pixel-wise addition of three images. More...
class  itk::ThresholdImageFilter< TImage >
 Set image values to a user-specified value if they are below, above, or between simple threshold values. More...
class  itk::TwoOutputExampleImageFilter< TImage >
 Example of a filter that produce two outputs. 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...

Detailed Description

Intensity Image filters only alter the values stored in image pixels.
See also:
Image

PhysicalImage

ImageRegion


Generated at Sun Apr 1 02:48:27 2007 for ITK by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2000