18#ifndef itkVectorConfidenceConnectedImageFilter_h
19#define itkVectorConfidenceConnectedImageFilter_h
59template <
typename TInputImage,
typename TOutputImage>
81 using IndexType =
typename InputImageType::IndexType;
82 using SizeType =
typename InputImageType::SizeType;
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);
176#ifndef ITK_MANUAL_INSTANTIATION
177# include "itkVectorConfidenceConnectedImageFilter.hxx"
Base class for all data objects in ITK.
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
SmartPointer< Self > Pointer
vnl_matrix< double > CovarianceMatrixType
Implements transparent reference counting.
OutputImagePixelType m_ReplaceValue
void GenerateInputRequestedRegion() override
const CovarianceMatrixType & GetCovariance() const
virtual const SeedsContainerType & GetSeeds() const
TInputImage InputImageType
typename InputImageType::SizeType SizeType
SmartPointer< const Self > ConstPointer
typename InputImageType::IndexType IndexType
void AddSeed(const IndexType &seed)
VectorConfidenceConnectedImageFilter Self
ImageToImageFilter< TInputImage, TOutputImage > Superclass
void SetSeed(const IndexType &seed)
VectorConfidenceConnectedImageFilter()
typename OutputImageType::Pointer OutputImagePointer
typename InputImageType::Pointer InputImagePointer
typename InputImageType::PixelType InputImagePixelType
MahalanobisDistanceThresholdImageFunction< InputImageType > DistanceThresholdFunctionType
std::vector< IndexType > SeedsContainerType
void EnlargeOutputRequestedRegion(DataObject *output) override
unsigned int m_InitialNeighborhoodRadius
SeedsContainerType m_Seeds
void PrintSelf(std::ostream &os, Indent indent) const override
typename DistanceThresholdFunctionType::CovarianceMatrixType CovarianceMatrixType
unsigned int m_NumberOfIterations
DistanceThresholdFunctionPointer m_ThresholdFunction
SmartPointer< Self > Pointer
typename DistanceThresholdFunctionType::MeanVectorType MeanVectorType
const MeanVectorType & GetMean() const
TOutputImage OutputImageType
typename InputImageType::RegionType InputImageRegionType
typename OutputImageType::PixelType OutputImagePixelType
typename OutputImageType::RegionType OutputImageRegionType
void GenerateData() override
typename DistanceThresholdFunctionType::Pointer DistanceThresholdFunctionPointer
#define itkConceptMacro(name, concept)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....