#include <itkLevelSetEquationAdvectionTerm.h>
Derived class to represents an advection term in the level-set evolution PDE.
\[ AdvectionImage\left( p \right) \bullet \nabla \phi\left( p \right) \]
The advection image can be directly provided by the user; or by default, it is computed as the gradient of the input image. In this last case, it can be smoothed by the means of DerivativeSigma.
TInput | Input Image Type |
TLevelSetContainer | Level set function container type |
Definition at line 52 of file itkLevelSetEquationAdvectionTerm.h.
Static Public Member Functions | |
static Pointer | New () |
![]() | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool val) |
![]() | |
static void | BreakOnError () |
static Pointer | New () |
Static Public Attributes | |
static constexpr unsigned int | ImageDimension = InputImageType::ImageDimension |
Protected Member Functions | |
VectorType | AdvectionSpeed (const LevelSetInputIndexType &iP) const |
LevelSetEquationAdvectionTerm () | |
~LevelSetEquationAdvectionTerm () override=default | |
LevelSetOutputRealType | Value (const LevelSetInputIndexType &iP) override |
LevelSetOutputRealType | Value (const LevelSetInputIndexType &iP, const LevelSetDataType &iData) override |
![]() | |
LevelSetEquationTermBase () | |
LevelSetEquationTermBase () | |
void | SetUp () |
void | SetUp () |
~LevelSetEquationTermBase () override=default | |
~LevelSetEquationTermBase () override=default | |
![]() | |
Object () | |
bool | PrintObservers (std::ostream &os, Indent indent) const |
void | PrintSelf (std::ostream &os, Indent indent) const override |
virtual void | SetTimeStamp (const TimeStamp &timeStamp) |
~Object () override | |
![]() | |
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 Member Functions | |
void | GenerateAdvectionImage () |
Private Attributes | |
bool | m_AutoGenerateAdvectionImage {} |
LevelSetOutputRealType | m_DerivativeSigma {} |
using itk::LevelSetEquationAdvectionTerm< TInput, TLevelSetContainer >::AdvectionImagePointer = typename AdvectionImageType::Pointer |
Definition at line 93 of file itkLevelSetEquationAdvectionTerm.h.
using itk::LevelSetEquationAdvectionTerm< TInput, TLevelSetContainer >::AdvectionImageType = Image<VectorType, Self::ImageDimension> |
Definition at line 92 of file itkLevelSetEquationAdvectionTerm.h.
using itk::LevelSetEquationAdvectionTerm< TInput, TLevelSetContainer >::ConstPointer = SmartPointer<const Self> |
Definition at line 59 of file itkLevelSetEquationAdvectionTerm.h.
using itk::LevelSetEquationAdvectionTerm< TInput, TLevelSetContainer >::DefaultBoundaryConditionType = ZeroFluxNeumannBoundaryCondition<InputImageType> |
Neighborhood radius type
Definition at line 104 of file itkLevelSetEquationAdvectionTerm.h.
using itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >::HeavisideConstPointer |
Definition at line 85 of file itkLevelSetEquationTermBase.h.
using itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >::HeavisideType |
Definition at line 83 of file itkLevelSetEquationTermBase.h.
using itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >::InputImagePointer |
Definition at line 63 of file itkLevelSetEquationTermBase.h.
using itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >::InputImageType |
Definition at line 62 of file itkLevelSetEquationTermBase.h.
using itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >::InputPixelRealType |
Definition at line 65 of file itkLevelSetEquationTermBase.h.
using itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >::InputPixelType |
Definition at line 64 of file itkLevelSetEquationTermBase.h.
using itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >::LevelSetContainerPointer |
Definition at line 70 of file itkLevelSetEquationTermBase.h.
using itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >::LevelSetContainerType |
Level-set function container type
Definition at line 68 of file itkLevelSetEquationTermBase.h.
using itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >::LevelSetDataType |
Definition at line 78 of file itkLevelSetEquationTermBase.h.
using itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >::LevelSetGradientType |
Definition at line 76 of file itkLevelSetEquationTermBase.h.
using itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >::LevelSetHessianType |
Definition at line 77 of file itkLevelSetEquationTermBase.h.
using itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >::LevelSetIdentifierType |
Definition at line 69 of file itkLevelSetEquationTermBase.h.
using itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >::LevelSetInputIndexType |
Definition at line 75 of file itkLevelSetEquationTermBase.h.
using itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >::LevelSetOutputPixelType |
Definition at line 73 of file itkLevelSetEquationTermBase.h.
using itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >::LevelSetOutputRealType |
Definition at line 74 of file itkLevelSetEquationTermBase.h.
using itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >::LevelSetPointer |
Definition at line 72 of file itkLevelSetEquationTermBase.h.
using itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >::LevelSetType |
Definition at line 71 of file itkLevelSetEquationTermBase.h.
using itk::LevelSetEquationAdvectionTerm< TInput, TLevelSetContainer >::NeighborhoodScalesType = Vector<LevelSetOutputRealType, Self::ImageDimension> |
Definition at line 108 of file itkLevelSetEquationAdvectionTerm.h.
using itk::LevelSetEquationAdvectionTerm< TInput, TLevelSetContainer >::NeighborhoodType = ConstNeighborhoodIterator<InputImageType, DefaultBoundaryConditionType> |
Definition at line 106 of file itkLevelSetEquationAdvectionTerm.h.
using itk::LevelSetEquationAdvectionTerm< TInput, TLevelSetContainer >::Pointer = SmartPointer<Self> |
Definition at line 58 of file itkLevelSetEquationAdvectionTerm.h.
using itk::LevelSetEquationAdvectionTerm< TInput, TLevelSetContainer >::RadiusType = typename ConstNeighborhoodIterator<InputImageType>::RadiusType |
Definition at line 105 of file itkLevelSetEquationAdvectionTerm.h.
using itk::LevelSetEquationAdvectionTerm< TInput, TLevelSetContainer >::Self = LevelSetEquationAdvectionTerm |
Definition at line 57 of file itkLevelSetEquationAdvectionTerm.h.
using itk::LevelSetEquationAdvectionTerm< TInput, TLevelSetContainer >::Superclass = LevelSetEquationTermBase<TInput, TLevelSetContainer> |
Definition at line 60 of file itkLevelSetEquationAdvectionTerm.h.
using itk::LevelSetEquationAdvectionTerm< TInput, TLevelSetContainer >::VectorType = LevelSetGradientType |
Definition at line 90 of file itkLevelSetEquationAdvectionTerm.h.
|
protected |
Referenced by GetNameOfClass().
|
overrideprotecteddefault |
|
protected |
Return the spatial speed dependence a given pixel location Usually, it is constant across the image domain
|
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.
|
private |
|
virtual |
|
virtual |
|
virtual |
|
overridevirtual |
Reimplemented from itk::LightObject.
References LevelSetEquationAdvectionTerm().
|
inlineoverridevirtual |
Implements itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
Definition at line 121 of file itkLevelSetEquationAdvectionTerm.h.
|
overridevirtual |
Initialize the parameters in the terms prior to an iteration
Implements itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
|
static |
Method for creation through object factory
void itk::LevelSetEquationAdvectionTerm< TInput, TLevelSetContainer >::SetAdvectionImage | ( | AdvectionImageType * | iImage | ) |
|
virtual |
|
inlineoverridevirtual |
Implements itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
Definition at line 112 of file itkLevelSetEquationAdvectionTerm.h.
|
inlineoverridevirtual |
Supply updates at pixels to keep the term parameters always updated
Implements itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
Definition at line 126 of file itkLevelSetEquationAdvectionTerm.h.
|
overrideprotectedvirtual |
Returns the term contribution for a given location iP, i.e. \( \omega_i( p ) \).
Implements itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
|
overrideprotectedvirtual |
Returns the term contribution for a given location iP, i.e. \( \omega_i( p ) \).
Implements itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
|
staticconstexpr |
Definition at line 88 of file itkLevelSetEquationAdvectionTerm.h.
|
protected |
Definition at line 136 of file itkLevelSetEquationAdvectionTerm.h.
|
private |
Definition at line 156 of file itkLevelSetEquationAdvectionTerm.h.
|
private |
Definition at line 154 of file itkLevelSetEquationAdvectionTerm.h.
|
protected |
Definition at line 151 of file itkLevelSetEquationAdvectionTerm.h.