|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkImageKernelOperator_h
19 #define itkImageKernelOperator_h
48 template <
typename TPixel,
unsigned int VDimension = 2,
typename TAllocator = NeighborhoodAllocator<TPixel>>
71 GetImageKernel()
const;
77 os << i <<
"ImageKernelOperator { this=" <<
this <<
"} " << std::endl;
85 GenerateCoefficients()
override;
89 Fill(
const CoefficientVector & coeff)
override;
96 #ifndef ITK_MANUAL_INSTANTIATION
97 # include "itkImageKernelOperator.hxx"
Indent GetNextIndent() const
A NeighborhoodOperator whose coefficients are from an image.
typename Superclass::SizeType SizeType
Virtual class that defines a common interface to all neighborhood operator subtypes.
ImageBaseType::SizeType SizeType
Control indentation during Print() invocation.
typename Superclass::CoefficientVector CoefficientVector
void PrintSelf(std::ostream &os, Indent i) const override
ImageType::ConstPointer m_ImageKernel
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
Templated n-dimensional image class.
std::vector< PixelRealType > CoefficientVector