ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkLevelSetFunctionWithRefitTerm.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::FloatOffsetType | FloatOffsetType |
typedef Superclass::GlobalDataStruct | GlobalDataStruct |
typedef Superclass::ImageType | ImageType |
typedef ImageType::IndexType | IndexType |
typedef Superclass::NeighborhoodScalesType | NeighborhoodScalesType |
typedef NeighborhoodType::SizeValueType | NeighborhoodSizeValueType |
typedef Superclass::NeighborhoodType | NeighborhoodType |
typedef SparseImageType::NodeType | NodeType |
typedef NodeType::NodeDataType | NormalVectorType |
typedef SmartPointer< Self > | Pointer |
typedef Superclass::ScalarValueType | ScalarValueType |
typedef LevelSetFunctionWithRefitTerm | Self |
typedef TSparseImageType | SparseImageType |
typedef LevelSetFunction < TImageType > | Superclass |
typedef Superclass::TimeStepType | TimeStepType |
Public Types inherited from itk::LevelSetFunction< TImageType > | |
typedef Superclass::PixelRealType | PixelRealType |
typedef Superclass::PixelType | PixelType |
typedef Superclass::RadiusType | RadiusType |
typedef FixedArray < ScalarValueType, itkGetStaticConstMacro(ImageDimension) > | VectorType |
Public Types inherited from itk::FiniteDifferenceFunction< TImageType > | |
typedef ZeroFluxNeumannBoundaryCondition < ImageType > | DefaultBoundaryConditionType |
Public Types inherited from itk::LightObject |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::LevelSetFunction< TImageType > | |
static double | GetMaximumCurvatureTimeStep () |
static double | GetMaximumPropagationTimeStep () |
static void | SetMaximumCurvatureTimeStep (double n) |
static void | SetMaximumPropagationTimeStep (double n) |
Protected Member Functions | |
ScalarValueType | ComputeCurvature (const NeighborhoodType &) const |
LevelSetFunctionWithRefitTerm () | |
virtual ScalarValueType | OtherPropagationSpeed (const NeighborhoodType &, const FloatOffsetType &, GlobalDataStruct *=0) const |
void | PrintSelf (std::ostream &os, Indent indent) const |
virtual ScalarValueType | PropagationSpeed (const NeighborhoodType &, const FloatOffsetType &, GlobalDataStruct *=0) const |
Protected Member Functions inherited from itk::LevelSetFunction< TImageType > | |
LevelSetFunction () | |
virtual | ~LevelSetFunction () |
Protected Member Functions inherited from itk::FiniteDifferenceFunction< TImageType > | |
FiniteDifferenceFunction () | |
~FiniteDifferenceFunction () | |
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 () |
Protected Attributes | |
ScalarValueType | m_OtherPropagationWeight |
ScalarValueType | m_RefitWeight |
Protected Attributes inherited from itk::LevelSetFunction< TImageType > | |
ScalarValueType | m_AdvectionWeight |
OffsetValueType | m_Center |
ScalarValueType | m_CurvatureWeight |
ScalarValueType | m_EpsilonMagnitude |
ScalarValueType | m_PropagationWeight |
bool | m_UseMinimalCurvature |
OffsetValueType | m_xStride [itkGetStaticConstMacro(ImageDimension)] |
std::slice | x_slice [itkGetStaticConstMacro(ImageDimension)] |
ScalarValueType | m_LaplacianSmoothingWeight |
Protected Attributes inherited from itk::FiniteDifferenceFunction< TImageType > | |
RadiusType | m_Radius |
PixelRealType | m_ScaleCoefficients [ImageDimension] |
Protected Attributes inherited from itk::LightObject | |
InternalReferenceCountType | m_ReferenceCount |
SimpleFastMutexLock | m_ReferenceCountLock |
Private Member Functions | |
LevelSetFunctionWithRefitTerm (const Self &) | |
void | operator= (const Self &) |
Private Attributes | |
ScalarValueType | m_MinVectorNorm |
SparseImageType::Pointer | m_SparseTargetImage |
Static Private Attributes | |
static const ScalarValueType | m_DimConst |
static const NeighborhoodSizeValueType | m_NumVertex |
Additional Inherited Members | |
Static Public Attributes inherited from itk::LevelSetFunction< TImageType > | |
static const unsigned int | ImageDimension = Superclass::ImageDimension |
Static Public Attributes inherited from itk::FiniteDifferenceFunction< TImageType > | |
Static Protected Member Functions inherited from itk::LevelSetFunction< TImageType > | |
static VectorType | InitializeZeroVectorConstant () |
Static Protected Attributes inherited from itk::LevelSetFunction< TImageType > | |
static double | m_DT |
static double | m_WaveDT |
static VectorType | m_ZeroVectorConstant |
This class extends the LevelSetFunction class by adding a grow term based on a target curvature stored in a sparse image.
Definition at line 52 of file itkLevelSetFunctionWithRefitTerm.h.
typedef SmartPointer< const Self > itk::LevelSetFunctionWithRefitTerm< TImageType, TSparseImageType >::ConstPointer |
Reimplemented from itk::LevelSetFunction< TImageType >.
Definition at line 61 of file itkLevelSetFunctionWithRefitTerm.h.
typedef Superclass::FloatOffsetType itk::LevelSetFunctionWithRefitTerm< TImageType, TSparseImageType >::FloatOffsetType |
A floating point offset from an image grid location. Used for interpolation among grid values in a neighborhood.
Reimplemented from itk::LevelSetFunction< TImageType >.
Definition at line 71 of file itkLevelSetFunctionWithRefitTerm.h.
typedef Superclass::GlobalDataStruct itk::LevelSetFunctionWithRefitTerm< TImageType, TSparseImageType >::GlobalDataStruct |
Definition at line 73 of file itkLevelSetFunctionWithRefitTerm.h.
typedef Superclass::ImageType itk::LevelSetFunctionWithRefitTerm< TImageType, TSparseImageType >::ImageType |
Extract some parameters from the superclass.
Reimplemented from itk::LevelSetFunction< TImageType >.
Definition at line 67 of file itkLevelSetFunctionWithRefitTerm.h.
typedef ImageType::IndexType itk::LevelSetFunctionWithRefitTerm< TImageType, TSparseImageType >::IndexType |
Index type derived from the ImageType.
Definition at line 81 of file itkLevelSetFunctionWithRefitTerm.h.
typedef Superclass::NeighborhoodScalesType itk::LevelSetFunctionWithRefitTerm< TImageType, TSparseImageType >::NeighborhoodScalesType |
The type of data structure that holds the scales with which the neighborhood is weighted to properly account for spacing and neighborhood radius.
Reimplemented from itk::LevelSetFunction< TImageType >.
Definition at line 75 of file itkLevelSetFunctionWithRefitTerm.h.
typedef NeighborhoodType::SizeValueType itk::LevelSetFunctionWithRefitTerm< TImageType, TSparseImageType >::NeighborhoodSizeValueType |
Definition at line 78 of file itkLevelSetFunctionWithRefitTerm.h.
typedef Superclass::NeighborhoodType itk::LevelSetFunctionWithRefitTerm< TImageType, TSparseImageType >::NeighborhoodType |
The type of data structure that is passed to this function object to evaluate at a pixel that does not lie on a data set boundary.
Reimplemented from itk::LevelSetFunction< TImageType >.
Definition at line 74 of file itkLevelSetFunctionWithRefitTerm.h.
typedef SparseImageType::NodeType itk::LevelSetFunctionWithRefitTerm< TImageType, TSparseImageType >::NodeType |
The node type of the sparse image.
Definition at line 87 of file itkLevelSetFunctionWithRefitTerm.h.
typedef NodeType::NodeDataType itk::LevelSetFunctionWithRefitTerm< TImageType, TSparseImageType >::NormalVectorType |
The type for the normal vectors of the level set image.
Definition at line 90 of file itkLevelSetFunctionWithRefitTerm.h.
typedef SmartPointer< Self > itk::LevelSetFunctionWithRefitTerm< TImageType, TSparseImageType >::Pointer |
Reimplemented from itk::LevelSetFunction< TImageType >.
Definition at line 60 of file itkLevelSetFunctionWithRefitTerm.h.
typedef Superclass::ScalarValueType itk::LevelSetFunctionWithRefitTerm< TImageType, TSparseImageType >::ScalarValueType |
Reimplemented from itk::LevelSetFunction< TImageType >.
Definition at line 72 of file itkLevelSetFunctionWithRefitTerm.h.
typedef LevelSetFunctionWithRefitTerm itk::LevelSetFunctionWithRefitTerm< TImageType, TSparseImageType >::Self |
Standard class typedefs.
Reimplemented from itk::LevelSetFunction< TImageType >.
Definition at line 58 of file itkLevelSetFunctionWithRefitTerm.h.
typedef TSparseImageType itk::LevelSetFunctionWithRefitTerm< TImageType, TSparseImageType >::SparseImageType |
The sparse image type used for the curvature target.
Definition at line 84 of file itkLevelSetFunctionWithRefitTerm.h.
typedef LevelSetFunction< TImageType > itk::LevelSetFunctionWithRefitTerm< TImageType, TSparseImageType >::Superclass |
Reimplemented from itk::LevelSetFunction< TImageType >.
Definition at line 59 of file itkLevelSetFunctionWithRefitTerm.h.
typedef Superclass::TimeStepType itk::LevelSetFunctionWithRefitTerm< TImageType, TSparseImageType >::TimeStepType |
Convenient typedefs.
Reimplemented from itk::LevelSetFunction< TImageType >.
Definition at line 76 of file itkLevelSetFunctionWithRefitTerm.h.
|
protected |
|
private |
|
protected |
Computes the curvature of a level set neighbothood in a way that matches the curvature computation from normal vectors.
|
virtual |
Computes the time step for an update given a global data structure. This calls the ComputeGlobalTimeStep method defined in LevelSetFunction and then imposes our own restrictions for the refitting term on the returned value.
Reimplemented from itk::LevelSetFunction< TImageType >.
|
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::LevelSetFunction< TImageType >.
|
virtual |
Run-time type information (and related methods)
Reimplemented from itk::LevelSetFunction< TImageType >.
|
inline |
Returns the sparse image.
Definition at line 111 of file itkLevelSetFunctionWithRefitTerm.h.
|
static |
Standard New macro.
Reimplemented from itk::LevelSetFunction< TImageType >.
|
private |
Laplacean smoothing term
Reimplemented from itk::LevelSetFunction< TImageType >.
|
inlineprotectedvirtual |
Called by PropagationSpeed and added on to the refitting term. Function classes derived from this class should define this method for their propagation speed, NOT the actual PropagationSpeed method.
Definition at line 145 of file itkLevelSetFunctionWithRefitTerm.h.
|
protectedvirtual |
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::LevelSetFunction< TImageType >.
|
protectedvirtual |
Defines the virtual function in LevelSetFunction to add the refitting term. This function also calls OtherPropagationSpeed to provide a mechanism for subclasses to define other propagation terms.
Reimplemented from itk::LevelSetFunction< TImageType >.
|
inline |
This is the weight for propagation terms (other than refitting) that can be defined by subclasses.
Definition at line 100 of file itkLevelSetFunctionWithRefitTerm.h.
|
inline |
Set the relative weight of the refitting term.
Definition at line 93 of file itkLevelSetFunctionWithRefitTerm.h.
|
inline |
Sets the sparse image which has nodes containing the member variable m_Curvature used in refitting.
Definition at line 107 of file itkLevelSetFunctionWithRefitTerm.h.
|
staticprivate |
Definition at line 164 of file itkLevelSetFunctionWithRefitTerm.h.
|
private |
The minimum vector norm parameter.
Definition at line 160 of file itkLevelSetFunctionWithRefitTerm.h.
|
staticprivate |
Constants used in computations.
Definition at line 163 of file itkLevelSetFunctionWithRefitTerm.h.
|
protected |
The weight for other scalar propagation terms that can be defined by classes derived from this class.
Definition at line 126 of file itkLevelSetFunctionWithRefitTerm.h.
|
protected |
The weight for the refitting term.
Definition at line 122 of file itkLevelSetFunctionWithRefitTerm.h.
|
private |
The sparse image that contains the target curvature information.
Definition at line 157 of file itkLevelSetFunctionWithRefitTerm.h.