21 #ifndef otbLabelizeConnectedThresholdImageFilter_h
22 #define otbLabelizeConnectedThresholdImageFilter_h
24 #include "itkConnectedThresholdImageFilter.h"
36 template <
class TInputImage,
class TOutputImage>
83 void PrintSelf(std::ostream& os, itk::Indent indent)
const override;
86 void RegionGrowing(
const IndexType indexSeed)
override;
90 void operator=(
const Self&) =
delete;
105 #ifndef OTB_MANUAL_INSTANTIATION