18 #ifndef itkConfidenceConnectedImageFilter_h
19 #define itkConfidenceConnectedImageFilter_h
62 template<
typename TInputImage,
typename TOutputImage >
98 void PrintSelf(std::ostream & os,
Indent indent)
const override;
111 itkSetMacro(Multiplier,
double);
112 itkGetConstMacro(Multiplier,
double);
116 itkSetMacro(NumberOfIterations,
unsigned int);
117 itkGetConstMacro(NumberOfIterations,
unsigned int);
127 itkSetMacro(InitialNeighborhoodRadius,
unsigned int);
128 itkGetConstReferenceMacro(InitialNeighborhoodRadius,
unsigned int);
144 #ifdef ITK_USE_CONCEPT_CHECKING
158 void GenerateInputRequestedRegion()
override;
161 void EnlargeOutputRequestedRegion(
DataObject *output)
override;
163 void GenerateData()
override;
176 #ifndef ITK_MANUAL_INSTANTIATION
177 #include "itkConfidenceConnectedImageFilter.hxx"
typename OutputImageType::Pointer OutputImagePointer
unsigned int m_InitialNeighborhoodRadius
Define numeric traits for std::vector.
std::vector< IndexType > SeedsContainerType
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
unsigned int m_NumberOfIterations
Base class for all process objects that output image data.
TInputImage InputImageType
typename OutputImageType::PixelType OutputImagePixelType
typename InputImageType::PixelType InputImagePixelType
SeedsContainerType m_Seeds
typename NumericTraits< InputImagePixelType >::RealType InputRealType
typename InputImageType::Pointer InputImagePointer
OutputImagePixelType m_ReplaceValue
ImageBaseType::SizeType SizeType
typename OutputImageType::RegionType OutputImageRegionType
ImageBaseType::IndexType IndexType
TOutputImage OutputImageType
typename InputImageType::SizeType SizeType
Segment pixels with similar statistics using connectivity.
typename InputImageType::RegionType InputImageRegionType
Base class for filters that take an image as input and produce an image as output.
Control indentation during Print() invocation.
typename InputImageType::IndexType IndexType
ImageBaseType::RegionType RegionType
#define itkConceptMacro(name, concept)
Base class for all data objects in ITK.