|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkApproximateSignedDistanceMapImageFilter_h
19 #define itkApproximateSignedDistanceMapImageFilter_h
75 template <
typename TInputImage,
typename TOutputImage>
110 static constexpr
unsigned int InputImageDimension = InputImageType::ImageDimension;
129 #ifdef ITK_USE_CONCEPT_CHECKING
139 GenerateData()
override;
142 PrintSelf(std::ostream & os,
Indent indent)
const override;
156 #ifndef ITK_MANUAL_INSTANTIATION
157 # include "itkApproximateSignedDistanceMapImageFilter.hxx"
typename OutputImageType::Pointer OutputImagePointer
IsoContourType::Pointer m_IsoContourFilter
ImageBaseType::SizeType SizeType
InputPixelType m_InsideValue
Control indentation during Print() invocation.
Compute an approximate distance from an interpolated isocontour to the close grid points.
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 OutputImageType::PixelType OutputPixelType
typename InputImageType::Pointer InputImagePointer
typename OutputSizeType::SizeValueType OutputSizeValueType
typename OutputImageType::SizeType OutputSizeType
TInputImage InputImageType
ChamferType::Pointer m_ChamferFilter
typename InputImageType::PixelType InputPixelType
#define itkConceptMacro(name, concept)
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...
InputPixelType m_OutsideValue
This class compute the signed (positive and negative) chamfer distance in a narrow band.
Create a map of the approximate signed distance from the boundaries of a binary image.
unsigned long SizeValueType
TOutputImage OutputImageType