|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkHausdorffDistanceImageFilter_h
19 #define itkHausdorffDistanceImageFilter_h
62 template <
typename TInputImage1,
typename TInputImage2>
96 static constexpr
unsigned int ImageDimension = TInputImage1::ImageDimension;
118 itkSetMacro(UseImageSpacing,
bool);
119 itkGetConstMacro(UseImageSpacing,
bool);
123 itkGetConstMacro(HausdorffDistance,
RealType);
124 itkGetConstMacro(AverageHausdorffDistance,
RealType);
127 #ifdef ITK_USE_CONCEPT_CHECKING
137 PrintSelf(std::ostream & os,
Indent indent)
const override;
141 GenerateData()
override;
145 GenerateInputRequestedRegion()
override;
149 EnlargeOutputRequestedRegion(
DataObject * data)
override;
158 #ifndef ITK_MANUAL_INSTANTIATION
159 # include "itkHausdorffDistanceImageFilter.hxx"
typename TInputImage1::IndexType IndexType
RealType m_AverageHausdorffDistance
RealType m_HausdorffDistance
ImageBaseType::SizeType SizeType
TInputImage1 InputImage1Type
Control indentation during Print() invocation.
Computes the Hausdorff distance between the set of non-zero pixels of two images.
typename TInputImage1::Pointer InputImage1Pointer
ImageBaseType::IndexType IndexType
Base class for filters that take an image as input and produce an image as output.
Light weight base class for most itk classes.
typename TInputImage1::PixelType InputImage1PixelType
ImageBaseType::RegionType RegionType
typename TInputImage2::PixelType InputImage2PixelType
TInputImage2 InputImage2Type
Define additional traits for native types such as int or float.
#define itkConceptMacro(name, concept)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
typename TInputImage1::ConstPointer InputImage1ConstPointer
typename TInputImage2::Pointer InputImage2Pointer
typename TInputImage1::RegionType RegionType
typename TInputImage2::ConstPointer InputImage2ConstPointer
typename TInputImage1::SizeType SizeType
typename NumericTraits< InputImage1PixelType >::RealType RealType
Base class for all data objects in ITK.