18 #ifndef itkSobelEdgeDetectionImageFilter_h
19 #define itkSobelEdgeDetectionImageFilter_h
49 template<
typename TInputImage,
typename TOutputImage >
68 itkStaticConstMacro(ImageDimension,
unsigned int,
69 TOutputImage::ImageDimension);
70 itkStaticConstMacro(InputImageDimension,
unsigned int,
71 TInputImage::ImageDimension);
106 virtual void GenerateInputRequestedRegion() ITK_OVERRIDE;
108 #ifdef ITK_USE_CONCEPT_CHECKING
115 #ifdef ITK_USE_STRICT_CONCEPT_CHECKING
134 void GenerateData() ITK_OVERRIDE;
136 void PrintSelf(std::ostream & os,
Indent indent) const ITK_OVERRIDE
138 Superclass::PrintSelf(os, indent);
147 #ifndef ITK_MANUAL_INSTANTIATION
148 #include "itkSobelEdgeDetectionImageFilter.hxx"
TInputImage InputImageType
TInputImage::PixelType InputPixelType
ImageToImageFilter< TInputImage, TOutputImage > Superclass
Base class for all process objects that output image data.
SobelEdgeDetectionImageFilter Self
SmartPointer< const Self > ConstPointer
SobelEdgeDetectionImageFilter()
SmartPointer< Self > Pointer
InputImageType::Pointer InputImagePointer
TOutputImage::InternalPixelType OutputInternalPixelType
virtual ~SobelEdgeDetectionImageFilter() override
Base class for filters that take an image as input and produce an image as output.
TInputImage::InternalPixelType InputInternalPixelType
Control indentation during Print() invocation.
TOutputImage OutputImageType
TOutputImage::PixelType OutputPixelType
#define itkConceptMacro(name, concept)
A 2D or 3D edge detection using the Sobel operator.