18 #ifndef itkApproximateSignedDistanceMapImageFilter_h
19 #define itkApproximateSignedDistanceMapImageFilter_h
74 template<
typename TInputImage,
typename TOutputImage >
107 itkStaticConstMacro(InputImageDimension,
unsigned int,
108 InputImageType::ImageDimension);
127 #ifdef ITK_USE_CONCEPT_CHECKING
137 virtual void GenerateData() ITK_OVERRIDE;
139 void PrintSelf(std::ostream & os,
Indent indent) const ITK_OVERRIDE;
146 typename IsoContourType::
Pointer m_IsoContourFilter;
148 typename ChamferType::
Pointer m_ChamferFilter;
155 #ifndef ITK_MANUAL_INSTANTIATION
156 #include "itkApproximateSignedDistanceMapImageFilter.hxx"
TOutputImage OutputImageType
virtual ~ApproximateSignedDistanceMapImageFilter() override
OutputImageType::PixelType OutputPixelType
SmartPointer< Self > Pointer
Compute an approximate distance from an interpolated isocontour to the close grid points...
InputImageType::PixelType InputPixelType
OutputImageType::SizeType OutputSizeType
Base class for all process objects that output image data.
This class compute the signed (positive and negative) chamfer distance in a narrow band...
unsigned long SizeValueType
Create a map of the approximate signed distance from the boundaries of a binary image.
InputImageType::ConstPointer InputImagePointer
TInputImage InputImageType
SmartPointer< const Self > ConstPointer
TInputImage InputImageType
OutputImageType::Pointer OutputImagePointer
Base class for filters that take an image as input and produce an image as output.
OutputSizeType::SizeValueType OutputSizeValueType
Control indentation during Print() invocation.
ImageBaseType::SizeType SizeType
TOutputImage OutputImageType
#define itkConceptMacro(name, concept)
ApproximateSignedDistanceMapImageFilter Self
ImageToImageFilter< TInputImage, TOutputImage > Superclass