Go to the documentation of this file.
18 #ifndef __itkParabolicErodeImageFilter_h
19 #define __itkParabolicErodeImageFilter_h
22 #include "itkNumericTraits.h"
41 template<
typename TInputImage,
42 typename TOutputImage = TInputImage >
66 typedef typename NumericTraits< PixelType >::RealType
RealType;
75 typedef typename itk::FixedArray< ScalarRealType, TInputImage::ImageDimension >
RadiusType;
79 TInputImage::ImageDimension );
itk::FixedArray< ScalarRealType, TInputImage::ImageDimension > RadiusType
NumericTraits< PixelType >::ScalarRealType ScalarRealType
TInputImage::Pointer InputImagePointer
NumericTraits< PixelType >::RealType RealType
void operator=(const Self &)
TOutputImage OutputImageType
SmartPointer< const Self > ConstPointer
ParabolicErodeImageFilter(const Self &)
ParabolicErodeDilateImageFilter< TInputImage, false, TOutputImage > Superclass
Parent class for morphological operations with parabolic structuring elements.
itkStaticConstMacro(ImageDimension, unsigned int, TInputImage::ImageDimension)
ParabolicErodeImageFilter()
virtual ~ParabolicErodeImageFilter()
TInputImage::PixelType PixelType
SmartPointer< Self > Pointer
TOutputImage::PixelType OutputPixelType
TInputImage InputImageType
Class for morphological erosion operations with parabolic structuring elements.
TInputImage::ConstPointer InputImageConstPointer
ParabolicErodeImageFilter Self
Generated on OURCE_DATE_EPOCH for elastix by 1.8.18 |
|