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