18 #ifndef itkVectorThresholdSegmentationLevelSetImageFilter_h
19 #define itkVectorThresholdSegmentationLevelSetImageFilter_h
88 template<
typename TInputImage,
89 typename TFeatureImage,
90 typename TOutputPixelType =
float >
123 m_ThresholdFunction->SetMean(mean);
130 return m_ThresholdFunction->GetMean();
135 m_ThresholdFunction->SetCovariance(cov);
141 return m_ThresholdFunction->GetCovariance();
147 m_ThresholdFunction->SetThreshold(thr);
154 return m_ThresholdFunction->GetThreshold();
161 virtual void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
170 #ifndef ITK_MANUAL_INSTANTIATION
171 #include "itkVectorThresholdSegmentationLevelSetImageFilter.hxx"
Light weight base class for most itk classes.
ThresholdFunctionPointer m_ThresholdFunction
const MeanVectorType & GetMean() const
ThresholdFunctionType::MeanVectorType MeanVectorType
void SetMean(const MeanVectorType &mean)
Superclass::FeatureImageType FeatureImageType
ScalarValueType GetThreshold()
const CovarianceMatrixType & GetCovariance() const
SmartPointer< Self > Pointer
ThresholdFunctionType::Pointer ThresholdFunctionPointer
ThresholdFunctionType::ScalarValueType ScalarValueType
VectorThresholdSegmentationLevelSetImageFilter Self
void SetThreshold(ScalarValueType thr)
MahalanobisFunctionType::MeanVectorType MeanVectorType
void SetCovariance(const CovarianceMatrixType &cov)
Segments structures in images based on intensity values.
Superclass::ScalarValueType ScalarValueType
~VectorThresholdSegmentationLevelSetImageFilter() override
Superclass::ValueType ValueType
SmartPointer< const Self > ConstPointer
Superclass::OutputImageType OutputImageType
ThresholdFunctionType::CovarianceMatrixType CovarianceMatrixType
This function is used in VectorThresholdSegmentationLevelSetImageFilter to segment structures in imag...
SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType > Superclass
Control indentation during Print() invocation.
A base class which defines the API for implementing a special class of image segmentation filters usi...
VectorThresholdSegmentationLevelSetFunction< OutputImageType, FeatureImageType > ThresholdFunctionType