18 #ifndef itkLaplacianSegmentationLevelSetImageFilter_h
19 #define itkLaplacianSegmentationLevelSetImageFilter_h
101 template<
typename TInputImage,
102 typename TFeatureImage,
103 typename TOutputPixelType =
float >
136 void PrintSelf(std::ostream & os,
Indent indent)
const override;
143 #ifndef ITK_MANUAL_INSTANTIATION
144 #include "itkLaplacianSegmentationLevelSetImageFilter.hxx"
Light weight base class for most itk classes.
Segments structures in images based on a second derivative image features.
typename Superclass::OutputImageType OutputImageType
LaplacianFunctionType::Pointer m_LaplacianFunction
This function is used in LaplacianSegmentationImageFilter to segment structures in an image based Lap...
typename Superclass::ValueType ValueType
typename Superclass::FeatureImageType FeatureImageType
Control indentation during Print() invocation.
A base class which defines the API for implementing a special class of image segmentation filters usi...