18 #ifndef itkGeodesicActiveContourShapePriorLevelSetImageFilter_h
19 #define itkGeodesicActiveContourShapePriorLevelSetImageFilter_h
110 template<
typename TInputImage,
111 typename TFeatureImage,
112 typename TOutputPixelType =
float >
168 virtual void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
188 #ifndef ITK_MANUAL_INSTANTIATION
189 #include "itkGeodesicActiveContourShapePriorLevelSetImageFilter.hxx"
void GenerateData() override
Superclass::FeatureImageType FeatureImageType
GeodesicActiveContourShapePriorLevelSetImageFilter()
Light weight base class for most itk classes.
Superclass::OutputPixelType OutputPixelType
ShapePriorSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType > Superclass
GeodesicActiveContourFunctionPointer m_GeodesicActiveContourFunction
Superclass::OutputImageType OutputImageType
void SetDerivativeSigma(float value)
Superclass::FeatureImageType FeatureImageType
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...
void operator=(const Self &)
virtual void Modified() const
virtual void PrintSelf(std::ostream &os, Indent indent) const override
Superclass::ValueType ValueType
SmartPointer< const Self > ConstPointer
TOutputPixelType OutputPixelType
GeodesicActiveContourFunctionType::Pointer GeodesicActiveContourFunctionPointer
Superclass::OutputImageType OutputImageType
~GeodesicActiveContourShapePriorLevelSetImageFilter()
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 ...