18 #ifndef __itkRobustAutomaticThresholdCalculator_h
19 #define __itkRobustAutomaticThresholdCalculator_h
40 template<
class TInputImage,
class TGradientImage >
57 itkStaticConstMacro(ImageDimension,
unsigned int,
58 TInputImage::ImageDimension);
75 if ( m_Input != image )
86 if ( m_Gradient != image )
94 itkSetMacro(Pow,
double);
95 itkGetConstMacro(Pow,
double);
104 const InputPixelType & GetOutput()
const;
109 void PrintSelf(std::ostream & os,
Indent indent)
const;
113 void operator=(
const Self &);
125 #ifndef ITK_MANUAL_INSTANTIATION
126 #include "itkRobustAutomaticThresholdCalculator.hxx"