18 #ifndef itkVectorThresholdSegmentationLevelSetImageFilter_h
19 #define itkVectorThresholdSegmentationLevelSetImageFilter_h
88 template<
typename TInputImage,
89 typename TFeatureImage,
90 typename TOutputPixelType =
float >
161 virtual void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
174 #ifndef ITK_MANUAL_INSTANTIATION
175 #include "itkVectorThresholdSegmentationLevelSetImageFilter.hxx"
VectorThresholdSegmentationLevelSetImageFilter()
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)
virtual void PrintSelf(std::ostream &os, Indent indent) const override
MahalanobisFunctionType::MeanVectorType MeanVectorType
void SetCovariance(const CovarianceMatrixType &cov)
TFeatureImage FeatureImageType
Segments structures in images based on intensity values.
Image< TOutputPixelType, itkGetStaticConstMacro(InputImageDimension) > OutputImageType
Superclass::ScalarValueType ScalarValueType
Superclass::ValueType ValueType
virtual void Modified() const
SmartPointer< const Self > ConstPointer
Superclass::OutputImageType OutputImageType
ThresholdFunctionType::CovarianceMatrixType CovarianceMatrixType
This function is used in VectorThresholdSegmentationLevelSetImageFilter to segment structures in imag...
Superclass::ValueType ValueType
SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType > Superclass
Control indentation during Print() invocation.
void operator=(const Self &)
~VectorThresholdSegmentationLevelSetImageFilter()
A base class which defines the API for implementing a special class of image segmentation filters usi...
VectorThresholdSegmentationLevelSetFunction< OutputImageType, FeatureImageType > ThresholdFunctionType