18 #ifndef __itkApproximateSignedDistanceMapImageFilter_h
19 #define __itkApproximateSignedDistanceMapImageFilter_h
74 template<
typename TInputImage,
typename TOutputImage >
108 InputImageType::ImageDimension);
127 #ifdef ITK_USE_CONCEPT_CHECKING
159 #ifndef ITK_MANUAL_INSTANTIATION
160 #include "itkApproximateSignedDistanceMapImageFilter.hxx"
TOutputImage OutputImageType
OutputImageType::PixelType OutputPixelType
void PrintSelf(std::ostream &os, Indent indent) const
SmartPointer< Self > Pointer
Compute an approximate distance from an interpolated isocontour to the close grid points...
IsoContourType::Pointer m_IsoContourFilter
static const unsigned int InputImageDimension
InputImageType::PixelType InputPixelType
OutputImageType::SizeType OutputSizeType
Base class for all process objects that output image data.
virtual void GenerateData()
This class compute the signed (positive and negative) chamfer distance in a narrow band...
unsigned long SizeValueType
InputPixelType m_InsideValue
ChamferType::Pointer m_ChamferFilter
Create a map of the approximate signed distance from the boundaries of a binary image.
InputImageType::ConstPointer InputImagePointer
virtual ~ApproximateSignedDistanceMapImageFilter()
SmartPointer< const Self > ConstPointer
IsoContourDistanceImageFilter< InputImageType, OutputImageType > IsoContourType
TInputImage InputImageType
FastChamferDistanceImageFilter< OutputImageType, OutputImageType > ChamferType
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.
void operator=(const Self &)
ApproximateSignedDistanceMapImageFilter()
#define itkConceptMacro(name, concept)
ApproximateSignedDistanceMapImageFilter Self
InputPixelType m_OutsideValue
ImageToImageFilter< TInputImage, TOutputImage > Superclass