18 #ifndef itkVectorConfidenceConnectedImageFilter_h
19 #define itkVectorConfidenceConnectedImageFilter_h
58 template<
typename TInputImage,
typename TOutputImage >
99 void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
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
157 void GenerateInputRequestedRegion() ITK_OVERRIDE;
160 void EnlargeOutputRequestedRegion(
DataObject *output) ITK_OVERRIDE;
162 void GenerateData() ITK_OVERRIDE;
169 unsigned int m_NumberOfIterations;
171 unsigned int m_InitialNeighborhoodRadius;
177 #ifndef ITK_MANUAL_INSTANTIATION
178 #include "itkVectorConfidenceConnectedImageFilter.hxx"
vnl_vector< double > MeanVectorType
InputImageType::Pointer InputImagePointer
InputImageType::RegionType InputImageRegionType
OutputImageType::RegionType OutputImageRegionType
Base class for all process objects that output image data.
DistanceThresholdFunctionType::Pointer DistanceThresholdFunctionPointer
Returns true if the pixel value of a vector image has a Mahalanobis distance below the value specifie...
TInputImage InputImageType
Segment pixels with similar statistics using connectivity.
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.
DistanceThresholdFunctionType::CovarianceMatrixType CovarianceMatrixType
Control indentation during Print() invocation.
VectorConfidenceConnectedImageFilter Self
ImageBaseType::SizeType SizeType
vnl_matrix< double > CovarianceMatrixType
TOutputImage OutputImageType
InputImageType::IndexType IndexType
#define itkConceptMacro(name, concept)
Base class for all data objects in ITK.
std::vector< IndexType > SeedsContainerType
ImageBaseType::IndexType IndexType
DistanceThresholdFunctionType::MeanVectorType MeanVectorType