18 #ifndef itkHoughTransform2DCirclesImageFilter_h
19 #define itkHoughTransform2DCirclesImageFilter_h
53 template<
typename TInputPixelType,
typename TOutputPixelType >
109 itkSetMacro(MinimumRadius,
double);
110 itkGetConstMacro(MinimumRadius,
double);
114 itkSetMacro(MaximumRadius,
double);
115 itkGetConstMacro(MaximumRadius,
double);
120 itkSetMacro(Threshold,
double);
123 itkGetConstMacro(Threshold,
double);
129 itkSetMacro(SigmaGradient,
double);
132 itkGetConstMacro(SigmaGradient,
double);
138 itkSetMacro(NumberOfCircles,
unsigned int);
139 itkGetConstMacro(NumberOfCircles,
unsigned int);
144 itkSetMacro(DiscRadiusRatio,
float);
145 itkGetConstMacro(DiscRadiusRatio,
float);
149 itkSetMacro(Variance,
float);
150 itkGetConstMacro(Variance,
float);
154 itkSetMacro(SweepAngle,
float);
155 itkGetConstMacro(SweepAngle,
float);
158 #ifdef ITK_USE_CONCEPT_CHECKING
192 void operator=(const Self &);
211 #ifndef ITK_MANUAL_INSTANTIATION
212 #include "itkHoughTransform2DCirclesImageFilter.hxx"
Superclass::RegionType RegionType
Light weight base class for most itk classes.
unsigned long ModifiedTimeType
Superclass::IndexType IndexType
Base class for filters that take an image as input and produce an image as output.
Control indentation during Print() invocation.
#define itkConceptMacro(name, concept)
Base class for all data objects in ITK.
Templated n-dimensional image class.