18 #ifndef itkLaplacianSharpeningImageFilter_h
19 #define itkLaplacianSharpeningImageFilter_h
52 template<
typename TInputImage,
typename TOutputImage >
70 TOutputImage::ImageDimension);
100 itkBooleanMacro( UseImageSpacing );
104 itkSetMacro(UseImageSpacing,
bool);
105 itkGetConstMacro(UseImageSpacing,
bool);
127 void operator=(const Self &);
133 #ifndef ITK_MANUAL_INSTANTIATION
134 #include "itkLaplacianSharpeningImageFilter.hxx"
TInputImage InputImageType
InputImageType::Pointer InputImagePointer
This filter sharpens an image using a Laplacian. LaplacianSharpening highlights regions of rapid inte...
TOutputImage::InternalPixelType OutputInternalPixelType
virtual ~LaplacianSharpeningImageFilter()
ImageToImageFilter< TInputImage, TOutputImage > Superclass
void PrintSelf(std::ostream &, Indent) const override
TInputImage::PixelType InputPixelType
TOutputImage::PixelType OutputPixelType
Base class for all process objects that output image data.
SmartPointer< const Self > ConstPointer
TInputImage::InternalPixelType InputInternalPixelType
LaplacianSharpeningImageFilter Self
TOutputImage OutputImageType
Base class for filters that take an image as input and produce an image as output.
Control indentation during Print() invocation.
virtual void GenerateInputRequestedRegion() override
static const unsigned int ImageDimension
Define additional traits for native types such as int or float.
void GenerateData() override
SmartPointer< Self > Pointer
NumericTraits< OutputPixelType >::RealType RealType