18#ifndef itkThresholdSegmentationLevelSetImageFilter_h
19#define itkThresholdSegmentationLevelSetImageFilter_h
83template <
typename TInputImage,
typename TFeatureImage,
typename TOutputPixelType =
float>
219#ifndef ITK_MANUAL_INSTANTIATION
220# include "itkThresholdSegmentationLevelSetImageFilter.hxx"
Control indentation during Print() invocation.
virtual void Modified() const
Image< TOutputPixelType, Self::InputImageDimension > OutputImageType
SegmentationLevelSetImageFilter()
typename OutputImageType::ValueType ValueType
TFeatureImage FeatureImageType
Implements transparent reference counting.
This function is used in ThresholdSegmentationLevelSetImageFilter to segment structures in images bas...
SmartPointer< Self > Pointer
void SetEdgeWeight(ValueType v)
ValueType GetUpperThreshold() const
ThresholdSegmentationLevelSetFunction< OutputImageType, FeatureImageType > ThresholdFunctionType
~ThresholdSegmentationLevelSetImageFilter() override=default
void SetSmoothingTimeStep(ValueType v)
int GetSmoothingIterations() const
ValueType GetSmoothingTimeStep() const
ThresholdFunctionPointer m_ThresholdFunction
SmartPointer< Self > Pointer
ValueType GetSmoothingConductance() const
ThresholdSegmentationLevelSetImageFilter Self
ValueType GetEdgeWeight() const
void SetSmoothingIterations(int v)
void SetLowerThreshold(ValueType v)
SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType > Superclass
void SetSmoothingConductance(ValueType v)
ValueType GetLowerThreshold() const
void SetUpperThreshold(ValueType v)
ThresholdSegmentationLevelSetImageFilter()
typename OutputImageType::ValueType ValueType
typename ThresholdFunctionType::Pointer ThresholdFunctionPointer
SmartPointer< const Self > ConstPointer
void PrintSelf(std::ostream &os, Indent indent) const override
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....