#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 [63].
\( \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 51 of file itkShapePriorSegmentationLevelSetFunction.h.
Classes | |
struct | ShapePriorGlobalDataStruct |
Static Public Member Functions | |
static Pointer | New () |
![]() | |
static double | GetMaximumCurvatureTimeStep () |
static double | GetMaximumPropagationTimeStep () |
static Pointer | New () |
static void | SetMaximumCurvatureTimeStep (double n) |
static void | SetMaximumPropagationTimeStep (double n) |
![]() | |
static void | BreakOnError () |
static Pointer | New () |
Static Public Attributes | |
static constexpr unsigned int | ImageDimension = Superclass::ImageDimension |
![]() | |
static constexpr unsigned int | ImageDimension |
![]() | |
static constexpr unsigned int | ImageDimension = Superclass::ImageDimension |
![]() | |
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 61 of file itkShapePriorSegmentationLevelSetFunction.h.
using itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >::ContinuousIndexType |
Continuous index type recognized by the interpolator
Definition at line 87 of file itkSegmentationLevelSetFunction.h.
using itk::ShapePriorSegmentationLevelSetFunction< TImageType, TFeatureImageType >::FeatureImageType = TFeatureImageType |
Definition at line 62 of file itkShapePriorSegmentationLevelSetFunction.h.
using itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >::FeatureScalarType |
Definition at line 69 of file itkSegmentationLevelSetFunction.h.
A floating point offset from an image grid location. Used for interpolation among grid values in a neighborhood.
Extract some parameters from the image type
using itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >::IndexType |
Definition at line 70 of file itkSegmentationLevelSetFunction.h.
The type of data structure that is passed to this function object to evaluate at a pixel that does not lie on a data set boundary.
using itk::ShapePriorSegmentationLevelSetFunction< TImageType, TFeatureImageType >::Pointer = SmartPointer<Self> |
Definition at line 60 of file itkShapePriorSegmentationLevelSetFunction.h.
Neighborhood radius type
using itk::ShapePriorSegmentationLevelSetFunction< TImageType, TFeatureImageType >::Self = ShapePriorSegmentationLevelSetFunction |
Standard class type aliases.
Definition at line 58 of file itkShapePriorSegmentationLevelSetFunction.h.
using itk::ShapePriorSegmentationLevelSetFunction< TImageType, TFeatureImageType >::ShapeFunctionPointer = typename ShapeFunctionType::ConstPointer |
Definition at line 88 of file itkShapePriorSegmentationLevelSetFunction.h.
using itk::ShapePriorSegmentationLevelSetFunction< TImageType, TFeatureImageType >::ShapeFunctionType = ShapeSignedDistanceFunction<double, Self::ImageDimension> |
ShapeFunction type alias support
Definition at line 87 of file itkShapePriorSegmentationLevelSetFunction.h.
using itk::ShapePriorSegmentationLevelSetFunction< TImageType, TFeatureImageType >::Superclass = SegmentationLevelSetFunction<TImageType, TFeatureImageType> |
Definition at line 59 of file itkShapePriorSegmentationLevelSetFunction.h.
using itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >::VectorImageType |
Define an image type for the advection field.
Definition at line 78 of file itkSegmentationLevelSetFunction.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 >.
|
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::LevelSetFunction< TImageType >.
|
inlineoverridevirtual |
Returns a pointer to a global data structure for computing time step.
Reimplemented from itk::LevelSetFunction< TImageType >.
Definition at line 136 of file itkShapePriorSegmentationLevelSetFunction.h.
|
overridevirtual |
Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TImageType >.
|
inline |
The ShapeFunction encapsulates the signed distance to the shape used to influence the evolution of the level set.
Definition at line 111 of file itkShapePriorSegmentationLevelSetFunction.h.
|
inline |
Zeta. The ShapePriorWeight scales the shape prior term values.
Definition at line 97 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 149 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 106 of file itkShapePriorSegmentationLevelSetFunction.h.
|
inline |
Zeta. The ShapePriorWeight scales the shape prior term values.
Definition at line 92 of file itkShapePriorSegmentationLevelSetFunction.h.
|
staticconstexpr |
Extract some parameters from the superclass.
Definition at line 84 of file itkShapePriorSegmentationLevelSetFunction.h.
|
private |
Definition at line 162 of file itkShapePriorSegmentationLevelSetFunction.h.
|
private |
Definition at line 163 of file itkShapePriorSegmentationLevelSetFunction.h.