18 #ifndef itkFastChamferDistanceImageFilter_h
19 #define itkFastChamferDistanceImageFilter_h
54 template<
typename TInputImage,
typename TOutputImage >
81 typedef typename InputImageType::PixelType
PixelType;
90 typedef typename RegionType::SizeType
SizeType;
94 InputImageType::ImageDimension);
96 OutputImageType::ImageDimension);
115 itkSetMacro(MaximumDistance,
float);
116 itkGetConstMacro(MaximumDistance,
float);
128 #ifdef ITK_USE_CONCEPT_CHECKING
166 void operator=(const Self &);
180 #ifndef ITK_MANUAL_INSTANTIATION
181 #include "itkFastChamferDistanceImageFilter.hxx"
static const unsigned int ImageDimension
InputImageType::ConstPointer InputImagePointer
FastChamferDistanceImageFilter Self
RegionType GetRegionToProcess() const
NarrowBandType::Pointer NarrowBandPointer
NarrowBandPointer m_NarrowBand
void GenerateData() override
InputImageType::OffsetType OffsetType
NarrowBandPointer GetNarrowBand() const
SmartPointer< Self > Pointer
TOutputImage OutputImageType
Base class for all process objects that output image data.
This class compute the signed (positive and negative) chamfer distance in a narrow band...
RegionType::SizeType SizeType
static const unsigned int OutputImageDimension
RegionType m_RegionToProcess
RegionType::IndexType IndexType
BandNode< IndexType, PixelType > BandNodeType
InputImageType::PixelType PixelType
FixedArray< float, ImageDimension > WeightsType
FastChamferDistanceImageFilter()
SmartPointer< const Self > ConstPointer
virtual ~FastChamferDistanceImageFilter()
Base class for filters that take an image as input and produce an image as output.
void SetRegionToProcess(const RegionType &r)
Control indentation during Print() invocation.
void PrintSelf(std::ostream &os, Indent indent) const override
TInputImage InputImageType
void SetNarrowBand(NarrowBandType *ptr)
InputImageType::RegionType RegionType
#define itkConceptMacro(name, concept)
NarrowBand< BandNodeType > NarrowBandType
ImageToImageFilter< TInputImage, TOutputImage > Superclass