 |
ITK
5.4.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkLaplacianSharpeningImageFilter_h
19 #define itkLaplacianSharpeningImageFilter_h
52 template <
typename TInputImage,
typename TOutputImage>
69 static constexpr
unsigned int ImageDimension = TOutputImage::ImageDimension;
95 GenerateInputRequestedRegion()
override;
100 itkBooleanMacro(UseImageSpacing);
104 itkSetMacro(UseImageSpacing,
bool);
105 itkGetConstMacro(UseImageSpacing,
bool);
119 GenerateData()
override;
122 PrintSelf(std::ostream &,
Indent)
const override;
125 bool m_UseImageSpacing{};
129 #ifndef ITK_MANUAL_INSTANTIATION
130 # include "itkLaplacianSharpeningImageFilter.hxx"
SmartPointer< Self > Pointer
typename TOutputImage::PixelType OutputPixelType
This filter sharpens an image using a Laplacian. LaplacianSharpening highlights regions of rapid inte...
Control indentation during Print() invocation.
Base class for filters that take an image as input and produce an image as output.
Base class for all process objects that output image data.
typename InputImageType::Pointer InputImagePointer
LaplacianSharpeningImageFilter()
TInputImage InputImageType
typename TInputImage::PixelType InputPixelType
typename TOutputImage::InternalPixelType OutputInternalPixelType
Define additional traits for native types such as int or float.
typename NumericTraits< OutputPixelType >::RealType RealType
typename TInputImage::InternalPixelType InputInternalPixelType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
TOutputImage OutputImageType