19 #ifndef __itkOtsuThresholdImageFilter_h
20 #define __itkOtsuThresholdImageFilter_h
53 template<
class TInputImage,
class TOutputImage,
class TMaskImage=TOutputImage>
98 itkStaticConstMacro(InputImageDimension,
unsigned int,
99 InputImageType::ImageDimension );
100 itkStaticConstMacro(OutputImageDimension,
unsigned int,
101 OutputImageType::ImageDimension );
107 this->SetCalculator( CalculatorType::New() );
113 void operator=(
const Self&);