#include <itkVectorGradientNDAnisotropicDiffusionFunction.h>
This class is a simple extension of the GradientNDAnisotropicDiffusionFunction 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 GradientNDAnisotropicDiffusionFunction.
Definition at line 44 of file itkVectorGradientNDAnisotropicDiffusionFunction.h.
Static Public Member Functions | |
static Pointer | New () |
![]() | |
static void | BreakOnError () |
static Pointer | New () |
Static Public Attributes | |
static constexpr unsigned int | ImageDimension = Superclass::ImageDimension |
static constexpr unsigned int | VectorDimension = Superclass::VectorDimension |
![]() | |
static constexpr unsigned int | ImageDimension = Superclass::ImageDimension |
static constexpr unsigned int | VectorDimension = PixelType::Dimension |
![]() | |
static constexpr unsigned int | ImageDimension = Superclass::ImageDimension |
![]() | |
static constexpr unsigned int | ImageDimension |
static constexpr unsigned int | ImageDimension |
Private Attributes | |
SizeValueType | m_Center {} |
DerivativeOperator< ScalarValueType, Self::ImageDimension > | m_DerivativeOperator {} |
VectorNeighborhoodInnerProduct< ImageType > | m_InnerProduct {} |
ScalarValueType | m_K {} |
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 | |
![]() | |
RadiusType | m_Radius |
RadiusType | m_Radius |
PixelRealType | m_ScaleCoefficients [ImageDimension] |
PixelRealType | m_ScaleCoefficients [ImageDimension] |
![]() | |
std::atomic< int > | m_ReferenceCount {} |
using itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >::ConstPointer = SmartPointer<const Self> |
Definition at line 54 of file itkVectorGradientNDAnisotropicDiffusionFunction.h.
using itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >::Pointer = SmartPointer<Self> |
Definition at line 53 of file itkVectorGradientNDAnisotropicDiffusionFunction.h.
using itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >::ScalarValueType = typename PixelType::ValueType |
Type of a value in a vector (double, float, etc.)
Definition at line 75 of file itkVectorGradientNDAnisotropicDiffusionFunction.h.
using itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >::Self = VectorGradientNDAnisotropicDiffusionFunction |
Standard class type aliases.
Definition at line 51 of file itkVectorGradientNDAnisotropicDiffusionFunction.h.
using itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >::Superclass = VectorAnisotropicDiffusionFunction<TImage> |
Definition at line 52 of file itkVectorGradientNDAnisotropicDiffusionFunction.h.
|
protected |
Referenced by GetNameOfClass().
|
overrideprotecteddefault |
|
overridevirtual |
Compute the equation value.
Implements itk::FiniteDifferenceFunction< TImage >.
|
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.
|
overridevirtual |
Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >.
References VectorGradientNDAnisotropicDiffusionFunction().
|
inlineoverridevirtual |
This method is called prior to each iteration of the solver.
Reimplemented from itk::FiniteDifferenceFunction< TImage >.
Definition at line 85 of file itkVectorGradientNDAnisotropicDiffusionFunction.h.
References itk::AnisotropicDiffusionFunction< TImage >::GetAverageGradientMagnitudeSquared(), itk::AnisotropicDiffusionFunction< TImage >::GetConductanceParameter(), and m_K.
|
static |
Method for creation through the object factory.
Referenced by itk::VectorGradientAnisotropicDiffusionImageFilter< TInputImage, TOutputImage >::VectorGradientAnisotropicDiffusionImageFilter().
|
staticconstexpr |
Extract vector and image dimension from superclass.
Definition at line 71 of file itkVectorGradientNDAnisotropicDiffusionFunction.h.
|
private |
Definition at line 113 of file itkVectorGradientNDAnisotropicDiffusionFunction.h.
|
private |
Derivative operators.
Definition at line 105 of file itkVectorGradientNDAnisotropicDiffusionFunction.h.
|
private |
Inner product function.
Definition at line 97 of file itkVectorGradientNDAnisotropicDiffusionFunction.h.
|
private |
Modified global average gradient magnitude term.
Definition at line 108 of file itkVectorGradientNDAnisotropicDiffusionFunction.h.
Referenced by InitializeIteration().
|
staticprivate |
Definition at line 110 of file itkVectorGradientNDAnisotropicDiffusionFunction.h.
|
private |
Definition at line 112 of file itkVectorGradientNDAnisotropicDiffusionFunction.h.
|
staticconstexpr |
Definition at line 72 of file itkVectorGradientNDAnisotropicDiffusionFunction.h.
|
private |
Slices for the ND neighborhood.
Definition at line 100 of file itkVectorGradientNDAnisotropicDiffusionFunction.h.
|
private |
Definition at line 101 of file itkVectorGradientNDAnisotropicDiffusionFunction.h.
|
private |
Definition at line 102 of file itkVectorGradientNDAnisotropicDiffusionFunction.h.