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;
146 #ifndef ITK_MANUAL_INSTANTIATION
147 #include "itkLaplacianSegmentationLevelSetImageFilter.hxx"
Light weight base class for most itk classes.
Segments structures in images based on a second derivative image features.
SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType > Superclass
~LaplacianSegmentationLevelSetImageFilter()
LaplacianSegmentationLevelSetFunction< OutputImageType, FeatureImageType > LaplacianFunctionType
LaplacianFunctionType::Pointer m_LaplacianFunction
void operator=(const Self &)
This function is used in LaplacianSegmentationImageFilter to segment structures in an image based Lap...
TFeatureImage FeatureImageType
LaplacianSegmentationLevelSetImageFilter Self
Image< TOutputPixelType, itkGetStaticConstMacro(InputImageDimension) > OutputImageType
Superclass::FeatureImageType FeatureImageType
Superclass::ValueType ValueType
Superclass::ValueType ValueType
LaplacianSegmentationLevelSetImageFilter()
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...
virtual void PrintSelf(std::ostream &os, Indent indent) const override
SmartPointer< const Self > ConstPointer