18 #ifndef itkGeodesicActiveContourLevelSetImageFilter_h
19 #define itkGeodesicActiveContourLevelSetImageFilter_h
104 template<
typename TInputImage,
105 typename TFeatureImage,
106 typename TOutputPixelType =
float >
144 m_GeodesicActiveContourFunction->SetDerivativeSigma(value);
153 {
return m_GeodesicActiveContourFunction->GetDerivativeSigma(); }
159 void PrintSelf(std::ostream & os,
Indent indent)
const override;
163 void GenerateData()
override;
170 #ifndef ITK_MANUAL_INSTANTIATION
171 #include "itkGeodesicActiveContourLevelSetImageFilter.hxx"
Light weight base class for most itk classes.
void SetDerivativeSigma(float value)
float GetDerivativeSigma() const
typename GeodesicActiveContourFunctionType::Pointer GeodesicActiveContourFunctionPointer
typename Superclass::FeatureImageType FeatureImageType
typename Superclass::OutputImageType OutputImageType
bool NotExactlyEquals(const TInput1 &x1, const TInput2 &x2)
Control indentation during Print() invocation.
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.
GeodesicActiveContourFunctionPointer m_GeodesicActiveContourFunction
typename Superclass::ValueType ValueType
A base class which defines the API for implementing a special class of image segmentation filters usi...