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