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