21 #ifndef otbLabelizeNeighborhoodConnectedImageFilter_h
22 #define otbLabelizeNeighborhoodConnectedImageFilter_h
24 #include "itkNeighborhoodConnectedImageFilter.h"
42 template <
class TInputImage,
class TOutputImage>
90 return this->m_RegionGrowingFilter->GetRadius();
96 this->m_RegionGrowingFilter->SetRadius(radius);
106 void PrintSelf(std::ostream& os, itk::Indent indent)
const override;
109 void RegionGrowing(
const IndexType indexSeed)
override;
113 void operator=(
const Self&) =
delete;
128 #ifndef OTB_MANUAL_INSTANTIATION