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