18#ifndef itkGeodesicActiveContourShapePriorLevelSetImageFilter_h
19#define itkGeodesicActiveContourShapePriorLevelSetImageFilter_h
110template <
typename TInputImage,
typename TFeatureImage,
typename TOutputPixelType =
float>
125 using typename Superclass::ValueType;
126 using typename Superclass::OutputImageType;
127 using typename Superclass::FeatureImageType;
128 using typename Superclass::OutputPixelType;
146 if (value != m_GeodesicActiveContourFunction->GetDerivativeSigma())
148 m_GeodesicActiveContourFunction->SetDerivativeSigma(value);
159 return m_GeodesicActiveContourFunction->GetDerivativeSigma();
180#ifndef ITK_MANUAL_INSTANTIATION
181# include "itkGeodesicActiveContourShapePriorLevelSetImageFilter.hxx"
This function is used in GeodesicActiveContourShapePriorSegmentationLevelSetFilter to segment structu...
Segments structures in an image based on a user supplied edge potential map and user supplied shape m...
~GeodesicActiveContourShapePriorLevelSetImageFilter() override=default
GeodesicActiveContourShapePriorLevelSetImageFilter()
void GenerateData() override
void PrintSelf(std::ostream &os, Indent indent) const override
void SetDerivativeSigma(float value)
float GetDerivativeSigma() const
typename GeodesicActiveContourFunctionType::Pointer GeodesicActiveContourFunctionPointer
Control indentation during Print() invocation.
Light weight base class for most itk classes.
A base class which defines the API for implementing a level set segmentation filter with statistical ...
SmartPointer< Self > Pointer
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....