18 #ifndef itkGeodesicActiveContourLevelSetImageFilter_h
19 #define itkGeodesicActiveContourLevelSetImageFilter_h
104 template<
typename TInputImage,
105 typename TFeatureImage,
106 typename TOutputPixelType =
float >
157 virtual void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
174 #ifndef ITK_MANUAL_INSTANTIATION
175 #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
TFeatureImage FeatureImageType
~GeodesicActiveContourLevelSetImageFilter()
GeodesicActiveContourLevelSetImageFilter Self
Image< TOutputPixelType, itkGetStaticConstMacro(InputImageDimension) > OutputImageType
GeodesicActiveContourLevelSetImageFilter()
virtual void Modified() const
GeodesicActiveContourFunctionType::Pointer GeodesicActiveContourFunctionPointer
Superclass::ValueType ValueType
SmartPointer< Self > Pointer
void GenerateData() override
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...
virtual void PrintSelf(std::ostream &os, Indent indent) const override
Segments structures in images based on a user supplied edge potential map.
GeodesicActiveContourFunctionPointer m_GeodesicActiveContourFunction
Superclass::OutputImageType OutputImageType
A base class which defines the API for implementing a special class of image segmentation filters usi...
void operator=(const Self &)