|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkSobelOperator_h
19 #define itkSobelOperator_h
97 template <
typename TPixel,
unsigned int VDimension = 2,
typename TAllocator = NeighborhoodAllocator<TPixel>>
116 this->CreateToRadius(1);
132 os << i <<
"SobelOperator { this=" <<
this <<
"}" << std::endl;
149 GenerateCoefficients()
override;
159 #ifndef ITK_MANUAL_INSTANTIATION
160 # include "itkSobelOperator.hxx"
Indent GetNextIndent() const
A NeighborhoodOperator for performing a directional Sobel edge-detection operation at a pixel locatio...
void CreateDirectional() override
Virtual class that defines a common interface to all neighborhood operator subtypes.
A light-weight container object for storing an N-dimensional neighborhood of values.
Control indentation during Print() invocation.
MovedGradientPixelType PixelType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
void PrintSelf(std::ostream &os, Indent i) const override
std::vector< PixelRealType > CoefficientVector