18 #ifndef __itkSobelOperator_h
19 #define __itkSobelOperator_h
94 template<
typename TPixel,
unsigned int VDimension = 2,
95 typename TAllocator = NeighborhoodAllocator< TPixel > >
143 os << i <<
"SobelOperator { this=" <<
this <<
"}" << std::endl;
168 #ifndef ITK_MANUAL_INSTANTIATION
169 #include "itkSobelOperator.hxx"
CoefficientVector GenerateCoefficients()
virtual void CreateDirectional()
Superclass::PixelType PixelType
A light-weight container object for storing an N-dimensional neighborhood of values.
SobelOperator(const Self &other)
void Fill(const CoefficientVector &c)
std::vector< PixelRealType > CoefficientVector
Virtual class that defines a common interface to all neighborhood operator subtypes.
virtual void PrintSelf(std::ostream &os, Indent i) const
A NeighborhoodOperator for performing a directional Sobel edge-detection operation at a pixel locatio...
NeighborhoodOperator< TPixel, VDimension, TAllocator > Superclass
virtual void CreateToRadius(const SizeType &)
Superclass::CoefficientVector CoefficientVector
Self & operator=(const Self &other)
virtual void PrintSelf(std::ostream &os, Indent i) const
Self & operator=(const Self &orig)
MovedGradientPixelType PixelType
Control indentation during Print() invocation.