#include <itkShapeDetectionLevelSetImageFilter.h>
Segments structures in images based on a user supplied edge potential map.
g(I) = 1 / ( 1 + | (\nabla * G)(I)| )
g(I) = \exp^{-|(\nabla * G)(I)|}
where I is image intensity and (\nabla * G) is the derivative of Gaussian operator.
The smoothness of the resulting contour/surface can be adjusted using a combination of PropagationScaling and CurvatureScaling parameters. The larger the CurvatureScaling parameter, the smoother the resulting contour. The CurvatureScaling parameter should be non-negative for proper operation of this algorithm. To follow the implementation in Malladi et al paper, set the PropagationScaling to \pm 1.0 and CurvatureScaling to \epsilon .
Note that there is no advection term for this filter. Setting the advection scaling will have no effect.
For algorithmic details see [74].
Definition at line 101 of file itkShapeDetectionLevelSetImageFilter.h.
Private Attributes | |
ShapeDetectionFunctionPointer | m_ShapeDetectionFunction {} |
using itk::ShapeDetectionLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::ConstPointer = SmartPointer<const Self> |
Definition at line 111 of file itkShapeDetectionLevelSetImageFilter.h.
using itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::FeatureImageType |
Local image type alias
Definition at line 170 of file itkSegmentationLevelSetImageFilter.h.
using itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::OutputImageType |
Output image type alias
Definition at line 156 of file itkSegmentationLevelSetImageFilter.h.
using itk::ShapeDetectionLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::Pointer = SmartPointer<Self> |
Definition at line 110 of file itkShapeDetectionLevelSetImageFilter.h.
using itk::ShapeDetectionLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::Self = ShapeDetectionLevelSetImageFilter |
Standard class type aliases
Definition at line 108 of file itkShapeDetectionLevelSetImageFilter.h.
using itk::ShapeDetectionLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::ShapeDetectionFunctionPointer = typename ShapeDetectionFunctionType::Pointer |
Definition at line 120 of file itkShapeDetectionLevelSetImageFilter.h.
using itk::ShapeDetectionLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::ShapeDetectionFunctionType = ShapeDetectionLevelSetFunction<OutputImageType, FeatureImageType> |
Type of the segmentation function
Definition at line 119 of file itkShapeDetectionLevelSetImageFilter.h.
using itk::ShapeDetectionLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::Superclass = SegmentationLevelSetImageFilter<TInputImage, TFeatureImage, TOutputPixelType> |
Definition at line 109 of file itkShapeDetectionLevelSetImageFilter.h.
The data type used in numerical computations. Derived from the output image type.
|
overrideprotecteddefault |
|
protected |
Referenced by GetNameOfClass().
|
virtual |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::Object.
|
overrideprotectedvirtual |
Overridden from Superclass to handle the case when PropagationScaling is zero and CurvatureScaling is non-zero.
Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, float >.
|
overridevirtual |
Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, float >.
References ShapeDetectionLevelSetImageFilter().
|
static |
Method for creation through the object factory
|
overrideprotectedvirtual |
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, float >.
|
private |
Definition at line 141 of file itkShapeDetectionLevelSetImageFilter.h.