ITK
5.2.0
Insight Toolkit
|
#include <itkLaplacianSegmentationLevelSetFunction.h>
Public Types | |
using | ConstPointer = SmartPointer< const Self > |
using | FeatureImageType = TFeatureImageType |
using | FeatureScalarType = typename Superclass::FeatureScalarType |
using | ImageType = typename Superclass::ImageType |
using | Pointer = SmartPointer< Self > |
using | RadiusType = typename Superclass::RadiusType |
using | ScalarValueType = typename Superclass::ScalarValueType |
using | Self = LaplacianSegmentationLevelSetFunction |
using | Superclass = SegmentationLevelSetFunction< TImageType, TFeatureImageType > |
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 |
void | SetAdvectionWeight (const ScalarValueType value) override |
LaplacianSegmentationLevelSetFunction () | |
~LaplacianSegmentationLevelSetFunction () override=default | |
This function is used in LaplacianSegmentationImageFilter to segment structures in an image based Laplacian edges.
Assumes a strictly POSITIVE feature image
Definition at line 34 of file itkLaplacianSegmentationLevelSetFunction.h.
using itk::LaplacianSegmentationLevelSetFunction< TImageType, TFeatureImageType >::ConstPointer = SmartPointer<const Self> |
Definition at line 44 of file itkLaplacianSegmentationLevelSetFunction.h.
using itk::LaplacianSegmentationLevelSetFunction< TImageType, TFeatureImageType >::FeatureImageType = TFeatureImageType |
Definition at line 45 of file itkLaplacianSegmentationLevelSetFunction.h.
using itk::LaplacianSegmentationLevelSetFunction< TImageType, TFeatureImageType >::FeatureScalarType = typename Superclass::FeatureScalarType |
Definition at line 56 of file itkLaplacianSegmentationLevelSetFunction.h.
using itk::LaplacianSegmentationLevelSetFunction< TImageType, TFeatureImageType >::ImageType = typename Superclass::ImageType |
Extract some parameters from the superclass.
Definition at line 54 of file itkLaplacianSegmentationLevelSetFunction.h.
using itk::LaplacianSegmentationLevelSetFunction< TImageType, TFeatureImageType >::Pointer = SmartPointer<Self> |
Definition at line 43 of file itkLaplacianSegmentationLevelSetFunction.h.
using itk::LaplacianSegmentationLevelSetFunction< TImageType, TFeatureImageType >::RadiusType = typename Superclass::RadiusType |
Definition at line 57 of file itkLaplacianSegmentationLevelSetFunction.h.
using itk::LaplacianSegmentationLevelSetFunction< TImageType, TFeatureImageType >::ScalarValueType = typename Superclass::ScalarValueType |
Definition at line 55 of file itkLaplacianSegmentationLevelSetFunction.h.
using itk::LaplacianSegmentationLevelSetFunction< TImageType, TFeatureImageType >::Self = LaplacianSegmentationLevelSetFunction |
Standard class type aliases.
Definition at line 41 of file itkLaplacianSegmentationLevelSetFunction.h.
using itk::LaplacianSegmentationLevelSetFunction< TImageType, TFeatureImageType >::Superclass = SegmentationLevelSetFunction<TImageType, TFeatureImageType> |
Definition at line 42 of file itkLaplacianSegmentationLevelSetFunction.h.
|
inlineprotected |
The Laplacian level set does not use an advection term. We clamp the value to ZERO here because a superclass may try to set it otherwise. in fact, SegmentationLevelSetImageFilter tries to set it when SetFeatureScaling is called.
Definition at line 92 of file itkLaplacianSegmentationLevelSetFunction.h.
|
overrideprotecteddefault |
The Laplacian level set does not use an advection term. We clamp the value to ZERO here because a superclass may try to set it otherwise. in fact, SegmentationLevelSetImageFilter tries to set it when SetFeatureScaling is called.
|
overridevirtual |
This method must be defined in a subclass to implement a working function object. This method is called before the solver begins its work to produce the speed image used as the level set function's Propagation speed term. See LevelSetFunction for more information.
Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >.
|
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::LightObject.
|
virtual |
Run-time type information (and related methods)
Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >.
|
inlineoverridevirtual |
This method creates the appropriate member variable operators for the level-set calculations. The argument to this function is a the radius necessary for performing the level-set calculations.
Reimplemented from itk::LevelSetFunction< TImageType >.
Definition at line 66 of file itkLaplacianSegmentationLevelSetFunction.h.
|
static |
Method for creation through the object factory.
|
inlineoverride |
The Laplacian level set does not use an advection term. We clamp the value to ZERO here because a superclass may try to set it otherwise. in fact, SegmentationLevelSetImageFilter tries to set it when SetFeatureScaling is called.
Definition at line 82 of file itkLaplacianSegmentationLevelSetFunction.h.
References itk::Math::ExactlyEquals().
|
staticconstexpr |
Extract some parameters from the superclass.
Definition at line 60 of file itkLaplacianSegmentationLevelSetFunction.h.