18 #ifndef itkVectorConfidenceConnectedImageFilter_h
19 #define itkVectorConfidenceConnectedImageFilter_h
58 template<
typename TInputImage,
typename TOutputImage >
99 void PrintSelf(std::ostream & os,
Indent indent)
const 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()
override;
160 void EnlargeOutputRequestedRegion(
DataObject *output)
override;
162 void GenerateData()
override;
175 #ifndef ITK_MANUAL_INSTANTIATION
176 #include "itkVectorConfidenceConnectedImageFilter.hxx"
typename OutputImageType::Pointer OutputImagePointer
typename InputImageType::IndexType IndexType
typename DistanceThresholdFunctionType::Pointer DistanceThresholdFunctionPointer
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
typename DistanceThresholdFunctionType::CovarianceMatrixType CovarianceMatrixType
OutputImagePixelType m_ReplaceValue
Base class for all process objects that output image data.
typename DistanceThresholdFunctionType::MeanVectorType MeanVectorType
DistanceThresholdFunctionPointer m_ThresholdFunction
TInputImage InputImageType
typename OutputImageType::PixelType OutputImagePixelType
typename InputImageType::PixelType InputImagePixelType
SeedsContainerType m_Seeds
typename InputImageType::Pointer InputImagePointer
Returns true if the pixel value of a vector image has a Mahalanobis distance below the value specifie...
ImageBaseType::SizeType SizeType
typename OutputImageType::RegionType OutputImageRegionType
Segment pixels with similar statistics using connectivity.
ImageBaseType::IndexType IndexType
vnl_matrix< double > CovarianceMatrixType
TOutputImage OutputImageType
std::vector< IndexType > SeedsContainerType
typename InputImageType::SizeType SizeType
typename InputImageType::RegionType InputImageRegionType
Base class for filters that take an image as input and produce an image as output.
vnl_vector< double > MeanVectorType
unsigned int m_InitialNeighborhoodRadius
Control indentation during Print() invocation.
unsigned int m_NumberOfIterations
ImageBaseType::RegionType RegionType
#define itkConceptMacro(name, concept)
Base class for all data objects in ITK.