21 #ifndef otbLabelizeConfidenceConnectedImageFilter_h
22 #define otbLabelizeConfidenceConnectedImageFilter_h
24 #include "itkConfidenceConnectedImageFilter.h"
38 template <
class TInputImage,
class TOutputImage>
66 return this->m_RegionGrowingFilter->GetMultiplier();
72 this->m_RegionGrowingFilter->SetMultiplier(multiplier);
78 return this->m_RegionGrowingFilter->GetNumberOfIterations();
84 this->m_RegionGrowingFilter->SetNumberOfIterations(iteration);
96 return this->m_RegionGrowingFilter->GetInitialNeighborhoodRadius();
102 this->m_RegionGrowingFilter->SetInitialNeighborhoodRadius(initial);
110 void PrintSelf(std::ostream& os, itk::Indent indent)
const override;
113 void RegionGrowing(
const IndexType indexSeed)
override;
126 #ifndef OTB_MANUAL_INSTANTIATION
Labels pixels with similar statistics using connectivity.
double & GetMultiplier() const
const unsigned int & GetInitialNeighborhoodRadius()
itk::SmartPointer< const Self > ConstPointer
OutputPixelType m_ReplaceValue
TInputImage InputImageType
void SetMultiplier(const double multiplier)
TInputImage::PixelType InputPixelType
void SetNumberOfIterations(const unsigned int iteration)
TOutputImage OutputImageType
unsigned int & GetNumberOfIterations() const
TOutputImage::PixelType OutputPixelType
~LabelizeConfidenceConnectedImageFilter() override
LabelizeConfidenceConnectedImageFilter(const Self &)=delete
itk::SmartPointer< Self > Pointer
LabelizeConfidenceConnectedImageFilter Self
TInputImage::IndexType IndexType
void operator=(const Self &)=delete
otb::LabelizeImageFilterBase< TInputImage, TOutputImage, itk::ConfidenceConnectedImageFilter< TInputImage, TOutputImage > > Superclass
void SetInitialNeighborhoodRadius(const unsigned int initial)
Base class for filter labelizing image region based on segmentation.
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.