18 #ifndef itkGeodesicActiveContourShapePriorLevelSetImageFilter_h
19 #define itkGeodesicActiveContourShapePriorLevelSetImageFilter_h
110 template<
typename TInputImage,
111 typename TFeatureImage,
112 typename TOutputPixelType =
float >
150 if ( value != m_GeodesicActiveContourFunction->GetDerivativeSigma() )
152 m_GeodesicActiveContourFunction->SetDerivativeSigma(value);
161 {
return m_GeodesicActiveContourFunction->GetDerivativeSigma(); }
167 void PrintSelf(std::ostream & os,
Indent indent)
const override;
172 void GenerateData()
override;
179 #ifndef ITK_MANUAL_INSTANTIATION
180 #include "itkGeodesicActiveContourShapePriorLevelSetImageFilter.hxx"
Light weight base class for most itk classes.
GeodesicActiveContourFunctionPointer m_GeodesicActiveContourFunction
typename GeodesicActiveContourFunctionType::Pointer GeodesicActiveContourFunctionPointer
void SetDerivativeSigma(float value)
typename Superclass::ValueType ValueType
Segments structures in an image based on a user supplied edge potential map and user supplied shape m...
This function is used in GeodesicActiveContourShapePriorSegmentationLevelSetFilter to segment structu...
typename Superclass::FeatureImageType FeatureImageType
typename Superclass::OutputPixelType OutputPixelType
typename Superclass::OutputImageType OutputImageType
Control indentation during Print() invocation.
float GetDerivativeSigma() const
A base class which defines the API for implementing a level set segmentation filter with statistical ...