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 |