18 #ifndef __itkOtsuMultipleThresholdsImageFilter_h
19 #define __itkOtsuMultipleThresholdsImageFilter_h
47 template<
class TInputImage,
class TOutputImage >
86 itkStaticConstMacro(InputImageDimension,
unsigned int,
87 TInputImage::ImageDimension);
88 itkStaticConstMacro(OutputImageDimension,
unsigned int,
89 TOutputImage::ImageDimension);
114 #ifdef ITK_USE_CONCEPT_CHECKING
126 void PrintSelf(std::ostream & os,
Indent indent)
const;
129 void GenerateInputRequestedRegion();
135 void operator=(
const Self &);
144 #ifndef ITK_MANUAL_INSTANTIATION
145 #include "itkOtsuMultipleThresholdsImageFilter.hxx"