18 #ifndef itkSobelOperator_h
19 #define itkSobelOperator_h
96 template <
typename TPixel,
unsigned int VDimension = 2,
typename TAllocator = NeighborhoodAllocator<TPixel>>
114 this->CreateToRadius(1);
124 #ifdef ITK_USE_CONCEPT_CHECKING
131 using typename Superclass::CoefficientVector;
135 GenerateCoefficients()
override;
139 Fill(
const CoefficientVector & coeff)
override;
143 #ifndef ITK_MANUAL_INSTANTIATION
144 # include "itkSobelOperator.hxx"