18#ifndef itkVectorConfidenceConnectedImageFilter_h
19#define itkVectorConfidenceConnectedImageFilter_h
59template <
typename TInputImage,
typename TOutputImage>
115 itkSetMacro(Multiplier,
double);
116 itkGetConstMacro(Multiplier,
double);
120 itkSetMacro(NumberOfIterations,
unsigned int);
121 itkGetConstMacro(NumberOfIterations,
unsigned int);
131 itkSetMacro(InitialNeighborhoodRadius,
unsigned int);
132 itkGetConstReferenceMacro(InitialNeighborhoodRadius,
unsigned int);
148#ifdef ITK_USE_CONCEPT_CHECKING
172 double m_Multiplier{};
173 unsigned int m_NumberOfIterations{};
175 unsigned int m_InitialNeighborhoodRadius{};
181#ifndef ITK_MANUAL_INSTANTIATION
182# include "itkVectorConfidenceConnectedImageFilter.hxx"
Base class for all data objects in ITK.
Base class for all process objects that output image data.
typename OutputImageType::PixelType OutputImagePixelType
typename OutputImageType::RegionType OutputImageRegionType
TOutputImage OutputImageType
typename OutputImageType::Pointer OutputImagePointer
Base class for filters that take an image as input and produce an image as output.
TInputImage InputImageType
typename InputImageType::Pointer InputImagePointer
typename InputImageType::PixelType InputImagePixelType
typename InputImageType::RegionType InputImageRegionType
Control indentation during Print() invocation.
Returns true if the pixel value of a vector image has a Mahalanobis distance below the value specifie...
vnl_vector< double > MeanVectorType
vnl_matrix< double > CovarianceMatrixType
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
Segment pixels with similar statistics using connectivity.
void GenerateInputRequestedRegion() override
const CovarianceMatrixType & GetCovariance() const
virtual const SeedsContainerType & GetSeeds() const
typename InputImageType::SizeType SizeType
typename InputImageType::IndexType IndexType
void AddSeed(const IndexType &seed)
void SetSeed(const IndexType &seed)
VectorConfidenceConnectedImageFilter()
std::vector< IndexType > SeedsContainerType
void EnlargeOutputRequestedRegion(DataObject *output) override
void PrintSelf(std::ostream &os, Indent indent) const override
typename DistanceThresholdFunctionType::CovarianceMatrixType CovarianceMatrixType
typename DistanceThresholdFunctionType::MeanVectorType MeanVectorType
const MeanVectorType & GetMean() const
void GenerateData() override
typename DistanceThresholdFunctionType::Pointer DistanceThresholdFunctionPointer
SmartPointer< Self > Pointer
#define itkConceptMacro(name, concept)
ImageBaseType::RegionType RegionType
ImageBaseType::IndexType IndexType
ImageBaseType::SizeType SizeType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....