18 #ifndef __itkKappaSigmaThresholdImageCalculator_h
19 #define __itkKappaSigmaThresholdImageCalculator_h
39 template<
class TInputImage,
class TMaskImage >
56 itkStaticConstMacro(ImageDimension,
unsigned int,
57 TInputImage::ImageDimension);
81 itkSetMacro(SigmaFactor,
double);
82 itkGetConstMacro(SigmaFactor,
double);
84 itkSetMacro(NumberOfIterations,
unsigned int);
85 itkGetConstMacro(NumberOfIterations,
unsigned int);
99 void PrintSelf(std::ostream & os,
Indent indent)
const;
103 void operator=(
const Self &);
116 #ifndef ITK_MANUAL_INSTANTIATION
117 #include "itkKappaSigmaThresholdImageCalculator.hxx"