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