Classes |
class | itk::ActiveShapeModelCalculator< TImage > |
| Base class for ActiveShapeModelCalculator object. More...
|
class | itk::ActiveShapeModelGradientSearchMethod< TImage > |
| Base class for ActiveShapeModelGradientSearchMethod object. More...
|
class | itk::AnnulusOperator< TPixel, TDimension, TAllocator > |
| A NeighborhoodOperator for performing a matched filtering with an annulus (two concentric circles, spheres, hyperspheres, etc.). More...
|
class | itk::BackwardDifferenceOperator< TPixel, TDimension, TAllocator > |
| Operator whose inner product with a neighborhood returns a "half" derivative at the center of the neighborhood. More...
|
class | itk::BinaryBallStructuringElement< TPixel, VDimension, TAllocator > |
| A Neighborhood that represents a ball structuring element (ellipsoid) with binary elements. More...
|
class | itk::BinaryCrossStructuringElement< TPixel, VDimension, TAllocator > |
| A Neighborhood that represents a cross structuring element with binary elements. More...
|
class | itk::DerivativeOperator< TPixel, VDimension, TAllocator > |
| A NeighborhoodOperator for taking an n-th order derivative at a pixel. More...
|
class | itk::ForwardDifferenceOperator< TPixel, VDimension, TAllocator > |
| Operator whose inner product with a neighborhood returns a "half" derivative at the center of the neighborhood. More...
|
class | itk::GaussianDerivativeOperator< TPixel, VDimension, TAllocator > |
| A NeighborhoodOperator whose coefficients are a one dimensional, discrete derivative Gaussian kernel. More...
|
class | itk::GaussianOperator< TPixel, VDimension, TAllocator > |
| A NeighborhoodOperator whose coefficients are a one dimensional, discrete Gaussian kernel. More...
|
class | itk::ImageKernelOperator< TPixel, VDimension, TAllocator > |
| A NeighborhoodOperator whose coefficients are from an image. More...
|
class | itk::ImageMomentsCalculator< TImage > |
| Compute moments of an n-dimensional image. More...
|
class | itk::ImagePCADecompositionCalculator< TInputImage, TBasisImage > |
| Decomposes an image into directions along basis components. More...
|
class | itk::KappaSigmaThresholdImageCalculator< TInputImage, TMaskImage > |
| Compute moments of an n-dimensional image. More...
|
class | itk::LaplacianOperator< TPixel, VDimension, TAllocator > |
class | itk::MinimumMaximumImageCalculator< TInputImage > |
class | itk::MinimumMaximumImageFilter< TInputImage > |
| Computes the minimum and the maximum intensity values of an image. More...
|
class | itk::Neighborhood< TPixel, VDimension, TAllocator > |
| A light-weight container object for storing an N-dimensional neighborhood of values. More...
|
class | itk::NeighborhoodAllocator< TPixel > |
class | itk::NeighborhoodInnerProduct< TImage, TOperator, TComputation > |
class | itk::NeighborhoodIterator< TImage, TBoundaryCondition > |
| Defines iteration of a local N-dimensional neighborhood of pixels across an itk::Image. More...
|
class | itk::NeighborhoodOperator< TPixel, VDimension, TAllocator > |
| Virtual class that defines a common interface to all neighborhood operator subtypes. More...
|
class | itk::OtsuThresholdImageCalculator< TInputImage > |
| Computes the Otsu's threshold for an image. More...
|
class | itk::RobustAutomaticThresholdCalculator< TInputImage, TGradientImage > |
| Compute the robust automatic threshold. More...
|
class | itk::SobelOperator< TPixel, VDimension, TAllocator > |
| A NeighborhoodOperator for performing a directional Sobel edge-detection operation * at a pixel location. More...
|
class | itk::SpatialObjectToImageStatisticsCalculator< TInputImage, TInputSpatialObject, TSampleDimension > |
class | itk::VectorNeighborhoodInnerProduct< TImage > |
class | itk::WarpHarmonicEnergyCalculator< TInputImage > |
| Compute the harmonic energy of a deformation field. More...
|
Operators implements the abstraction of performing an operation using data from a neighborhood of a pixel. ITK Operators work in conjunction with Neighborhood iterators in order to walk over an image.