18#ifndef itkHoughTransform2DCirclesImageFilter_h
19#define itkHoughTransform2DCirclesImageFilter_h
60template <
typename TInputPixelType,
typename TOutputPixelType,
typename TRadiusPixelType>
121 itkSetMacro(MinimumRadius,
double);
122 itkGetConstMacro(MinimumRadius,
double);
126 itkSetMacro(MaximumRadius,
double);
127 itkGetConstMacro(MaximumRadius,
double);
132 itkSetMacro(Threshold,
double);
135 itkGetConstMacro(Threshold,
double);
139 itkSetMacro(GradientNormThreshold,
double);
140 itkGetConstMacro(GradientNormThreshold,
double);
147 itkSetMacro(SigmaGradient,
double);
150 itkGetConstMacro(SigmaGradient,
double);
166 itkSetMacro(DiscRadiusRatio,
double);
167 itkGetConstMacro(DiscRadiusRatio,
double);
171 itkSetMacro(Variance,
double);
172 itkGetConstMacro(Variance,
double);
176 itkSetMacro(SweepAngle,
double);
177 itkGetConstMacro(SweepAngle,
double);
182 itkSetMacro(UseImageSpacing,
bool);
183 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