19 #ifndef __itkHuangThresholdImageFilter_h
20 #define __itkHuangThresholdImageFilter_h
50 template<
class TInputImage,
class TOutputImage,
class TMaskImage=TOutputImage>
95 itkStaticConstMacro(InputImageDimension,
unsigned int,
96 InputImageType::ImageDimension );
97 itkStaticConstMacro(OutputImageDimension,
unsigned int,
98 OutputImageType::ImageDimension );
104 this->SetCalculator( CalculatorType::New() );
110 void operator=(
const Self&);