17 #ifndef __itkVectorConfidenceConnectedImageFilter_h
18 #define __itkVectorConfidenceConnectedImageFilter_h
57 template <
class TInputImage,
class TOutputImage>
79 typedef typename InputImageType::IndexType
IndexType;
80 typedef typename InputImageType::SizeType
SizeType;
99 void PrintSelf ( std::ostream& os,
Indent indent )
const;
105 this->AddSeed( seed );
111 m_Seeds.push_back( seed );
117 itkSetMacro(Multiplier,
double);
118 itkGetConstMacro(Multiplier,
double);
121 itkSetMacro(NumberOfIterations,
unsigned int);
122 itkGetConstMacro(NumberOfIterations,
unsigned int);
125 itkSetMacro(ReplaceValue, OutputImagePixelType);
126 itkGetConstMacro(ReplaceValue, OutputImagePixelType);
130 itkSetMacro( InitialNeighborhoodRadius,
unsigned int );
131 itkGetConstReferenceMacro( InitialNeighborhoodRadius,
unsigned int );
134 const MeanVectorType & GetMean()
const;
137 const CovarianceMatrixType & GetCovariance()
const;
139 #ifdef ITK_USE_CONCEPT_CHECKING
155 void GenerateInputRequestedRegion();
158 void EnlargeOutputRequestedRegion(
DataObject *output);
164 void operator=(
const Self&);
179 #ifndef ITK_MANUAL_INSTANTIATION