ITK
6.0.0
Insight Toolkit
|
#include <itkShapePriorSegmentationLevelSetFunction.h>
This function is used in ShapePriorSegmentationLevelSetFilter to segment structures in an image based on user supplied edge potential map and shape model.
This class extends the basic LevelSetFunction with a shape prior term as developed in [1].
\( \zeta( \phi^{*} - \phi) \)
where \( \phi^{*} \) is the signed distance function from a target shape and \( \zeta \) is a scalar constant.
The target shape signed distance function is supplied through a ShapeSignedDistanceFunction object.
Definition at line 55 of file itkShapePriorSegmentationLevelSetFunction.h.
Classes | |
struct | ShapePriorGlobalDataStruct |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::LevelSetFunction< TImageType > | |
static double | GetMaximumCurvatureTimeStep () |
static double | GetMaximumPropagationTimeStep () |
static Pointer | New () |
static void | SetMaximumCurvatureTimeStep (double n) |
static void | SetMaximumPropagationTimeStep (double n) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Static Public Attributes | |
static constexpr unsigned int | ImageDimension = Superclass::ImageDimension |
Static Public Attributes inherited from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType > | |
static constexpr unsigned int | ImageDimension = Superclass::ImageDimension |
Static Public Attributes inherited from itk::LevelSetFunction< TImageType > | |
static constexpr unsigned int | ImageDimension = Superclass::ImageDimension |
Static Public Attributes inherited from itk::FiniteDifferenceFunction< TImageType > | |
static constexpr unsigned int | ImageDimension = ImageType::ImageDimension |
Private Attributes | |
ShapeFunctionPointer | m_ShapeFunction {} |
ScalarValueType | m_ShapePriorWeight {} |
using itk::ShapePriorSegmentationLevelSetFunction< TImageType, TFeatureImageType >::ConstPointer = SmartPointer<const Self> |
Definition at line 65 of file itkShapePriorSegmentationLevelSetFunction.h.
using itk::ShapePriorSegmentationLevelSetFunction< TImageType, TFeatureImageType >::FeatureImageType = TFeatureImageType |
Definition at line 66 of file itkShapePriorSegmentationLevelSetFunction.h.
using itk::ShapePriorSegmentationLevelSetFunction< TImageType, TFeatureImageType >::Pointer = SmartPointer<Self> |
Definition at line 64 of file itkShapePriorSegmentationLevelSetFunction.h.
using itk::ShapePriorSegmentationLevelSetFunction< TImageType, TFeatureImageType >::Self = ShapePriorSegmentationLevelSetFunction |
Standard class type aliases.
Definition at line 62 of file itkShapePriorSegmentationLevelSetFunction.h.
using itk::ShapePriorSegmentationLevelSetFunction< TImageType, TFeatureImageType >::ShapeFunctionPointer = typename ShapeFunctionType::ConstPointer |
Definition at line 92 of file itkShapePriorSegmentationLevelSetFunction.h.
using itk::ShapePriorSegmentationLevelSetFunction< TImageType, TFeatureImageType >::ShapeFunctionType = ShapeSignedDistanceFunction<double, Self::ImageDimension> |
ShapeFunction type alias support
Definition at line 91 of file itkShapePriorSegmentationLevelSetFunction.h.
using itk::ShapePriorSegmentationLevelSetFunction< TImageType, TFeatureImageType >::Superclass = SegmentationLevelSetFunction<TImageType, TFeatureImageType> |
Definition at line 63 of file itkShapePriorSegmentationLevelSetFunction.h.
|
protected |
|
overrideprotecteddefault |
|
overridevirtual |
Compute global time step from the global data structure.
Reimplemented from itk::LevelSetFunction< TImageType >.
|
overridevirtual |
Compute the equation value with the additional shape prior term.
Reimplemented from itk::LevelSetFunction< TImageType >.
|
inlineoverridevirtual |
Returns a pointer to a global data structure for computing time step.
Reimplemented from itk::LevelSetFunction< TImageType >.
Definition at line 140 of file itkShapePriorSegmentationLevelSetFunction.h.
|
overridevirtual |
Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >.
|
inline |
The ShapeFunction encapsulates the signed distance to the shape used to influence the evolution of the level set.
Definition at line 115 of file itkShapePriorSegmentationLevelSetFunction.h.
|
inline |
Zeta. The ShapePriorWeight scales the shape prior term values.
Definition at line 101 of file itkShapePriorSegmentationLevelSetFunction.h.
|
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::LevelSetFunction< TImageType >.
|
inlineoverridevirtual |
Release the global data structure.
Reimplemented from itk::LevelSetFunction< TImageType >.
Definition at line 153 of file itkShapePriorSegmentationLevelSetFunction.h.
|
inline |
The ShapeFunction encapsulates the signed distance to the shape used to influence the evolution of the level set.
Definition at line 110 of file itkShapePriorSegmentationLevelSetFunction.h.
|
inline |
Zeta. The ShapePriorWeight scales the shape prior term values.
Definition at line 96 of file itkShapePriorSegmentationLevelSetFunction.h.
|
staticconstexpr |
Extract some parameters from the superclass.
Definition at line 88 of file itkShapePriorSegmentationLevelSetFunction.h.
|
private |
Definition at line 166 of file itkShapePriorSegmentationLevelSetFunction.h.
|
private |
Definition at line 167 of file itkShapePriorSegmentationLevelSetFunction.h.