ITK
5.2.0
Insight Toolkit
|
#include <itkCurvesLevelSetFunction.h>
Public Types | |
using | ConstPointer = SmartPointer< const Self > |
using | FeatureImageType = TFeatureImageType |
using | FeatureScalarType = typename Superclass::FeatureScalarType |
using | FloatOffsetType = typename SuperSuperclass::FloatOffsetType |
using | GlobalDataStruct = typename SuperSuperclass::GlobalDataStruct |
using | ImageType = typename Superclass::ImageType |
using | NeighborhoodType = typename Superclass::NeighborhoodType |
using | PixelType = typename SuperSuperclass::PixelType |
using | Pointer = SmartPointer< Self > |
using | RadiusType = typename Superclass::RadiusType |
using | ScalarValueType = typename Superclass::ScalarValueType |
using | Self = CurvesLevelSetFunction |
using | Superclass = SegmentationLevelSetFunction< TImageType, TFeatureImageType > |
using | SuperSuperclass = LevelSetFunction< TImageType > |
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 |
std::slice | x_slice [ImageDimension] |
OffsetValueType | m_Center { 0 } |
OffsetValueType | m_xStride [ImageDimension] |
double | m_DerivativeSigma { 1.0 } |
void | SetDerivativeSigma (const double v) |
double | GetDerivativeSigma () |
void | Initialize (const RadiusType &r) override |
CurvesLevelSetFunction () | |
~CurvesLevelSetFunction () override=default | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
This function is used in CurvesLevelSetImageFilter to segment structures in images based on user supplied edge potential map.
where is image intensity and is the derivative of Gaussian operator.
Definition at line 62 of file itkCurvesLevelSetFunction.h.
using itk::CurvesLevelSetFunction< TImageType, TFeatureImageType >::ConstPointer = SmartPointer<const Self> |
Definition at line 72 of file itkCurvesLevelSetFunction.h.
using itk::CurvesLevelSetFunction< TImageType, TFeatureImageType >::FeatureImageType = TFeatureImageType |
Definition at line 73 of file itkCurvesLevelSetFunction.h.
using itk::CurvesLevelSetFunction< TImageType, TFeatureImageType >::FeatureScalarType = typename Superclass::FeatureScalarType |
Definition at line 86 of file itkCurvesLevelSetFunction.h.
using itk::CurvesLevelSetFunction< TImageType, TFeatureImageType >::FloatOffsetType = typename SuperSuperclass::FloatOffsetType |
Definition at line 88 of file itkCurvesLevelSetFunction.h.
using itk::CurvesLevelSetFunction< TImageType, TFeatureImageType >::GlobalDataStruct = typename SuperSuperclass::GlobalDataStruct |
Definition at line 89 of file itkCurvesLevelSetFunction.h.
using itk::CurvesLevelSetFunction< TImageType, TFeatureImageType >::ImageType = typename Superclass::ImageType |
Definition at line 83 of file itkCurvesLevelSetFunction.h.
using itk::CurvesLevelSetFunction< TImageType, TFeatureImageType >::NeighborhoodType = typename Superclass::NeighborhoodType |
Definition at line 84 of file itkCurvesLevelSetFunction.h.
using itk::CurvesLevelSetFunction< TImageType, TFeatureImageType >::PixelType = typename SuperSuperclass::PixelType |
Extract some parameters from the superclass.
Definition at line 82 of file itkCurvesLevelSetFunction.h.
using itk::CurvesLevelSetFunction< TImageType, TFeatureImageType >::Pointer = SmartPointer<Self> |
Definition at line 71 of file itkCurvesLevelSetFunction.h.
using itk::CurvesLevelSetFunction< TImageType, TFeatureImageType >::RadiusType = typename Superclass::RadiusType |
Definition at line 87 of file itkCurvesLevelSetFunction.h.
using itk::CurvesLevelSetFunction< TImageType, TFeatureImageType >::ScalarValueType = typename Superclass::ScalarValueType |
Definition at line 85 of file itkCurvesLevelSetFunction.h.
using itk::CurvesLevelSetFunction< TImageType, TFeatureImageType >::Self = CurvesLevelSetFunction |
Standard class type aliases.
Definition at line 68 of file itkCurvesLevelSetFunction.h.
using itk::CurvesLevelSetFunction< TImageType, TFeatureImageType >::Superclass = SegmentationLevelSetFunction<TImageType, TFeatureImageType> |
Definition at line 69 of file itkCurvesLevelSetFunction.h.
using itk::CurvesLevelSetFunction< TImageType, TFeatureImageType >::SuperSuperclass = LevelSetFunction<TImageType> |
Definition at line 70 of file itkCurvesLevelSetFunction.h.
using itk::CurvesLevelSetFunction< TImageType, TFeatureImageType >::VectorImageType = typename Superclass::VectorImageType |
Definition at line 90 of file itkCurvesLevelSetFunction.h.
|
inlineprotected |
Slices for the ND neighborhood.
Definition at line 130 of file itkCurvesLevelSetFunction.h.
|
overrideprotecteddefault |
Slices for the ND neighborhood.
|
overridevirtual |
Compute the advection field from feature image.
Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >.
|
overridevirtual |
Compute speed image from feature image.
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.
|
inlineoverride |
The curvature speed is same as the propagation speed.
Definition at line 105 of file itkCurvesLevelSetFunction.h.
|
inline |
Slices for the ND neighborhood.
Definition at line 120 of file itkCurvesLevelSetFunction.h.
|
virtual |
Run-time type information (and related methods)
Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >.
|
overridevirtual |
Slices for the ND neighborhood.
Reimplemented from itk::LevelSetFunction< TImageType >.
|
static |
Method for creation through the object factory.
|
inlineoverrideprotectedvirtual |
Slices for the ND neighborhood.
Reimplemented from itk::FiniteDifferenceFunction< TImageType >.
Definition at line 143 of file itkCurvesLevelSetFunction.h.
|
inline |
Set/Get the sigma for the Gaussian kernel used to compute the gradient of the feature image needed for the advection term of the equation.
Definition at line 115 of file itkCurvesLevelSetFunction.h.
|
staticconstexpr |
Extract some parameters from the superclass.
Definition at line 93 of file itkCurvesLevelSetFunction.h.
|
private |
The offset of the center pixel in the neighborhood.
Definition at line 154 of file itkCurvesLevelSetFunction.h.
|
private |
Slices for the ND neighborhood.
Definition at line 159 of file itkCurvesLevelSetFunction.h.
|
private |
Stride length along the y-dimension.
Definition at line 157 of file itkCurvesLevelSetFunction.h.
|
private |
Slices for the ND neighborhood.
Definition at line 151 of file itkCurvesLevelSetFunction.h.