ITK
5.0.0
Insight Segmentation and Registration Toolkit
|
#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 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.
Static Public Attributes | |
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 |
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 () |
Additional Inherited Members | |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
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 |
using itk::VectorAnisotropicDiffusionFunction< TImage >::ConstPointer = SmartPointer< const Self > |
Definition at line 63 of file itkVectorAnisotropicDiffusionFunction.h.
using itk::VectorAnisotropicDiffusionFunction< TImage >::ImageType = typename Superclass::ImageType |
Inherit some parameters from the superclass type
Definition at line 70 of file itkVectorAnisotropicDiffusionFunction.h.
using itk::VectorAnisotropicDiffusionFunction< TImage >::NeighborhoodType = typename Superclass::NeighborhoodType |
Definition at line 74 of file itkVectorAnisotropicDiffusionFunction.h.
using itk::VectorAnisotropicDiffusionFunction< TImage >::PixelType = typename Superclass::PixelType |
Definition at line 71 of file itkVectorAnisotropicDiffusionFunction.h.
using itk::VectorAnisotropicDiffusionFunction< TImage >::Pointer = SmartPointer< Self > |
Definition at line 62 of file itkVectorAnisotropicDiffusionFunction.h.
using itk::VectorAnisotropicDiffusionFunction< TImage >::RadiusType = typename Superclass::RadiusType |
Definition at line 73 of file itkVectorAnisotropicDiffusionFunction.h.
using itk::VectorAnisotropicDiffusionFunction< TImage >::Self = VectorAnisotropicDiffusionFunction |
Standard class type aliases.
Definition at line 60 of file itkVectorAnisotropicDiffusionFunction.h.
using itk::VectorAnisotropicDiffusionFunction< TImage >::Superclass = AnisotropicDiffusionFunction< TImage > |
Definition at line 61 of file itkVectorAnisotropicDiffusionFunction.h.
using itk::VectorAnisotropicDiffusionFunction< TImage >::TimeStepType = typename Superclass::TimeStepType |
Definition at line 72 of file itkVectorAnisotropicDiffusionFunction.h.
|
protecteddefault |
|
overrideprotecteddefault |
|
override |
Compute the average gradient magnitude squared.
|
virtual |
Run-time type information (and related methods)
Reimplemented from itk::AnisotropicDiffusionFunction< TImage >.
Reimplemented in itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >, and itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >.
|
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.
|
static |
Inherit some parameters from the superclass type
Definition at line 77 of file itkVectorAnisotropicDiffusionFunction.h.
|
static |
Definition at line 78 of file itkVectorAnisotropicDiffusionFunction.h.