Classes | |
class | ActiveShapeModelCalculator |
Base class for ActiveShapeModelCalculator object. More... | |
class | ActiveShapeModelGradientSearchMethod |
Base class for ActiveShapeModelGradientSearchMethod object. More... | |
class | AnnulusOperator |
A NeighborhoodOperator for performing a matched filtering with an annulus (two concentric circles, spheres, hyperspheres, etc.). More... | |
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 | BinaryCrossStructuringElement |
A Neighborhood that represents a cross structuring element 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 | ImagePCADecompositionCalculator |
Decomposes an image into directions along basis components. 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 | SpatialObjectToImageStatisticsCalculator |
class | VectorNeighborhoodInnerProduct |