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;
145 void GenerateData() ITK_OVERRIDE;
152 #ifndef ITK_MANUAL_INSTANTIATION
153 #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 Self
SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType > Superclass
Segments structures in images based on a user supplied edge potential map.
ShapeDetectionFunctionType::Pointer ShapeDetectionFunctionPointer
TFeatureImage FeatureImageType
~ShapeDetectionLevelSetImageFilter() override
ShapeDetectionLevelSetFunction< OutputImageType, FeatureImageType > ShapeDetectionFunctionType
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...
Templated n-dimensional image class.
Superclass::FeatureImageType FeatureImageType