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;
105 #ifndef OTB_MANUAL_INSTANTIATION
TInputImage InputImageType
InputPixelType m_UpperThresholdDelta
TOutputImage OutputImageType
void operator=(const Self &)=delete
TOutputImage::PixelType OutputPixelType
OutputPixelType m_ReplaceValue
itk::SmartPointer< Self > Pointer
~LabelizeConnectedThresholdImageFilter() override
itk::SmartPointer< const Self > ConstPointer
TInputImage::PixelType InputPixelType
otb::LabelizeImageFilterBase< TInputImage, TOutputImage, itk::ConnectedThresholdImageFilter< TInputImage, TOutputImage > > Superclass
LabelizeConnectedThresholdImageFilter(const Self &)=delete
InputPixelType m_LowerThresholdDelta
TInputImage::IndexType IndexType
LabelizeConnectedThresholdImageFilter Self
Base class for filter labelizing image region based on segmentation.
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.