18 #ifndef __itkLaplacianSharpeningImageFilter_h
19 #define __itkLaplacianSharpeningImageFilter_h
52 template<
typename TInputImage,
typename TOutputImage >
70 TOutputImage::ImageDimension);
101 itkBooleanMacro( UseImageSpacing );
105 itkSetMacro(UseImageSpacing,
bool);
106 itkGetConstMacro(UseImageSpacing,
bool);
134 #ifndef ITK_MANUAL_INSTANTIATION
135 #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
TInputImage::PixelType InputPixelType
TOutputImage::PixelType OutputPixelType
Base class for all process objects that output image data.
LaplacianSharpeningImageFilter()
SmartPointer< const Self > ConstPointer
void operator=(const Self &)
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.
static const unsigned int ImageDimension
Define additional traits for native types such as int or float.
SmartPointer< Self > Pointer
NumericTraits< OutputPixelType >::RealType RealType
virtual void GenerateInputRequestedRegion()
void PrintSelf(std::ostream &, Indent) const