18#ifndef itkHoughTransform2DCirclesImageFilter_h
19#define itkHoughTransform2DCirclesImageFilter_h
60template <
typename TInputPixelType,
typename TOutputPixelType,
typename TRadiusPixelType>
122 itkSetMacro(MinimumRadius,
double);
123 itkGetConstMacro(MinimumRadius,
double);
127 itkSetMacro(MaximumRadius,
double);
128 itkGetConstMacro(MaximumRadius,
double);
132 itkSetMacro(Threshold,
double);
135 itkGetConstMacro(Threshold,
double);
140 itkSetMacro(GradientNormThreshold,
double);
141 itkGetConstMacro(GradientNormThreshold,
double);
147 itkSetMacro(SigmaGradient,
double);
150 itkGetConstMacro(SigmaGradient,
double);
167 itkSetMacro(DiscRadiusRatio,
double);
168 itkGetConstMacro(DiscRadiusRatio,
double);
172 itkSetMacro(Variance,
double);
173 itkGetConstMacro(Variance,
double);
177 itkSetMacro(SweepAngle,
double);
178 itkGetConstMacro(SweepAngle,
double);
183 itkSetMacro(UseImageSpacing,
bool);
184 itkGetConstMacro(UseImageSpacing,
bool);
229#ifndef ITK_MANUAL_INSTANTIATION
230# include "itkHoughTransform2DCirclesImageFilter.hxx"
Base class for all data objects in ITK.
SmartPointer< Self > Pointer
Templated n-dimensional image class.
SmartPointer< const Self > ConstPointer
ImageRegion< VImageDimension > RegionType
TInputPixelType PixelType
SmartPointer< Self > Pointer
Index< VImageDimension > IndexType
Control indentation during Print() invocation.
Implements transparent reference counting.
#define itkConceptMacro(name, concept)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
SizeValueType ModifiedTimeType