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