|
class | itk::AnnulusOperator< TPixel, TDimension, TAllocator > |
|
class | itk::BackwardDifferenceOperator< TPixel, TDimension, TAllocator > |
|
class | itk::BinaryBallStructuringElement< TPixel, VDimension, TAllocator > |
|
class | itk::BinaryCrossStructuringElement< TPixel, VDimension, TAllocator > |
|
class | itk::DerivativeOperator< TPixel, VDimension, TAllocator > |
|
class | itk::ForwardDifferenceOperator< TPixel, VDimension, TAllocator > |
|
class | itk::GaussianDerivativeOperator< TPixel, VDimension, TAllocator > |
|
class | itk::GaussianOperator< TPixel, VDimension, TAllocator > |
|
class | itk::HistogramThresholdCalculator< THistogram, TOutput > |
|
class | itk::HuangThresholdCalculator< THistogram, TOutput > |
|
class | itk::ImageKernelOperator< TPixel, VDimension, TAllocator > |
|
class | itk::ImageMomentsCalculator< TImage > |
|
class | itk::ImagePCADecompositionCalculator< TInputImage, TBasisImage > |
|
class | itk::IntermodesThresholdCalculator< THistogram, TOutput > |
|
class | itk::IsoDataThresholdCalculator< THistogram, TOutput > |
|
class | itk::KappaSigmaThresholdImageCalculator< TInputImage, TMaskImage > |
|
class | itk::KittlerIllingworthThresholdCalculator< THistogram, TOutput > |
|
class | itk::LaplacianOperator< TPixel, VDimension, TAllocator > |
|
class | itk::LiThresholdCalculator< THistogram, TOutput > |
|
class | itk::MaximumEntropyThresholdCalculator< THistogram, TOutput > |
|
class | itk::MinimumMaximumImageCalculator< TInputImage > |
|
class | itk::MinimumMaximumImageFilter< TInputImage > |
|
class | itk::MomentsThresholdCalculator< THistogram, TOutput > |
|
class | itk::Neighborhood< TPixel, VDimension, TAllocator > |
|
class | itk::NeighborhoodAllocator< TPixel > |
|
class | itk::NeighborhoodInnerProduct< TImage, TOperator, TComputation > |
|
class | itk::NeighborhoodIterator< TImage, TBoundaryCondition > |
|
class | itk::NeighborhoodOperator< TPixel, VDimension, TAllocator > |
|
class | itk::OtsuThresholdCalculator< THistogram, TOutput > |
|
class | itk::RenyiEntropyThresholdCalculator< THistogram, TOutput > |
|
class | itk::RobustAutomaticThresholdCalculator< TInputImage, TGradientImage > |
|
class | itk::ShanbhagThresholdCalculator< THistogram, TOutput > |
|
class | itk::SobelOperator< TPixel, VDimension, TAllocator > |
|
class | itk::SpatialObjectToImageStatisticsCalculator< TInputImage, TInputSpatialObject, TSampleDimension > |
|
class | itk::TriangleThresholdCalculator< THistogram, TOutput > |
|
class | itk::VectorNeighborhoodInnerProduct< TImage > |
|
class | itk::WarpHarmonicEnergyCalculator< TInputImage > |
|
class | itk::YenThresholdCalculator< THistogram, TOutput > |
|
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.