18 #ifndef __itkHoughTransform2DLinesImageFilter_h
19 #define __itkHoughTransform2DLinesImageFilter_h
61 template<
typename TInputPixelType,
typename TOutputPixelType >
114 itkSetMacro(Threshold,
float);
117 itkGetConstMacro(Threshold,
float);
122 itkSetMacro(AngleResolution,
float);
125 itkGetConstMacro(AngleResolution,
float);
137 itkSetMacro(NumberOfLines,
unsigned int);
138 itkGetConstMacro(NumberOfLines,
unsigned int);
143 itkSetMacro(DiscRadius,
float);
144 itkGetConstMacro(DiscRadius,
float);
148 itkSetMacro(Variance,
float);
149 itkGetConstMacro(Variance,
float);
152 #ifdef ITK_USE_CONCEPT_CHECKING
169 void PrintSelf(std::ostream & os,
Indent indent)
const;
174 void GenerateInputRequestedRegion();
182 void GenerateOutputInformation();
185 void EnlargeOutputRequestedRegion(
DataObject *output);
190 void operator=(
const Self &);
204 #ifndef ITK_MANUAL_INSTANTIATION
205 #include "itkHoughTransform2DLinesImageFilter.hxx"