ITK
5.2.0
Insight Toolkit
|
#include <itkVectorCurvatureNDAnisotropicDiffusionFunction.h>
Static Public Member Functions | |
static Pointer | New () |
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 constexpr unsigned int | VectorDimension = Superclass::VectorDimension |
Static Public Attributes inherited from itk::VectorAnisotropicDiffusionFunction< TImage > | |
static constexpr unsigned int | ImageDimension = Superclass::ImageDimension |
static constexpr unsigned int | VectorDimension = PixelType::Dimension |
Static Public Attributes inherited from itk::AnisotropicDiffusionFunction< TImage > | |
static constexpr unsigned int | ImageDimension = Superclass::ImageDimension |
Static Public Attributes inherited from itk::FiniteDifferenceFunction< TImage > | |
static constexpr unsigned int | ImageDimension |
Protected Member Functions | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
VectorCurvatureNDAnisotropicDiffusionFunction () | |
~VectorCurvatureNDAnisotropicDiffusionFunction () override=default | |
Protected Member Functions inherited from itk::VectorAnisotropicDiffusionFunction< TImage > | |
VectorAnisotropicDiffusionFunction ()=default | |
~VectorAnisotropicDiffusionFunction () override=default | |
Protected Member Functions inherited from itk::AnisotropicDiffusionFunction< TImage > | |
AnisotropicDiffusionFunction () | |
~AnisotropicDiffusionFunction () override=default | |
Protected Member Functions inherited from itk::FiniteDifferenceFunction< TImage > | |
FiniteDifferenceFunction () | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
~FiniteDifferenceFunction () override=default | |
Protected Member Functions inherited from itk::LightObject | |
virtual LightObject::Pointer | InternalClone () const |
LightObject () | |
virtual void | PrintHeader (std::ostream &os, Indent indent) const |
virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
virtual | ~LightObject () |
Private Attributes | |
SizeValueType | m_Center |
DerivativeOperator< ScalarValueType, Self::ImageDimension > | m_DerivativeOperator |
VectorNeighborhoodInnerProduct< ImageType > | m_InnerProduct |
double | m_K { 0.0 } |
SizeValueType | m_Stride [ImageDimension] |
std::slice | x_slice [ImageDimension] |
std::slice | xa_slice [ImageDimension][ImageDimension] |
std::slice | xd_slice [ImageDimension][ImageDimension] |
Static Private Attributes | |
static double | m_MIN_NORM |
Additional Inherited Members | |
Protected Attributes inherited from itk::FiniteDifferenceFunction< TImage > | |
RadiusType | m_Radius |
PixelRealType | m_ScaleCoefficients [ImageDimension] |
Protected Attributes inherited from itk::LightObject | |
std::atomic< int > | m_ReferenceCount |
This class is a simple extension of the CurvatureNDAnisotropicDiffusionFunction to pixel types of multiple components. Vector components are diffused separately, but diffusion of each component is limited by a conductance term which depends on all components.
For more information, please see CurvatureNDAnisotropicDiffusionFunction.
Definition at line 44 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h.
using itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >::ConstPointer = SmartPointer<const Self> |
Definition at line 54 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h.
using itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >::FloatOffsetType = typename Superclass::FloatOffsetType |
Definition at line 68 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h.
using itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >::ImageType = typename Superclass::ImageType |
Inherit some parameters from the superclass type.
Definition at line 63 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h.
using itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >::NeighborhoodType = typename Superclass::NeighborhoodType |
Definition at line 67 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h.
using itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >::PixelType = typename Superclass::PixelType |
Definition at line 64 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h.
using itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >::Pointer = SmartPointer<Self> |
Definition at line 53 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h.
using itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >::RadiusType = typename Superclass::RadiusType |
Definition at line 66 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h.
using itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >::ScalarValueType = typename PixelType::ValueType |
Definition at line 69 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h.
using itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >::Self = VectorCurvatureNDAnisotropicDiffusionFunction |
Standard itk Self & Superclass type alias
Definition at line 51 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h.
using itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >::Superclass = VectorAnisotropicDiffusionFunction<TImage> |
Definition at line 52 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h.
using itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >::TimeStepType = typename Superclass::TimeStepType |
Definition at line 65 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h.
|
protected |
|
overrideprotecteddefault |
|
override |
Compute the equation value.
|
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::VectorAnisotropicDiffusionFunction< TImage >.
|
inlineoverridevirtual |
This method is called prior to each iteration of the solver.
Reimplemented from itk::FiniteDifferenceFunction< TImage >.
Definition at line 83 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h.
|
static |
Method for creation through the object factory.
Referenced by itk::VectorCurvatureAnisotropicDiffusionImageFilter< TInputImage, TOutputImage >::VectorCurvatureAnisotropicDiffusionImageFilter().
|
inlineoverrideprotectedvirtual |
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::VectorAnisotropicDiffusionFunction< TImage >.
Definition at line 93 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h.
|
staticconstexpr |
Extract the image and vector dimension.
Definition at line 72 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h.
|
private |
Definition at line 114 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h.
|
private |
Derivative operator
Definition at line 108 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h.
|
private |
Inner product function.
Definition at line 100 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h.
|
private |
Modified global average gradient magnitude term.
Definition at line 111 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h.
|
staticprivate |
Definition at line 113 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h.
|
private |
Definition at line 115 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h.
|
staticconstexpr |
Definition at line 73 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h.
|
private |
Slices for the ND neighborhood.
Definition at line 103 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h.
|
private |
Definition at line 104 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h.
|
private |
Definition at line 105 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h.