18 #ifndef itkSobelEdgeDetectionImageFilter_h
19 #define itkSobelEdgeDetectionImageFilter_h
49 template<
typename TInputImage,
typename TOutputImage >
69 TOutputImage::ImageDimension);
71 TInputImage::ImageDimension);
108 #ifdef ITK_USE_CONCEPT_CHECKING
115 #ifdef ITK_USE_STRICT_CONCEPT_CHECKING
148 #ifndef ITK_MANUAL_INSTANTIATION
149 #include "itkSobelEdgeDetectionImageFilter.hxx"
void operator=(const Self &)
virtual void PrintSelf(std::ostream &os, Indent indent) const override
TInputImage InputImageType
TInputImage::PixelType InputPixelType
ImageToImageFilter< TInputImage, TOutputImage > Superclass
static const unsigned int InputImageDimension
virtual ~SobelEdgeDetectionImageFilter()
Base class for all process objects that output image data.
void GenerateData() override
virtual void GenerateInputRequestedRegion() override
SobelEdgeDetectionImageFilter Self
SmartPointer< const Self > ConstPointer
SobelEdgeDetectionImageFilter()
SmartPointer< Self > Pointer
InputImageType::Pointer InputImagePointer
TOutputImage::InternalPixelType OutputInternalPixelType
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)
static const unsigned int ImageDimension
A 2D or 3D edge detection using the Sobel operator.
void PrintSelf(std::ostream &os, Indent indent) const override