18 #ifndef itkThresholdSegmentationLevelSetImageFilter_h
19 #define itkThresholdSegmentationLevelSetImageFilter_h
83 template<
typename TInputImage,
84 typename TFeatureImage,
85 typename TOutputPixelType =
float >
201 virtual void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
212 #ifndef ITK_MANUAL_INSTANTIATION
213 #include "itkThresholdSegmentationLevelSetImageFilter.hxx"
ThresholdFunctionPointer m_ThresholdFunction
void SetSmoothingTimeStep(ValueType v)
ValueType GetLowerThreshold() const
Light weight base class for most itk classes.
virtual void PrintSelf(std::ostream &os, Indent indent) const override
ValueType GetSmoothingConductance() const
void SetUpperThreshold(ValueType v)
void operator=(const Self &)
SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType > Superclass
ThresholdSegmentationLevelSetFunction< OutputImageType, FeatureImageType > ThresholdFunctionType
void SetLowerThreshold(ValueType v)
Segments structures in images based on intensity values.
ThresholdSegmentationLevelSetImageFilter()
ValueType GetSmoothingTimeStep() const
int GetSmoothingIterations() const
ValueType GetUpperThreshold() const
void SetSmoothingConductance(ValueType v)
SmartPointer< Self > Pointer
Superclass::OutputImageType OutputImageType
void SetSmoothingIterations(int v)
TFeatureImage FeatureImageType
Superclass::ValueType ValueType
Image< TOutputPixelType, itkGetStaticConstMacro(InputImageDimension) > OutputImageType
virtual void Modified() const
ValueType GetEdgeWeight() const
ThresholdSegmentationLevelSetImageFilter Self
ThresholdFunctionType::Pointer ThresholdFunctionPointer
Superclass::ValueType ValueType
SmartPointer< const Self > ConstPointer
~ThresholdSegmentationLevelSetImageFilter()
Control indentation during Print() invocation.
void SetEdgeWeight(ValueType v)
A base class which defines the API for implementing a special class of image segmentation filters usi...
This function is used in ThresholdSegmentationLevelSetImageFilter to segment structures in images bas...
Superclass::FeatureImageType FeatureImageType