ITK
4.8.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.
Implemenation of this class is based on Chapter 11 of "Level Set Methods and Fast Marching Methods", J.A. Sethian, Cambridge Press, Second edition, 1999.
Definition at line 57 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 Member Functions | |
FastMarchingExtensionImageFilter (const Self &) | |
void | operator= (const Self &) |
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 93 of file itkFastMarchingExtensionImageFilter.h.
typedef AuxVarType::AuxImageType itk::FastMarchingExtensionImageFilter< TLevelSet, TAuxValue, VAuxDimension, TSpeedImage >::AuxImageType |
AuxVarType typedef support.
Definition at line 92 of file itkFastMarchingExtensionImageFilter.h.
typedef AuxVarType::AuxValueContainer itk::FastMarchingExtensionImageFilter< TLevelSet, TAuxValue, VAuxDimension, TSpeedImage >::AuxValueContainer |
AuxVarType typedef support.
Definition at line 91 of file itkFastMarchingExtensionImageFilter.h.
typedef AuxVarType::AuxValueType itk::FastMarchingExtensionImageFilter< TLevelSet, TAuxValue, VAuxDimension, TSpeedImage >::AuxValueType |
AuxVarType typedef support.
Definition at line 89 of file itkFastMarchingExtensionImageFilter.h.
typedef AuxVarType::AuxValueVectorType itk::FastMarchingExtensionImageFilter< TLevelSet, TAuxValue, VAuxDimension, TSpeedImage >::AuxValueVectorType |
AuxVarType typedef support.
Definition at line 90 of file itkFastMarchingExtensionImageFilter.h.
typedef AuxVarTypeDefault< TAuxValue, itkGetStaticConstMacro(AuxDimension), itkGetStaticConstMacro(SetDimension) > itk::FastMarchingExtensionImageFilter< TLevelSet, TAuxValue, VAuxDimension, TSpeedImage >::AuxVarType |
AuxVarType typedef support.
Definition at line 88 of file itkFastMarchingExtensionImageFilter.h.
typedef SmartPointer< const Self > itk::FastMarchingExtensionImageFilter< TLevelSet, TAuxValue, VAuxDimension, TSpeedImage >::ConstPointer |
Definition at line 65 of file itkFastMarchingExtensionImageFilter.h.
typedef Index< itkGetStaticConstMacro(SetDimension) > itk::FastMarchingExtensionImageFilter< TLevelSet, TAuxValue, VAuxDimension, TSpeedImage >::IndexType |
Index typedef support.
Definition at line 97 of file itkFastMarchingExtensionImageFilter.h.
typedef Superclass::LevelSetImageType itk::FastMarchingExtensionImageFilter< TLevelSet, TAuxValue, VAuxDimension, TSpeedImage >::LevelSetImageType |
Definition at line 76 of file itkFastMarchingExtensionImageFilter.h.
typedef Superclass::LevelSetType itk::FastMarchingExtensionImageFilter< TLevelSet, TAuxValue, VAuxDimension, TSpeedImage >::LevelSetType |
Inherited typedefs.
Definition at line 71 of file itkFastMarchingExtensionImageFilter.h.
typedef SmartPointer< Self > itk::FastMarchingExtensionImageFilter< TLevelSet, TAuxValue, VAuxDimension, TSpeedImage >::Pointer |
Definition at line 64 of file itkFastMarchingExtensionImageFilter.h.
typedef FastMarchingExtensionImageFilter itk::FastMarchingExtensionImageFilter< TLevelSet, TAuxValue, VAuxDimension, TSpeedImage >::Self |
Standard class typdedefs.
Definition at line 62 of file itkFastMarchingExtensionImageFilter.h.
typedef Superclass::SpeedImageType itk::FastMarchingExtensionImageFilter< TLevelSet, TAuxValue, VAuxDimension, TSpeedImage >::SpeedImageType |
Definition at line 75 of file itkFastMarchingExtensionImageFilter.h.
typedef FastMarchingImageFilter< TLevelSet, TSpeedImage > itk::FastMarchingExtensionImageFilter< TLevelSet, TAuxValue, VAuxDimension, TSpeedImage >::Superclass |
Definition at line 63 of file itkFastMarchingExtensionImageFilter.h.
|
protected |
|
inlineprotected |
Definition at line 135 of file itkFastMarchingExtensionImageFilter.h.
|
private |
|
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 109 of file itkFastMarchingExtensionImageFilter.h.
References itk::SmartPointer< TObjectType >::GetPointer(), and itk::FastMarchingExtensionImageFilter< TLevelSet, TAuxValue, VAuxDimension, TSpeedImage >::m_AuxAliveValues.
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 121 of file itkFastMarchingExtensionImageFilter.h.
References itk::FastMarchingExtensionImageFilter< TLevelSet, TAuxValue, VAuxDimension, TSpeedImage >::m_AuxTrialValues.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::FastMarchingImageFilter< TLevelSet, TSpeedImage >.
|
overrideprotectedvirtual |
|
static |
Method for creation through the object factory.
|
private |
|
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 103 of file itkFastMarchingExtensionImageFilter.h.
References itk::FastMarchingExtensionImageFilter< TLevelSet, TAuxValue, VAuxDimension, TSpeedImage >::m_AuxAliveValues.
|
inline |
Set the container of auxiliary values at the initial trial points.
Definition at line 115 of file itkFastMarchingExtensionImageFilter.h.
References itk::FastMarchingExtensionImageFilter< TLevelSet, TAuxValue, VAuxDimension, TSpeedImage >::m_AuxTrialValues.
itk::FastMarchingExtensionImageFilter< TLevelSet, TAuxValue, VAuxDimension, TSpeedImage >::typedef | ( | Concept::HasNumericTraits< TAuxValue > | ) |
This class requires AuxValueHasNumericTraitsCheck in the form of ( Concept::HasNumericTraits< TAuxValue > )
|
overrideprotectedvirtual |
|
static |
Number of auxiliary variables to be extended.
Definition at line 82 of file itkFastMarchingExtensionImageFilter.h.
|
private |
Definition at line 152 of file itkFastMarchingExtensionImageFilter.h.
Referenced by itk::FastMarchingExtensionImageFilter< TLevelSet, TAuxValue, VAuxDimension, TSpeedImage >::GetAuxiliaryAliveValues(), and itk::FastMarchingExtensionImageFilter< TLevelSet, TAuxValue, VAuxDimension, TSpeedImage >::SetAuxiliaryAliveValues().
|
private |
Definition at line 155 of file itkFastMarchingExtensionImageFilter.h.
|
private |
Definition at line 153 of file itkFastMarchingExtensionImageFilter.h.
Referenced by itk::FastMarchingExtensionImageFilter< TLevelSet, TAuxValue, VAuxDimension, TSpeedImage >::GetAuxiliaryTrialValues(), and itk::FastMarchingExtensionImageFilter< TLevelSet, TAuxValue, VAuxDimension, TSpeedImage >::SetAuxiliaryTrialValues().
|
static |
The dimension of the level set.
Definition at line 79 of file itkFastMarchingExtensionImageFilter.h.