#include <itkVectorAnisotropicDiffusionFunction.h>
This class implements a vector-valued version of AnisotropicDiffusionFunction. Typically in vector-valued diffusion, vector components are diffused independently of one another using a conductance term that is linked across the components. Refer to the documentation of AnisotropicDiffusionFunction for an overview of anisotropic diffusion. The way that the conductance term is calculated is specific to the specific type of diffusion function.
Definition at line 53 of file itkVectorAnisotropicDiffusionFunction.h.
Public Types | |
using | ConstPointer = SmartPointer<const Self> |
using | Pointer = SmartPointer<Self> |
using | Self = VectorAnisotropicDiffusionFunction |
using | Superclass = AnisotropicDiffusionFunction<TImage> |
![]() | |
using | ConstPointer = SmartPointer<const Self> |
using | PixelrealType = typename Superclass::PixelRealType |
using | Pointer = SmartPointer<Self> |
using | Self = AnisotropicDiffusionFunction |
using | Superclass = FiniteDifferenceFunction<TImage> |
![]() | |
using | ConstPointer |
using | DefaultBoundaryConditionType |
using | FloatOffsetType |
using | ImageType |
using | NeighborhoodScalesType |
using | NeighborhoodType |
using | PixelRealType |
using | PixelType |
using | Pointer |
using | RadiusType |
using | Self |
using | Superclass |
using | TimeStepType |
![]() | |
using | ConstPointer = SmartPointer<const Self> |
using | Pointer = SmartPointer<Self> |
using | Self = LightObject |
Static Public Attributes | |
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 |
Protected Member Functions | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
VectorAnisotropicDiffusionFunction ()=default | |
~VectorAnisotropicDiffusionFunction () override=default | |
![]() | |
AnisotropicDiffusionFunction () | |
~AnisotropicDiffusionFunction () override=default | |
![]() | |
FiniteDifferenceFunction () | |
FiniteDifferenceFunction () | |
~FiniteDifferenceFunction () override=default | |
~FiniteDifferenceFunction () override=default | |
![]() | |
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 () |
Additional Inherited Members | |
![]() | |
static void | BreakOnError () |
static Pointer | New () |
![]() | |
RadiusType | m_Radius |
RadiusType | m_Radius |
PixelRealType | m_ScaleCoefficients [ImageDimension] |
PixelRealType | m_ScaleCoefficients [ImageDimension] |
![]() | |
std::atomic< int > | m_ReferenceCount {} |
using itk::VectorAnisotropicDiffusionFunction< TImage >::ConstPointer = SmartPointer<const Self> |
Definition at line 62 of file itkVectorAnisotropicDiffusionFunction.h.
using itk::VectorAnisotropicDiffusionFunction< TImage >::Pointer = SmartPointer<Self> |
Definition at line 61 of file itkVectorAnisotropicDiffusionFunction.h.
using itk::VectorAnisotropicDiffusionFunction< TImage >::Self = VectorAnisotropicDiffusionFunction |
Standard class type aliases.
Definition at line 59 of file itkVectorAnisotropicDiffusionFunction.h.
using itk::VectorAnisotropicDiffusionFunction< TImage >::Superclass = AnisotropicDiffusionFunction<TImage> |
Definition at line 60 of file itkVectorAnisotropicDiffusionFunction.h.
|
protecteddefault |
Referenced by GetNameOfClass().
|
overrideprotecteddefault |
|
overridevirtual |
Compute the average gradient magnitude squared.
Implements itk::AnisotropicDiffusionFunction< TImage >.
|
overridevirtual |
Reimplemented from itk::AnisotropicDiffusionFunction< TImage >.
Reimplemented in itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >, and itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >.
References VectorAnisotropicDiffusionFunction().
|
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::AnisotropicDiffusionFunction< TImage >.
Reimplemented in itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >.
Definition at line 86 of file itkVectorAnisotropicDiffusionFunction.h.
References itk::AnisotropicDiffusionFunction< TImage >::PrintSelf().
Referenced by itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >::PrintSelf().
|
staticconstexpr |
Inherit some parameters from the superclass type
Definition at line 75 of file itkVectorAnisotropicDiffusionFunction.h.
|
staticconstexpr |
Definition at line 76 of file itkVectorAnisotropicDiffusionFunction.h.