ITK
4.13.0
Insight Segmentation and Registration Toolkit
|
#include <itkFastMarchingExtensionImageFilter.h>
Extend auxiliary variables smoothly using Fast Marching.
Fast marching can be used to extend auxiliary variables smoothly from the zero level set. Starting from an initial position on the front, this class simultaneously calculate the signed distance and extend a set of auxiliary values.
This class is templated over the level set image type, the auxiliary variable type and the number of auxiliary variables to extended. The initial front is specified by two containers: one containing the known points and one containing the trial points. The auxiliary variables on the front are represented by two auxiliary variable containers: one containing the value of the variables at the know points and on containing the value of the variables at the trail points.
Implementation of this class is based on Chapter 11 of "Level Set Methods and Fast Marching Methods", J.A. Sethian, Cambridge Press, Second edition, 1999.
For an alternative implementation, see itk::FastMarchingExtensionImageFilterBase.
Definition at line 60 of file itkFastMarchingExtensionImageFilter.h.
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::FastMarchingImageFilter< TLevelSet, TSpeedImage > | |
static Pointer | New () |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool flag) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | AuxDimension = VAuxDimension |
static const unsigned int | SetDimension = Superclass::SetDimension |
Static Public Attributes inherited from itk::FastMarchingImageFilter< TLevelSet, TSpeedImage > | |
static const unsigned int | SetDimension = LevelSetType::SetDimension |
static const unsigned int | SpeedImageDimension = SpeedImageType::ImageDimension |
Static Public Attributes inherited from itk::ImageToImageFilter< TSpeedImage, TLevelSet > | |
static const unsigned int | InputImageDimension |
static const unsigned int | OutputImageDimension |
Static Public Attributes inherited from itk::ImageSource< TLevelSet > | |
static const unsigned int | OutputImageDimension |
Private Attributes | |
AuxValueContainer::Pointer | m_AuxAliveValues |
AuxImageType * | m_AuxImages [AuxDimension] |
AuxValueContainer::Pointer | m_AuxTrialValues |
typedef AuxVarType::AuxImagePointer itk::FastMarchingExtensionImageFilter< TLevelSet, TAuxValue, VAuxDimension, TSpeedImage >::AuxImagePointer |
AuxVarType typedef support.
Definition at line 96 of file itkFastMarchingExtensionImageFilter.h.
typedef AuxVarType::AuxImageType itk::FastMarchingExtensionImageFilter< TLevelSet, TAuxValue, VAuxDimension, TSpeedImage >::AuxImageType |
AuxVarType typedef support.
Definition at line 95 of file itkFastMarchingExtensionImageFilter.h.
typedef AuxVarType::AuxValueContainer itk::FastMarchingExtensionImageFilter< TLevelSet, TAuxValue, VAuxDimension, TSpeedImage >::AuxValueContainer |
AuxVarType typedef support.
Definition at line 94 of file itkFastMarchingExtensionImageFilter.h.
typedef AuxVarType::AuxValueType itk::FastMarchingExtensionImageFilter< TLevelSet, TAuxValue, VAuxDimension, TSpeedImage >::AuxValueType |
AuxVarType typedef support.
Definition at line 92 of file itkFastMarchingExtensionImageFilter.h.
typedef AuxVarType::AuxValueVectorType itk::FastMarchingExtensionImageFilter< TLevelSet, TAuxValue, VAuxDimension, TSpeedImage >::AuxValueVectorType |
AuxVarType typedef support.
Definition at line 93 of file itkFastMarchingExtensionImageFilter.h.
typedef AuxVarTypeDefault< TAuxValue, itkGetStaticConstMacro(AuxDimension), itkGetStaticConstMacro(SetDimension) > itk::FastMarchingExtensionImageFilter< TLevelSet, TAuxValue, VAuxDimension, TSpeedImage >::AuxVarType |
AuxVarType typedef support.
Definition at line 91 of file itkFastMarchingExtensionImageFilter.h.
typedef SmartPointer< const Self > itk::FastMarchingExtensionImageFilter< TLevelSet, TAuxValue, VAuxDimension, TSpeedImage >::ConstPointer |
Definition at line 68 of file itkFastMarchingExtensionImageFilter.h.
typedef Index< itkGetStaticConstMacro(SetDimension) > itk::FastMarchingExtensionImageFilter< TLevelSet, TAuxValue, VAuxDimension, TSpeedImage >::IndexType |
Index typedef support.
Definition at line 100 of file itkFastMarchingExtensionImageFilter.h.
typedef Superclass::LevelSetImageType itk::FastMarchingExtensionImageFilter< TLevelSet, TAuxValue, VAuxDimension, TSpeedImage >::LevelSetImageType |
Definition at line 79 of file itkFastMarchingExtensionImageFilter.h.
typedef Superclass::LevelSetType itk::FastMarchingExtensionImageFilter< TLevelSet, TAuxValue, VAuxDimension, TSpeedImage >::LevelSetType |
Inherited typedefs.
Definition at line 74 of file itkFastMarchingExtensionImageFilter.h.
typedef SmartPointer< Self > itk::FastMarchingExtensionImageFilter< TLevelSet, TAuxValue, VAuxDimension, TSpeedImage >::Pointer |
Definition at line 67 of file itkFastMarchingExtensionImageFilter.h.
typedef FastMarchingExtensionImageFilter itk::FastMarchingExtensionImageFilter< TLevelSet, TAuxValue, VAuxDimension, TSpeedImage >::Self |
Standard class typdedefs.
Definition at line 65 of file itkFastMarchingExtensionImageFilter.h.
typedef Superclass::SpeedImageType itk::FastMarchingExtensionImageFilter< TLevelSet, TAuxValue, VAuxDimension, TSpeedImage >::SpeedImageType |
Definition at line 78 of file itkFastMarchingExtensionImageFilter.h.
typedef FastMarchingImageFilter< TLevelSet, TSpeedImage > itk::FastMarchingExtensionImageFilter< TLevelSet, TAuxValue, VAuxDimension, TSpeedImage >::Superclass |
Definition at line 66 of file itkFastMarchingExtensionImageFilter.h.
|
protected |
|
inlineoverrideprotected |
Definition at line 138 of file itkFastMarchingExtensionImageFilter.h.
|
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::Object.
|
overrideprotectedvirtual |
Give the process object a chance to indictate that it will produce more output than it was requested to produce. For example, many imaging filters must compute the entire output at once or can only produce output in complete slices. Such filters cannot handle smaller requested regions. These filters must provide an implementation of this method, setting the output requested region to the size they will produce. By default, a process object does not modify the size of the output requested region.
Reimplemented from itk::FastMarchingImageFilter< TLevelSet, TSpeedImage >.
|
overrideprotectedvirtual |
Generate the output image meta information
Reimplemented from itk::FastMarchingImageFilter< TLevelSet, TSpeedImage >.
|
inline |
Get the container of auxiliary values at the initial alive points.
Definition at line 112 of file itkFastMarchingExtensionImageFilter.h.
AuxImageType* itk::FastMarchingExtensionImageFilter< TLevelSet, TAuxValue, VAuxDimension, TSpeedImage >::GetAuxiliaryImage | ( | unsigned int | idx | ) |
Get one of the extended auxiliary variable image.
|
inline |
Get the container of auxiliary values at the initial trial points.
Definition at line 124 of file itkFastMarchingExtensionImageFilter.h.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::FastMarchingImageFilter< TLevelSet, TSpeedImage >.
|
overrideprotectedvirtual |
|
static |
Method for creation through the object factory.
|
overrideprotectedvirtual |
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::ImageToImageFilter< TSpeedImage, TLevelSet >.
|
inline |
Set the container auxiliary values at the initial alive points.
Definition at line 106 of file itkFastMarchingExtensionImageFilter.h.
|
inline |
Set the container of auxiliary values at the initial trial points.
Definition at line 118 of file itkFastMarchingExtensionImageFilter.h.
|
overrideprotectedvirtual |
|
static |
Number of auxiliary variables to be extended.
Definition at line 85 of file itkFastMarchingExtensionImageFilter.h.
|
private |
Definition at line 152 of file itkFastMarchingExtensionImageFilter.h.
|
private |
Definition at line 157 of file itkFastMarchingExtensionImageFilter.h.
|
private |
Definition at line 155 of file itkFastMarchingExtensionImageFilter.h.
|
static |
The dimension of the level set.
Definition at line 82 of file itkFastMarchingExtensionImageFilter.h.