18 #ifndef itkShapeDetectionLevelSetImageFilter_h
19 #define itkShapeDetectionLevelSetImageFilter_h
105 template<
typename TInputImage,
106 typename TFeatureImage,
107 typename TOutputPixelType =
float >
110 TFeatureImage, TOutputPixelType >
139 virtual void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
153 #ifndef ITK_MANUAL_INSTANTIATION
154 #include "itkShapeDetectionLevelSetImageFilter.hxx"
SmartPointer< const Self > ConstPointer
Light weight base class for most itk classes.
This function is used in the ShapeDetectionLevelSetImageFilter to segment structures in an image base...
SmartPointer< Self > Pointer
Superclass::ValueType ValueType
ShapeDetectionLevelSetImageFilter()
void GenerateData() override
ShapeDetectionLevelSetImageFilter Self
virtual void PrintSelf(std::ostream &os, Indent indent) const override
ShapeDetectionFunctionPointer m_ShapeDetectionFunction
SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType > Superclass
Segments structures in images based on a user supplied edge potential map.
ShapeDetectionFunctionType::Pointer ShapeDetectionFunctionPointer
void operator=(const Self &)
~ShapeDetectionLevelSetImageFilter()
TFeatureImage FeatureImageType
ShapeDetectionLevelSetFunction< OutputImageType, FeatureImageType > ShapeDetectionFunctionType
Image< TOutputPixelType, itkGetStaticConstMacro(InputImageDimension) > OutputImageType
Superclass::ValueType ValueType
Control indentation during Print() invocation.
Superclass::OutputImageType OutputImageType
A base class which defines the API for implementing a special class of image segmentation filters usi...
Superclass::FeatureImageType FeatureImageType