18 #ifndef itkVectorConfidenceConnectedImageFilter_h
19 #define itkVectorConfidenceConnectedImageFilter_h
58 template<
typename TInputImage,
typename TOutputImage >
80 typedef typename InputImageType::IndexType
IndexType;
81 typedef typename InputImageType::SizeType
SizeType;
112 itkSetMacro(Multiplier,
double);
113 itkGetConstMacro(Multiplier,
double);
117 itkSetMacro(NumberOfIterations,
unsigned int);
118 itkGetConstMacro(NumberOfIterations,
unsigned int);
128 itkSetMacro(InitialNeighborhoodRadius,
unsigned int);
129 itkGetConstReferenceMacro(InitialNeighborhoodRadius,
unsigned int);
142 #ifdef ITK_USE_CONCEPT_CHECKING
167 void operator=(const Self &);
181 #ifndef ITK_MANUAL_INSTANTIATION
182 #include "itkVectorConfidenceConnectedImageFilter.hxx"
vnl_vector< double > MeanVectorType
InputImageType::Pointer InputImagePointer
InputImageType::RegionType InputImageRegionType
OutputImageType::RegionType OutputImageRegionType
void GenerateData() override
VectorConfidenceConnectedImageFilter()
void GenerateInputRequestedRegion() override
const CovarianceMatrixType & GetCovariance() const
void EnlargeOutputRequestedRegion(DataObject *output) override
void PrintSelf(std::ostream &os, Indent indent) const override
OutputImagePixelType m_ReplaceValue
Base class for all process objects that output image data.
DistanceThresholdFunctionPointer m_ThresholdFunction
DistanceThresholdFunctionType::Pointer DistanceThresholdFunctionPointer
SeedsContainerType m_Seeds
Returns true if the pixel value of a vector image has a Mahalanobis distance below the value specifie...
TInputImage InputImageType
void SetSeed(const IndexType &seed)
Segment pixels with similar statistics using connectivity.
const MeanVectorType & GetMean() const
TInputImage InputImageType
OutputImageType::PixelType OutputImagePixelType
MahalanobisDistanceThresholdImageFunction< InputImageType > DistanceThresholdFunctionType
InputImageType::SizeType SizeType
OutputImageType::PixelType OutputImagePixelType
SmartPointer< Self > Pointer
InputImageType::PixelType InputImagePixelType
SmartPointer< const Self > ConstPointer
OutputImageType::Pointer OutputImagePointer
ImageToImageFilter< TInputImage, TOutputImage > Superclass
Base class for filters that take an image as input and produce an image as output.
void AddSeed(const IndexType &seed)
DistanceThresholdFunctionType::CovarianceMatrixType CovarianceMatrixType
unsigned int m_InitialNeighborhoodRadius
Control indentation during Print() invocation.
unsigned int m_NumberOfIterations
VectorConfidenceConnectedImageFilter Self
vnl_matrix< double > CovarianceMatrixType
TOutputImage OutputImageType
virtual const SeedsContainerType & GetSeeds() const
InputImageType::IndexType IndexType
#define itkConceptMacro(name, concept)
Base class for all data objects in ITK.
std::vector< IndexType > SeedsContainerType
DistanceThresholdFunctionType::MeanVectorType MeanVectorType