18 #ifndef __itkHausdorffDistanceImageFilter_h
19 #define __itkHausdorffDistanceImageFilter_h
61 template<
typename TInputImage1,
typename TInputImage2 >
87 typedef typename TInputImage1::SizeType
SizeType;
95 TInputImage1::ImageDimension);
113 itkSetMacro(UseImageSpacing,
bool);
114 itkGetConstMacro( UseImageSpacing,
bool );
118 itkGetConstMacro(HausdorffDistance,
RealType);
119 itkGetConstMacro(AverageHausdorffDistance,
RealType);
122 #ifdef ITK_USE_CONCEPT_CHECKING
153 #ifndef ITK_MANUAL_INSTANTIATION
154 #include "itkHausdorffDistanceImageFilter.hxx"
TInputImage2 InputImage2Type
Light weight base class for most itk classes.
const InputImage2Type * GetInput2(void)
TInputImage2::ConstPointer InputImage2ConstPointer
~HausdorffDistanceImageFilter()
TInputImage1::RegionType RegionType
const InputImage1Type * GetInput1(void)
NumericTraits< InputImage1PixelType >::RealType RealType
ImageToImageFilter< TInputImage1, TInputImage1 > Superclass
SmartPointer< Self > Pointer
TInputImage1::Pointer InputImage1Pointer
void SetInput1(const InputImage1Type *image)
static const unsigned int ImageDimension
void GenerateInputRequestedRegion()
void EnlargeOutputRequestedRegion(DataObject *data)
TInputImage1::ConstPointer InputImage1ConstPointer
TInputImage1::IndexType IndexType
Base class for filters that take an image as input and produce an image as output.
TInputImage1 InputImage1Type
Control indentation during Print() invocation.
HausdorffDistanceImageFilter()
TInputImage2::Pointer InputImage2Pointer
Define additional traits for native types such as int or float.
Computes the Hausdorff distance between the set of non-zero pixels of two images. ...
SmartPointer< const Self > ConstPointer
RealType m_AverageHausdorffDistance
#define itkConceptMacro(name, concept)
void PrintSelf(std::ostream &os, Indent indent) const
Base class for all data objects in ITK.
HausdorffDistanceImageFilter Self
TInputImage2::PixelType InputImage2PixelType
void operator=(const Self &)
void SetInput2(const InputImage2Type *image)
TInputImage1::SizeType SizeType
TInputImage1::PixelType InputImage1PixelType
RealType m_HausdorffDistance