|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkVectorThresholdSegmentationLevelSetImageFilter_h
19 #define itkVectorThresholdSegmentationLevelSetImageFilter_h
88 template <
typename TInputImage,
typename TFeatureImage,
typename TOutputPixelType =
float>
124 m_ThresholdFunction->SetMean(mean);
129 const MeanVectorType &
132 return m_ThresholdFunction->GetMean();
138 m_ThresholdFunction->SetCovariance(cov);
142 const CovarianceMatrixType &
145 return m_ThresholdFunction->GetCovariance();
152 m_ThresholdFunction->SetThreshold(thr);
160 return m_ThresholdFunction->GetThreshold();
168 PrintSelf(std::ostream & os,
Indent indent)
const override;
175 #ifndef ITK_MANUAL_INSTANTIATION
176 # include "itkVectorThresholdSegmentationLevelSetImageFilter.hxx"
typename Superclass::ScalarValueType ScalarValueType
A base class which defines the API for implementing a special class of image segmentation filters usi...
typename Superclass::ValueType ValueType
void SetMean(const MeanVectorType &mean)
typename ThresholdFunctionType::ScalarValueType ScalarValueType
ThresholdFunctionPointer m_ThresholdFunction
void SetThreshold(ScalarValueType thr)
const MeanVectorType & GetMean() const
Control indentation during Print() invocation.
Segments structures in images based on intensity values.
Light weight base class for most itk classes.
ScalarValueType GetThreshold()
typename ThresholdFunctionType::MeanVectorType MeanVectorType
const CovarianceMatrixType & GetCovariance() const
void SetCovariance(const CovarianceMatrixType &cov)
typename MahalanobisFunctionType::CovarianceMatrixType CovarianceMatrixType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
typename ThresholdFunctionType::Pointer ThresholdFunctionPointer
This function is used in VectorThresholdSegmentationLevelSetImageFilter to segment structures in imag...
typename MahalanobisFunctionType::MeanVectorType MeanVectorType
Templated n-dimensional image class.
typename ThresholdFunctionType::CovarianceMatrixType CovarianceMatrixType
TFeatureImage FeatureImageType