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

Operators
[Data Processing Objects]


Compounds

class  BackwardDifferenceOperator
 Operator whose inner product with a neighborhood returns a "half" derivative at the center of the neighborhood. More...

class  BinaryBallStructuringElement
 A Neighborhood that represents a ball structuring element (ellipsoid) with binary elements. More...

class  DerivativeOperator
 A NeighborhoodOperator for taking an n-th order derivative at a pixel. More...

class  ForwardDifferenceOperator
 Operator whose inner product with a neighborhood returns a "half" derivative at the center of the neighborhood. More...

class  GaussianOperator
 A NeighborhoodOperator whose coefficients are a one dimensional, discrete Gaussian kernel. More...

class  ImageMomentsCalculator
 Compute moments of an n-dimensional image. More...

class  LaplacianOperator
class  MinimumMaximumImageCalculator
class  MinimumMaximumImageFilter
 Computes the minimum and the maximum intensity values of an image. More...

class  Neighborhood
 A light-weight container object for storing an N-dimensional neighborhood of values. More...

class  NeighborhoodAllocator
class  NeighborhoodInnerProduct
class  NeighborhoodIterator
 Defines iteration of a local N-dimensional neighborhood of pixels across an itk::Image. More...

class  NeighborhoodOperator
 Virtual class that defines a common interface to all neighborhood operator subtypes. More...

class  OtsuThresholdImageCalculator
 Computes the Otsu's threshold for an image. More...

class  SobelOperator
 A NeighborhoodOperator for doing Sobel operation at a pixel. More...

class  VectorCurvatureNDAnisotropicDiffusionFunction
class  VectorGradientNDAnisotropicDiffusionFunction
class  VectorNeighborhoodInnerProduct

Detailed Description

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.
Generated at Fri May 21 01:17:44 2004 for ITK by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2000