18#ifndef itkGeodesicActiveContourLevelSetImageFilter_h
19#define itkGeodesicActiveContourLevelSetImageFilter_h
104template <
typename TInputImage,
typename TFeatureImage,
typename TOutputPixelType =
float>
119 using typename Superclass::ValueType;
120 using typename Superclass::OutputImageType;
121 using typename Superclass::FeatureImageType;
140 m_GeodesicActiveContourFunction->SetDerivativeSigma(value);
151 return m_GeodesicActiveContourFunction->GetDerivativeSigma();
171#ifndef ITK_MANUAL_INSTANTIATION
172# include "itkGeodesicActiveContourLevelSetImageFilter.hxx"
This function is used in GeodesicActiveContourLevelSetImageFilter to segment structures in an image b...
Segments structures in images based on a user supplied edge potential map.
void SetDerivativeSigma(float value)
~GeodesicActiveContourLevelSetImageFilter() override=default
void PrintSelf(std::ostream &os, Indent indent) const override
GeodesicActiveContourLevelSetImageFilter()
float GetDerivativeSigma() const
typename GeodesicActiveContourFunctionType::Pointer GeodesicActiveContourFunctionPointer
void GenerateData() override
Control indentation during Print() invocation.
Light weight base class for most itk classes.
A base class which defines the API for implementing a special class of image segmentation filters usi...
SmartPointer< Self > Pointer
bool NotExactlyEquals(const TInput1 &x1, const TInput2 &x2)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....