ITK
5.2.0
Insight Toolkit
|
#include <itkShapePriorSegmentationLevelSetFunction.h>
Classes | |
struct | ShapePriorGlobalDataStruct |
Public Types | |
using | ConstPointer = SmartPointer< const Self > |
using | ContinuousIndexType = typename Superclass::ContinuousIndexType |
using | FeatureImageType = TFeatureImageType |
using | FeatureScalarType = typename Superclass::FeatureScalarType |
using | FloatOffsetType = typename Superclass::FloatOffsetType |
using | ImageType = typename Superclass::ImageType |
using | IndexType = typename Superclass::IndexType |
using | NeighborhoodType = typename Superclass::NeighborhoodType |
using | PixelType = typename Superclass::PixelType |
using | Pointer = SmartPointer< Self > |
using | RadiusType = typename Superclass::RadiusType |
using | ScalarValueType = typename Superclass::ScalarValueType |
using | Self = ShapePriorSegmentationLevelSetFunction |
using | ShapeFunctionPointer = typename ShapeFunctionType::ConstPointer |
using | ShapeFunctionType = ShapeSignedDistanceFunction< double, Self::ImageDimension > |
using | Superclass = SegmentationLevelSetFunction< TImageType, TFeatureImageType > |
using | TimeStepType = typename Superclass::TimeStepType |
using | VectorImageType = typename Superclass::VectorImageType |
Public Types inherited from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType > | |
using | ConstPointer = SmartPointer< const Self > |
using | ContinuousIndexType = typename InterpolatorType::ContinuousIndexType |
using | FeatureImageType = TFeatureImageType |
using | FeatureScalarType = typename FeatureImageType::PixelType |
using | FloatOffsetType = typename Superclass::FloatOffsetType |
using | GlobalDataStruct = typename Superclass::GlobalDataStruct |
using | ImageType = typename Superclass::ImageType |
using | IndexType = typename ImageType::IndexType |
using | InterpolatorType = LinearInterpolateImageFunction< ImageType > |
using | NeighborhoodType = typename Superclass::NeighborhoodType |
using | PixelRealType = typename Superclass::PixelRealType |
using | Pointer = SmartPointer< Self > |
using | RadiusType = typename Superclass::RadiusType |
using | ScalarValueType = typename Superclass::ScalarValueType |
using | Self = SegmentationLevelSetFunction |
using | Superclass = LevelSetFunction< TImageType > |
using | VectorImageType = Image< VectorType, Self::ImageDimension > |
using | VectorInterpolatorType = VectorLinearInterpolateImageFunction< VectorImageType > |
using | VectorType = typename Superclass::VectorType |
Public Types inherited from itk::LevelSetFunction< TImageType > | |
using | ConstPointer = SmartPointer< const Self > |
using | FloatOffsetType = typename Superclass::FloatOffsetType |
using | ImageType = typename Superclass::ImageType |
using | NeighborhoodScalesType = typename Superclass::NeighborhoodScalesType |
using | NeighborhoodType = typename Superclass::NeighborhoodType |
using | PixelRealType = typename Superclass::PixelRealType |
using | PixelType = typename Superclass::PixelType |
using | Pointer = SmartPointer< Self > |
using | RadiusType = typename Superclass::RadiusType |
using | ScalarValueType = PixelType |
using | Self = LevelSetFunction |
using | Superclass = FiniteDifferenceFunction< TImageType > |
using | TimeStepType = double |
using | VectorType = FixedArray< ScalarValueType, Self::ImageDimension > |
Public Types inherited from itk::FiniteDifferenceFunction< TImageType > | |
using | ConstPointer = SmartPointer< const Self > |
using | DefaultBoundaryConditionType = ZeroFluxNeumannBoundaryCondition< ImageType > |
using | FloatOffsetType = Vector< float, Self::ImageDimension > |
using | ImageType = TImageType |
using | NeighborhoodScalesType = Vector< PixelRealType, Self::ImageDimension > |
using | NeighborhoodType = ConstNeighborhoodIterator< TImageType, DefaultBoundaryConditionType > |
using | PixelRealType = double |
using | PixelType = typename ImageType::PixelType |
using | Pointer = SmartPointer< Self > |
using | RadiusType = typename ConstNeighborhoodIterator< TImageType >::RadiusType |
using | Self = FiniteDifferenceFunction |
using | Superclass = LightObject |
using | TimeStepType = double |
Public Types inherited from itk::LightObject | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = LightObject |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::LevelSetFunction< TImageType > | |
static Pointer | New () |
static void | SetMaximumCurvatureTimeStep (double n) |
static double | GetMaximumCurvatureTimeStep () |
static void | SetMaximumPropagationTimeStep (double n) |
static double | GetMaximumPropagationTimeStep () |
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 |
using | GlobalDataStruct = typename Superclass::GlobalDataStruct |
ShapeFunctionPointer | m_ShapeFunction |
ScalarValueType | m_ShapePriorWeight |
void | SetShapePriorWeight (const ScalarValueType p) |
ScalarValueType | GetShapePriorWeight () const |
void | SetShapeFunction (const ShapeFunctionType *ptr) |
const ShapeFunctionType * | GetShapeFunction () const |
PixelType | ComputeUpdate (const NeighborhoodType &neighborhood, void *gd, const FloatOffsetType &=FloatOffsetType(0.0)) override |
TimeStepType | ComputeGlobalTimeStep (void *gd) const override |
void * | GetGlobalDataPointer () const override |
void | ReleaseGlobalDataPointer (void *GlobalData) const override |
ShapePriorSegmentationLevelSetFunction () | |
~ShapePriorSegmentationLevelSetFunction () override=default | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
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].
where is the signed distance function from a target shape and is a scalar constant.
The target shape signed distance function is supplied through a ShapeSignedDistanceFunction object.
Definition at line 55 of file itkShapePriorSegmentationLevelSetFunction.h.
using itk::ShapePriorSegmentationLevelSetFunction< TImageType, TFeatureImageType >::ConstPointer = SmartPointer<const Self> |
Definition at line 65 of file itkShapePriorSegmentationLevelSetFunction.h.
using itk::ShapePriorSegmentationLevelSetFunction< TImageType, TFeatureImageType >::ContinuousIndexType = typename Superclass::ContinuousIndexType |
Definition at line 85 of file itkShapePriorSegmentationLevelSetFunction.h.
using itk::ShapePriorSegmentationLevelSetFunction< TImageType, TFeatureImageType >::FeatureImageType = TFeatureImageType |
Definition at line 66 of file itkShapePriorSegmentationLevelSetFunction.h.
using itk::ShapePriorSegmentationLevelSetFunction< TImageType, TFeatureImageType >::FeatureScalarType = typename Superclass::FeatureScalarType |
Definition at line 78 of file itkShapePriorSegmentationLevelSetFunction.h.
using itk::ShapePriorSegmentationLevelSetFunction< TImageType, TFeatureImageType >::FloatOffsetType = typename Superclass::FloatOffsetType |
Definition at line 80 of file itkShapePriorSegmentationLevelSetFunction.h.
using itk::ShapePriorSegmentationLevelSetFunction< TImageType, TFeatureImageType >::GlobalDataStruct = typename Superclass::GlobalDataStruct |
A global data type used to store values needed to compute the time step.
Definition at line 133 of file itkShapePriorSegmentationLevelSetFunction.h.
using itk::ShapePriorSegmentationLevelSetFunction< TImageType, TFeatureImageType >::ImageType = typename Superclass::ImageType |
Extract some parameters from the superclass.
Definition at line 75 of file itkShapePriorSegmentationLevelSetFunction.h.
using itk::ShapePriorSegmentationLevelSetFunction< TImageType, TFeatureImageType >::IndexType = typename Superclass::IndexType |
Definition at line 84 of file itkShapePriorSegmentationLevelSetFunction.h.
using itk::ShapePriorSegmentationLevelSetFunction< TImageType, TFeatureImageType >::NeighborhoodType = typename Superclass::NeighborhoodType |
Definition at line 76 of file itkShapePriorSegmentationLevelSetFunction.h.
using itk::ShapePriorSegmentationLevelSetFunction< TImageType, TFeatureImageType >::PixelType = typename Superclass::PixelType |
Definition at line 82 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 >::RadiusType = typename Superclass::RadiusType |
Definition at line 79 of file itkShapePriorSegmentationLevelSetFunction.h.
using itk::ShapePriorSegmentationLevelSetFunction< TImageType, TFeatureImageType >::ScalarValueType = typename Superclass::ScalarValueType |
Definition at line 77 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.
using itk::ShapePriorSegmentationLevelSetFunction< TImageType, TFeatureImageType >::TimeStepType = typename Superclass::TimeStepType |
Definition at line 83 of file itkShapePriorSegmentationLevelSetFunction.h.
using itk::ShapePriorSegmentationLevelSetFunction< TImageType, TFeatureImageType >::VectorImageType = typename Superclass::VectorImageType |
Definition at line 81 of file itkShapePriorSegmentationLevelSetFunction.h.
|
protected |
A global data type used to store values needed to compute the time step.
|
overrideprotecteddefault |
A global data type used to store values needed to compute the time step.
|
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 141 of file itkShapePriorSegmentationLevelSetFunction.h.
References itk::NumericTraits< T >::ZeroValue().
|
virtual |
Run-time type information (and related methods)
Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >.
Reimplemented in itk::GeodesicActiveContourShapePriorLevelSetFunction< TImageType, TFeatureImageType >.
|
inline |
A global data type used to store values needed to compute the time step.
Definition at line 115 of file itkShapePriorSegmentationLevelSetFunction.h.
|
inline |
A global data type used to store values needed to compute the time step.
Definition at line 101 of file itkShapePriorSegmentationLevelSetFunction.h.
|
static |
Method for creation through the object factory.
|
overrideprotectedvirtual |
A global data type used to store values needed to compute the time step.
Reimplemented from itk::LevelSetFunction< TImageType >.
|
inlineoverridevirtual |
Release the global data structure.
Reimplemented from itk::LevelSetFunction< TImageType >.
Definition at line 154 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 |
A global data type used to store values needed to compute the time step.
Definition at line 167 of file itkShapePriorSegmentationLevelSetFunction.h.
|
private |
A global data type used to store values needed to compute the time step.
Definition at line 168 of file itkShapePriorSegmentationLevelSetFunction.h.