ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkFastMarchingExtensionImageFilter.h>
Static Public Member Functions | |
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 | 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 > |
Private Member Functions | |
FastMarchingExtensionImageFilter (const Self &) | |
void | operator= (const Self &) |
Private Attributes | |
AuxValueContainer::Pointer | m_AuxAliveValues |
AuxValueContainer::Pointer | m_AuxTrialValues |
Additional Inherited Members | |
Protected Types inherited from itk::FastMarchingImageFilter< TLevelSet, TSpeedImage > | |
typedef LevelSetImageType::IndexType | LevelSetIndexType |
Protected Types inherited from itk::ImageToImageFilter< TSpeedImage, TLevelSet > | |
typedef ImageToImageFilterDetail::ImageRegionCopier < itkGetStaticConstMacro(OutputImageDimension), itkGetStaticConstMacro(InputImageDimension) > | InputToOutputRegionCopierType |
typedef ImageToImageFilterDetail::ImageRegionCopier < itkGetStaticConstMacro(InputImageDimension), itkGetStaticConstMacro(OutputImageDimension) > | OutputToInputRegionCopierType |
Protected Attributes inherited from itk::FastMarchingImageFilter< TLevelSet, TSpeedImage > | |
OutputRegionType | m_BufferedRegion |
LevelSetIndexType | m_LastIndex |
LevelSetIndexType | m_StartIndex |
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.
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 |
Reimplemented from itk::FastMarchingImageFilter< TLevelSet, TSpeedImage >.
Definition at line 65 of file itkFastMarchingExtensionImageFilter.h.
typedef Index< itkGetStaticConstMacro(SetDimension) > itk::FastMarchingExtensionImageFilter< TLevelSet, TAuxValue, VAuxDimension, TSpeedImage >::IndexType |
Index typedef support.
Reimplemented from itk::FastMarchingImageFilter< TLevelSet, TSpeedImage >.
Definition at line 97 of file itkFastMarchingExtensionImageFilter.h.
typedef Superclass::LevelSetImageType itk::FastMarchingExtensionImageFilter< TLevelSet, TAuxValue, VAuxDimension, TSpeedImage >::LevelSetImageType |
Reimplemented from itk::FastMarchingImageFilter< TLevelSet, TSpeedImage >.
Definition at line 76 of file itkFastMarchingExtensionImageFilter.h.
typedef Superclass::LevelSetType itk::FastMarchingExtensionImageFilter< TLevelSet, TAuxValue, VAuxDimension, TSpeedImage >::LevelSetType |
Inherited typedefs.
Reimplemented from itk::FastMarchingImageFilter< TLevelSet, TSpeedImage >.
Definition at line 71 of file itkFastMarchingExtensionImageFilter.h.
typedef SmartPointer< Self > itk::FastMarchingExtensionImageFilter< TLevelSet, TAuxValue, VAuxDimension, TSpeedImage >::Pointer |
Reimplemented from itk::FastMarchingImageFilter< TLevelSet, TSpeedImage >.
Definition at line 64 of file itkFastMarchingExtensionImageFilter.h.
typedef FastMarchingExtensionImageFilter itk::FastMarchingExtensionImageFilter< TLevelSet, TAuxValue, VAuxDimension, TSpeedImage >::Self |
Standard class typdedefs.
Reimplemented from itk::FastMarchingImageFilter< TLevelSet, TSpeedImage >.
Definition at line 62 of file itkFastMarchingExtensionImageFilter.h.
typedef Superclass::SpeedImageType itk::FastMarchingExtensionImageFilter< TLevelSet, TAuxValue, VAuxDimension, TSpeedImage >::SpeedImageType |
SpeedImage typedef support.
Reimplemented from itk::FastMarchingImageFilter< TLevelSet, TSpeedImage >.
Definition at line 75 of file itkFastMarchingExtensionImageFilter.h.
typedef FastMarchingImageFilter< TLevelSet, TSpeedImage > itk::FastMarchingExtensionImageFilter< TLevelSet, TAuxValue, VAuxDimension, TSpeedImage >::Superclass |
Reimplemented from itk::FastMarchingImageFilter< TLevelSet, TSpeedImage >.
Definition at line 63 of file itkFastMarchingExtensionImageFilter.h.
|
protected |
End concept checking
|
inlineprotected |
End concept checking
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::FastMarchingImageFilter< TLevelSet, TSpeedImage >.
|
protectedvirtual |
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 >.
|
protectedvirtual |
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.
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.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::FastMarchingImageFilter< TLevelSet, TSpeedImage >.
|
protectedvirtual |
|
static |
Method for creation through the object factory.
Reimplemented from itk::FastMarchingImageFilter< TLevelSet, TSpeedImage >.
|
private |
PushBackInput(), PushFronInput() in the public section force the input to be the type expected by an ImageToImageFilter. However, these methods end of "hiding" the versions from the superclass (ProcessObject) whose arguments are DataObjects. Here, we re-expose the versions from ProcessObject to avoid warnings about hiding methods from the superclass.
Reimplemented from itk::FastMarchingImageFilter< TLevelSet, TSpeedImage >.
|
protectedvirtual |
End concept checking
Reimplemented from itk::FastMarchingImageFilter< TLevelSet, TSpeedImage >.
|
inline |
Set the container auxiliary values at the initial alive points.
Definition at line 103 of file itkFastMarchingExtensionImageFilter.h.
|
inline |
Set the container of auxiliary values at the initial trial points.
Definition at line 115 of file itkFastMarchingExtensionImageFilter.h.
itk::FastMarchingExtensionImageFilter< TLevelSet, TAuxValue, VAuxDimension, TSpeedImage >::typedef | ( | Concept::HasNumericTraits< TAuxValue > | ) |
Begin concept checking This class requires AuxValueHasNumericTraitsCheck in the form of ( Concept::HasNumericTraits< TAuxValue > )
|
protectedvirtual |
|
static |
Number of auxiliary variables to be extended.
Definition at line 82 of file itkFastMarchingExtensionImageFilter.h.
|
private |
Definition at line 153 of file itkFastMarchingExtensionImageFilter.h.
|
private |
Definition at line 154 of file itkFastMarchingExtensionImageFilter.h.
|
static |
The dimension of the level set.
Reimplemented from itk::FastMarchingImageFilter< TLevelSet, TSpeedImage >.
Definition at line 79 of file itkFastMarchingExtensionImageFilter.h.