#include <itkVectorThresholdSegmentationLevelSetFunction.h>
Inheritance diagram for itk::VectorThresholdSegmentationLevelSetFunction< TImageType, TFeatureImageType >:


is thresholded pixel by pixel using threshold
according to the following formula.
ThresholdSegmentationLevelSetImageFilter
MahalanobisDistanceMembershipFunction
Definition at line 55 of file itkVectorThresholdSegmentationLevelSetFunction.h.
Public Types | |
| typedef SmartPointer< const Self > | ConstPointer |
| typedef InterpolatorType::ContinuousIndexType | ContinuousIndexType |
| typedef MahalanobisFunctionType::CovarianceMatrixType | CovarianceMatrixType |
| typedef ZeroFluxNeumannBoundaryCondition< ImageType > | DefaultBoundaryConditionType |
| typedef FeatureImageType::PixelType | FeatureImagePixelType |
| typedef TFeatureImageType | FeatureImageType |
| typedef Superclass::FeatureScalarType | FeatureScalarType |
| typedef Superclass::FloatOffsetType | FloatOffsetType |
| typedef Superclass::GlobalDataStruct | GlobalDataStruct |
| typedef Superclass::ImageType | ImageType |
| typedef ImageType::IndexType | IndexType |
| typedef LinearInterpolateImageFunction< ImageType > | InterpolatorType |
| typedef MahalanobisFunctionType::Pointer | MahalanobisFunctionPointer |
| typedef Statistics::MahalanobisDistanceMembershipFunction< FeatureScalarType > | MahalanobisFunctionType |
| typedef MahalanobisFunctionType::MeanVectorType | MeanVectorType |
| typedef Superclass::NeighborhoodType | NeighborhoodType |
| typedef double | PixelRealType |
| typedef Superclass::PixelType | PixelType |
| typedef SmartPointer< Self > | Pointer |
| typedef Superclass::RadiusType | RadiusType |
| typedef Superclass::ScalarValueType | ScalarValueType |
| typedef VectorThresholdSegmentationLevelSetFunction | Self |
| typedef SegmentationLevelSetFunction< TImageType, TFeatureImageType > | Superclass |
| typedef double | TimeStepType |
| typedef Image< VectorType, itkGetStaticConstMacro(ImageDimension) | VectorImageType ) |
| typedef VectorLinearInterpolateImageFunction< VectorImageType > | VectorInterpolatorType |
| typedef Superclass::VectorType | VectorType |
Public Member Functions | |
| virtual void | AllocateAdvectionImage () |
| virtual void | AllocateSpeedImage () |
| virtual void | CalculateAdvectionImage () |
| virtual void | CalculateSpeedImage () |
| virtual ScalarValueType | Compute3DMinimalCurvature (const NeighborhoodType &, const FloatOffsetType &, GlobalDataStruct *gd=0) |
| *virtual ScalarValueType | ComputeCurvatureTerm (const NeighborhoodType &, const FloatOffsetType &, GlobalDataStruct *gd=0) |
| virtual TimeStepType | ComputeGlobalTimeStep (void *GlobalData) const |
| virtual ScalarValueType | ComputeMeanCurvature (const NeighborhoodType &, const FloatOffsetType &, GlobalDataStruct *gd=0) |
| virtual ScalarValueType | ComputeMinimalCurvature (const NeighborhoodType &, const FloatOffsetType &, GlobalDataStruct *gd=0) |
| virtual PixelType | ComputeUpdate (const NeighborhoodType &neighborhood, void *globalData, const FloatOffsetType &=FloatOffsetType(0.0)) |
| virtual Pointer | CreateAnother () const |
| virtual ScalarValueType | CurvatureSpeed (const NeighborhoodType &, const FloatOffsetType &, GlobalDataStruct *=0) const |
| virtual void | Delete () |
| Get Set the image used as the advection field in the level set equation *virtual VectorImageType * | GetAdvectionImage () const |
| ScalarValueType | GetAdvectionWeight () const |
| const CovarianceMatrixType & | GetCovariance () const |
| ScalarValueType | GetCurvatureWeight () const |
| ScalarValueType | GetEpsilonMagnitude () const |
| Set Get the image which will be used to calculate the speed function *virtual const FeatureImageType * | GetFeatureImage () const |
| Returns a pointer to a global data structure that is passed to this *object from the solver at each calculation The idea is that the solver *holds the state of any global values needed to calculate the time *while the equation object performs the actual calculations The global *data should also be initialized in this method Global data can be used *for caching any values used or reused by the FunctionObject Each thread *should receive its own global data struct *virtual void * | GetGlobalDataPointer () const |
| ScalarValueType | GetLaplacianSmoothingWeight () const |
| const MeanVectorType & | GetMean () const |
| virtual const char * | GetNameOfClass () const |
| ScalarValueType | GetPropagationWeight () const |
| const RadiusType & | GetRadius () const |
| virtual int | GetReferenceCount () const |
| Get Set the image used as the speed function in the level set equation *virtual ImageType * | GetSpeedImage () |
| ScalarValueType | GetThreshold () |
| bool | GetUseMinimalCurvature () const |
| virtual void | Initialize (const RadiusType &r) |
| virtual void | InitializeIteration () |
| itkStaticConstMacro (ImageDimension, unsigned int, ImageType::ImageDimension) | |
| itkStaticConstMacro (NumberOfComponents, unsigned int, FeatureImagePixelType::Dimension) | |
| itkStaticConstMacro (ImageDimension, unsigned int, Superclass::ImageDimension) | |
| virtual ScalarValueType | LaplacianSmoothingSpeed (const NeighborhoodType &, const FloatOffsetType &, GlobalDataStruct *=0) const |
| void | Print (std::ostream &os, Indent indent=0) const |
| virtual void | Register () const |
| virtual void | ReleaseGlobalDataPointer (void *GlobalData) const |
| virtual void | ReverseExpansionDirection () |
| void | SetAdvectionImage (VectorImageType *s) |
| Alpha Scales all advection term values *virtual void | SetAdvectionWeight (const ScalarValueType a) |
| void | SetCovariance (const CovarianceMatrixType &cov) |
| Gamma Scales all curvature weight values *virtual void | SetCurvatureWeight (const ScalarValueType c) |
| Epsilon *void | SetEpsilonMagnitude (const ScalarValueType e) |
| virtual void | SetFeatureImage (const FeatureImageType *f) |
| Weight of the laplacian smoothing term *void | SetLaplacianSmoothingWeight (const ScalarValueType c) |
| Set Get mean and covariance *void | SetMean (const MeanVectorType &mean) |
| Beta Scales all propagation term values *virtual void | SetPropagationWeight (const ScalarValueType p) |
| void | SetRadius (const RadiusType &r) |
| virtual void | SetReferenceCount (int) |
| Set the ScaleCoefficients for the difference *operators The defaults a These can be set to take the image *spacing into account *void | SetScaleCoefficients (PixelRealType vals[ImageDimension]) |
| void | SetSpeedImage (ImageType *s) |
| void | SetThreshold (ScalarValueType thr) |
| *void | SetUseMinimalCurvature (bool b) |
| virtual void | UnRegister () const |
| void | UseMinimalCurvatureOff () |
| void | UseMinimalCurvatureOn () |
Static Public Member Functions | |
| static void | BreakOnError () |
| static double | GetMaximumCurvatureTimeStep () |
| static double | GetMaximumPropagationTimeStep () |
| static Pointer | New () |
| Set Get the maximum constraint for the curvature term factor in the time step calculation Changing this value from the default is not recommended or but can be used to speed up the surface evolution at the risk of creating an unstable solution *static void | SetMaximumCurvatureTimeStep (double n) |
| Set Get the maximum constraint for the scalar vector term factor of the time step calculation Changing this value from the default is not recommended or but can be used to speed up the surface evolution at the risk of creating an unstable solution *static void | SetMaximumPropagationTimeStep (double n) |
Public Attributes | |
| Set Get the maximum constraint for the scalar vector term factor of the time step calculation Changing this value from the default is not recommended or | necessary |
| Set Get the maximum constraint for the curvature term factor in the time step calculation Changing this value from the default is not recommended or | necessary |
| Returns a pointer to a global data structure that is passed to this *object from the solver at each calculation The idea is that the solver *holds the state of any global values needed to calculate the time | step |
Protected Member Functions | |
| virtual VectorType | AdvectionField (const NeighborhoodType &, const FloatOffsetType &, GlobalDataStruct *gd) const |
| void | operator= (const Self &) |
| void | PrintSelf (std::ostream &os, Indent indent) const |
| virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
| virtual ScalarValueType | PropagationSpeed (const NeighborhoodType &, const FloatOffsetType &, GlobalDataStruct *gd) const |
| VectorThresholdSegmentationLevelSetFunction (const Self &) | |
| VectorThresholdSegmentationLevelSetFunction () | |
| virtual | ~VectorThresholdSegmentationLevelSetFunction () |
Static Protected Member Functions | |
| static VectorType | InitializeZeroVectorConstant () |
Protected Attributes | |
| VectorImageType::Pointer | m_AdvectionImage |
| ScalarValueType | m_AdvectionWeight |
| ::vcl_size_t | m_Center |
| ScalarValueType | m_CurvatureWeight |
| ScalarValueType | m_EpsilonMagnitude |
| FeatureImageType::ConstPointer | m_FeatureImage |
| InterpolatorType::Pointer | m_Interpolator |
| ScalarValueType | m_LaplacianSmoothingWeight |
| MahalanobisFunctionPointer | m_Mahalanobis |
| ScalarValueType | m_PropagationWeight |
| RadiusType | m_Radius |
| int | m_ReferenceCount |
| SimpleFastMutexLock | m_ReferenceCountLock |
| PixelRealType | m_ScaleCoefficients [ImageDimension] |
| ImageType::Pointer | m_SpeedImage |
| ScalarValueType | m_Threshold |
| bool | m_UseMinimalCurvature |
| Functor::VectorCast< typename VectorInterpolatorType::OutputType, VectorType > | m_VectorCast |
| VectorInterpolatorType::Pointer | m_VectorInterpolator |
| ::vcl_size_t | m_xStride [itkGetStaticConstMacro(ImageDimension)] |
| Methods invoked by virtual 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.*/virtual void PrintSelf(std voi | PrintHeader )(std::ostream &os, Indent indent) const |
| std::slice | x_slice [itkGetStaticConstMacro(ImageDimension)] |
Static Protected Attributes | |
| static double | m_DT |
| static double | m_WaveDT |
| static VectorType | m_ZeroVectorConstant |
|
|||||
|
Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >. Definition at line 63 of file itkVectorThresholdSegmentationLevelSetFunction.h. |
|
|||||
|
Continuous index type recognized by the interpolator Reimplemented in itk::ShapePriorSegmentationLevelSetFunction< TImageType, TFeatureImageType >, and itk::ShapePriorSegmentationLevelSetFunction< OutputImageType, FeatureImageType >. Definition at line 84 of file itkSegmentationLevelSetFunction.h. |
|
|||||
|
Definition at line 93 of file itkVectorThresholdSegmentationLevelSetFunction.h. |
|
|||||
|
The default boundary condition for finite difference functions that is used unless overridden in the Evaluate() method. Definition at line 93 of file itkFiniteDifferenceFunction.h. |
|
|||||
|
Extract the number of components in the vector pixel type . Definition at line 85 of file itkVectorThresholdSegmentationLevelSetFunction.h. |
|
|||||
|
Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >. Definition at line 64 of file itkVectorThresholdSegmentationLevelSetFunction.h. |
|
|||||
|
Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >. Definition at line 77 of file itkVectorThresholdSegmentationLevelSetFunction.h. |
|
|||||
|
A floating point offset from an image grid location. Used for interpolation among grid values in a neighborhood. Reimplemented from itk::LevelSetFunction< TImageType >. Reimplemented in itk::CurvesLevelSetFunction< TImageType, TFeatureImageType >, itk::GeodesicActiveContourLevelSetFunction< TImageType, TFeatureImageType >, itk::GeodesicActiveContourShapePriorLevelSetFunction< TImageType, TFeatureImageType >, itk::ShapeDetectionLevelSetFunction< TImageType, TFeatureImageType >, itk::ShapePriorSegmentationLevelSetFunction< TImageType, TFeatureImageType >, and itk::ShapePriorSegmentationLevelSetFunction< OutputImageType, FeatureImageType >. Definition at line 62 of file itkSegmentationLevelSetFunction.h. |
|
|||||
|
|||||
|
Extract some parameters from the superclass. Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >. Definition at line 72 of file itkVectorThresholdSegmentationLevelSetFunction.h. |
|
|||||
|
Reimplemented in itk::ShapePriorSegmentationLevelSetFunction< TImageType, TFeatureImageType >, and itk::ShapePriorSegmentationLevelSetFunction< OutputImageType, FeatureImageType >. Definition at line 66 of file itkSegmentationLevelSetFunction.h. |
|
|||||
|
Define a scalar interpolator Definition at line 78 of file itkSegmentationLevelSetFunction.h. |
|
|||||
|
Definition at line 91 of file itkVectorThresholdSegmentationLevelSetFunction.h. |
|
|||||
|
Definition at line 90 of file itkVectorThresholdSegmentationLevelSetFunction.h. |
|
|||||
|
Definition at line 92 of file itkVectorThresholdSegmentationLevelSetFunction.h. |
|
|||||
|
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 >. Reimplemented in itk::CurvesLevelSetFunction< TImageType, TFeatureImageType >, itk::GeodesicActiveContourLevelSetFunction< TImageType, TFeatureImageType >, itk::GeodesicActiveContourShapePriorLevelSetFunction< TImageType, TFeatureImageType >, itk::ShapeDetectionLevelSetFunction< TImageType, TFeatureImageType >, itk::ShapePriorSegmentationLevelSetFunction< TImageType, TFeatureImageType >, and itk::ShapePriorSegmentationLevelSetFunction< OutputImageType, FeatureImageType >. Definition at line 64 of file itkSegmentationLevelSetFunction.h. |
|
|||||
|
Definition at line 82 of file itkFiniteDifferenceFunction.h. |
|
|||||
|
Reimplemented from itk::FiniteDifferenceFunction< TImageType >. Reimplemented in itk::CurvesLevelSetFunction< TImageType, TFeatureImageType >, itk::ShapePriorSegmentationLevelSetFunction< TImageType, TFeatureImageType >, and itk::ShapePriorSegmentationLevelSetFunction< OutputImageType, FeatureImageType >. Definition at line 86 of file itkLevelSetFunction.h. |
|
|||||
|
Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >. Definition at line 62 of file itkVectorThresholdSegmentationLevelSetFunction.h. |
|
|||||
|
Neighborhood radius type Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >. Definition at line 78 of file itkVectorThresholdSegmentationLevelSetFunction.h. |
|
|||||
|
Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >. Definition at line 76 of file itkVectorThresholdSegmentationLevelSetFunction.h. |
|
|||||
|
Standard class typedefs. Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >. Definition at line 60 of file itkVectorThresholdSegmentationLevelSetFunction.h. |
|
|||||
|
Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >. Definition at line 61 of file itkVectorThresholdSegmentationLevelSetFunction.h. |
|
|||||
|
Convenient typedefs. Reimplemented from itk::FiniteDifferenceFunction< TImageType >. Reimplemented in itk::ShapePriorSegmentationLevelSetFunction< TImageType, TFeatureImageType >, itk::LevelSetFunctionWithRefitTerm< TImageType, TSparseImageType >, itk::ShapePriorSegmentationLevelSetFunction< OutputImageType, FeatureImageType >, and itk::LevelSetFunctionWithRefitTerm< OutputImageType, SparseImageType >. Definition at line 84 of file itkLevelSetFunction.h. |
|
|||||
|
|||||
|
Define a vector interpolator Definition at line 81 of file itkSegmentationLevelSetFunction.h. |
|
|||||
|
The vector type that will be used in the calculations. Reimplemented from itk::LevelSetFunction< TImageType >. Definition at line 67 of file itkSegmentationLevelSetFunction.h. |
|
|||||||||
|
Definition at line 134 of file itkVectorThresholdSegmentationLevelSetFunction.h. References HardConnectedComponentImageFilter::New(). |
|
|||||||||
|
Definition at line 151 of file itkVectorThresholdSegmentationLevelSetFunction.h. |
|
||||||||||
|
|
|
||||||||||||||||||||
|
Advection field. Returns a vector from the computed advectionfield. Reimplemented from itk::LevelSetFunction< TImageType >. |
|
|||||||||
|
Allocates the image that will be used for the level set function's Advection field term. See LevelSetFunction for more information. |
|
|||||||||
|
Allocates the image that will be used for the level set function's Propagation Speed term. See LevelSetFunction for more information. |
|
|
This method is called when itkExceptionMacro executes. It allows the debugger to break on error. |
|
|||||||||
|
This method must be defined in a subclass to implement a working function object. This method is called before the solver begins its work to produce the speed image used as the level set function's Advection field term. See LevelSetFunction for more information. Reimplemented in itk::CannySegmentationLevelSetFunction< TImageType, TFeatureImageType >, itk::CurvesLevelSetFunction< TImageType, TFeatureImageType >, itk::GeodesicActiveContourLevelSetFunction< TImageType, TFeatureImageType >, and itk::GeodesicActiveContourShapePriorLevelSetFunction< TImageType, TFeatureImageType >. Definition at line 121 of file itkSegmentationLevelSetFunction.h. |
|
|||||||||
|
This method must be defined in a subclass to implement a working function object. This method is called before the solver begins its work to produce the speed image used as the level set function's Propagation speed term. See LevelSetFunction for more information. Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >. |
|
||||||||||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
||||||||||
|
Computes the time step for an update given a global data structure. The data used in the computation may take different forms depending on the nature of the equations. This global data cannot be kept in the instance of the equation object itself since the equation object must remain stateless for thread safety. The global data is therefore managed for each thread by the finite difference solver filters. Implements itk::FiniteDifferenceFunction< TImageType >. Reimplemented in itk::ShapePriorSegmentationLevelSetFunction< TImageType, TFeatureImageType >, itk::LevelSetFunctionWithRefitTerm< TImageType, TSparseImageType >, itk::ShapePriorSegmentationLevelSetFunction< OutputImageType, FeatureImageType >, and itk::LevelSetFunctionWithRefitTerm< OutputImageType, SparseImageType >. |
|
||||||||||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
||||||||||||||||||||
|
Compute the equation value. Implements itk::FiniteDifferenceFunction< TImageType >. Reimplemented in itk::ShapePriorSegmentationLevelSetFunction< TImageType, TFeatureImageType >, and itk::ShapePriorSegmentationLevelSetFunction< OutputImageType, FeatureImageType >. |
|
|
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 in itk::Object. |
|
||||||||||||||||||||
|
Curvature speed. Can be used to spatially modify the effects of curvature . The default implementation returns one. Reimplemented in itk::CurvesLevelSetFunction< TImageType, TFeatureImageType >, itk::GeodesicActiveContourLevelSetFunction< TImageType, TFeatureImageType >, itk::GeodesicActiveContourShapePriorLevelSetFunction< TImageType, TFeatureImageType >, and itk::ShapeDetectionLevelSetFunction< TImageType, TFeatureImageType >. Definition at line 135 of file itkLevelSetFunction.h. |
|
|
Delete an itk object. This method should always be used to delete an object when the new operator was used to create it. Using the C delete method will not work with reference counting. |
|
|||||||||
|
Definition at line 100 of file itkSegmentationLevelSetFunction.h. |
|
|||||||||
|
Definition at line 150 of file itkLevelSetFunction.h. |
|
|||||||||
|
Definition at line 105 of file itkVectorThresholdSegmentationLevelSetFunction.h. |
|
|||||||||
|
Definition at line 164 of file itkLevelSetFunction.h. |
|
|||||||||
|
Definition at line 178 of file itkLevelSetFunction.h. |
|
|||||||||
|
Definition at line 87 of file itkSegmentationLevelSetFunction.h. |
|
|||||||||
|
Returns a pointer to a global data structure that is passed to this object from the solver at each calculation. The idea is that the solver holds the state of any global values needed to calculate the time step, while the equation object performs the actual calculations. The global data should also be initialized in this method. Implements itk::FiniteDifferenceFunction< TImageType >. Reimplemented in itk::ShapePriorSegmentationLevelSetFunction< TImageType, TFeatureImageType >, and itk::ShapePriorSegmentationLevelSetFunction< OutputImageType, FeatureImageType >. Definition at line 202 of file itkLevelSetFunction.h. |
|
|||||||||
|
Definition at line 171 of file itkLevelSetFunction.h. |
|
|||||||||
|
Definition at line 272 of file itkLevelSetFunction.h. |
|
|||||||||
|
Definition at line 286 of file itkLevelSetFunction.h. |
|
|||||||||
|
Definition at line 98 of file itkVectorThresholdSegmentationLevelSetFunction.h. |
|
|||||||||
|
Run-time type information (and related methods) Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >. |
|
|||||||||
|
Definition at line 157 of file itkLevelSetFunction.h. |
|
||||||||||
|
Returns the radius of the neighborhood this FiniteDifferenceFunction needs to perform its calculations. Definition at line 142 of file itkFiniteDifferenceFunction.h. |
|
|
Gets the reference count on this object. Definition at line 98 of file itkLightObject.h. |
|
|||||||||
|
Definition at line 94 of file itkSegmentationLevelSetFunction.h. |
|
|||||||||
|
Definition at line 114 of file itkVectorThresholdSegmentationLevelSetFunction.h. |
|
|||||||||
|
Definition at line 250 of file itkLevelSetFunction.h. |
|
||||||||||
|
This method creates the appropriate member variable operators for the level-set calculations. The argument to this function is a the radius necessary for performing the level-set calculations. Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >. Definition at line 123 of file itkVectorThresholdSegmentationLevelSetFunction.h. |
|
|||||||||
|
|||||||||
|
This method's only purpose is to initialize the zero vector constant. |
|
||||||||||||||||||||
|
Save image dimension. |
|
||||||||||||||||||||
|
|
|
||||||||||||||||||||
|
Extract some parameters from the superclass. Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >. |
|
||||||||||||||||||||
|
Laplacian smoothing speed. Can be used to spatially modify the effects of laplacian smoothing of the level set function Definition at line 142 of file itkLevelSetFunction.h. |
|
|||||||||
|
Method for creation through the object factory. Reimplemented from itk::LevelSetFunction< TImageType >. |
|
||||||||||
|
Reimplemented from itk::LevelSetFunction< TImageType >. |
|
||||||||||||
|
Cause the object to print itself out. |
|
||||||||||||||||
|
Reimplemented from itk::LevelSetFunction< TImageType >. Definition at line 156 of file itkVectorThresholdSegmentationLevelSetFunction.h. References HardConnectedComponentImageFilter::PrintSelf(). |
|
||||||||||||
|
|
|
||||||||||||||||||||
|
Returns the propagation speed from the precalculated speed image. Reimplemented from itk::LevelSetFunction< TImageType >. |
|
|
Increase the reference count (mark as used by another object). Reimplemented in itk::Object. |
|
||||||||||
|
When the finite difference solver filter has finished using a global data pointer, it passes it to this method, which frees the memory. The solver cannot free the memory because it does not know the type to which the pointer points. Implements itk::FiniteDifferenceFunction< TImageType >. Reimplemented in itk::ShapePriorSegmentationLevelSetFunction< TImageType, TFeatureImageType >, and itk::ShapePriorSegmentationLevelSetFunction< OutputImageType, FeatureImageType >. Definition at line 221 of file itkLevelSetFunction.h. |
|
|||||||||
|
Determines whether Positive or Negative speed terms will cause surface expansion. This method flips the sign of all of the speed, advection, etc terms. By convention, filters should be written so that POSITIVE speed terms cause surface expansion. Calling this method will toggle between the standard POSITIVE EXPANSION convention and the nonstandard NEGATIVE EXPANSION convention. IMPORTANT: When adding terms to the level-set equation through subclassing you may need to override this function so that your new terms will be properly adjusted. |
|
||||||||||
|
|
|
||||||||||
|
Reimplemented in itk::LaplacianSegmentationLevelSetFunction< TImageType, TFeatureImageType >. Definition at line 148 of file itkLevelSetFunction.h. |
|
||||||||||
|
Definition at line 103 of file itkVectorThresholdSegmentationLevelSetFunction.h. |
|
||||||||||
|
Definition at line 162 of file itkLevelSetFunction.h. |
|
||||||||||
|
Definition at line 176 of file itkLevelSetFunction.h. |
|
||||||||||
|
Definition at line 89 of file itkSegmentationLevelSetFunction.h. |
|
||||||||||
|
Definition at line 169 of file itkLevelSetFunction.h. |
|
||||||||||
|
Definition at line 268 of file itkLevelSetFunction.h. |
|
||||||||||
|
Definition at line 282 of file itkLevelSetFunction.h. |
|
||||||||||
|
Definition at line 96 of file itkVectorThresholdSegmentationLevelSetFunction.h. |
|
||||||||||
|
Definition at line 155 of file itkLevelSetFunction.h. |
|
||||||||||
|
Sets the radius of the neighborhood this FiniteDifferenceFunction needs to perform its calculations. Definition at line 137 of file itkFiniteDifferenceFunction.h. |
|
|
Sets the reference count on this object. This is a dangerous method, use it with care. Reimplemented in itk::Object. |
|
||||||||||
|
Definition at line 148 of file itkFiniteDifferenceFunction.h. |
|
||||||||||
|
|
|
||||||||||
|
Set/Get the threshold value for the MahanalobisDistance Definition at line 109 of file itkVectorThresholdSegmentationLevelSetFunction.h. |
|
||||||||||
|
Definition at line 246 of file itkLevelSetFunction.h. |
|
|
Decrease the reference count (release by another object). Reimplemented in itk::Object. |
|
|||||||||
|
Definition at line 258 of file itkLevelSetFunction.h. |
|
|||||||||
|
Definition at line 254 of file itkLevelSetFunction.h. |
|
|||||
|
The image holding the advection field for front propation Definition at line 151 of file itkSegmentationLevelSetFunction.h. |
|
|||||
|
Alpha. Definition at line 330 of file itkLevelSetFunction.h. |
|
|||||
|
The offset of the center pixel in the neighborhood. Definition at line 312 of file itkLevelSetFunction.h. |
|
|||||
|
Gamma. Definition at line 336 of file itkLevelSetFunction.h. |
|
|||||
|
Definition at line 306 of file itkLevelSetFunction.h. |
|
|||||
|
Epsilon magnitude controls the lower limit for gradient magnitude. Definition at line 327 of file itkLevelSetFunction.h. |
|
|||||
|
The image whose features will be used to create a speed image Definition at line 145 of file itkSegmentationLevelSetFunction.h. |
|
|||||
|
Definition at line 175 of file itkSegmentationLevelSetFunction.h. |
|
|||||
|
Laplacean smoothing term Definition at line 339 of file itkLevelSetFunction.h. |
|
|||||
|
Definition at line 164 of file itkVectorThresholdSegmentationLevelSetFunction.h. |
|
|||||
|
Beta. Definition at line 333 of file itkLevelSetFunction.h. |
|
|||||
|
Definition at line 194 of file itkFiniteDifferenceFunction.h. |
|
|
Number of uses of this object by other objects. Definition at line 119 of file itkLightObject.h. |
|
|
Mutex lock to protect modification to the reference count Definition at line 122 of file itkLightObject.h. |
|
|||||
|
Definition at line 195 of file itkFiniteDifferenceFunction.h. |
|
|||||
|
The image holding the speed values for front propagation Definition at line 148 of file itkSegmentationLevelSetFunction.h. |
|
|||||
|
Definition at line 165 of file itkVectorThresholdSegmentationLevelSetFunction.h. |
|
|||||
|
Definition at line 317 of file itkLevelSetFunction.h. |
|
|||||
|
A casting functor to convert between vector types. Definition at line 155 of file itkSegmentationLevelSetFunction.h. |
|
|||||
|
Definition at line 176 of file itkSegmentationLevelSetFunction.h. |
|
|||||
|
Constants used in the time step calculation. Definition at line 305 of file itkLevelSetFunction.h. |
|
|||||
|
Stride length along the y-dimension. Definition at line 315 of file itkLevelSetFunction.h. |
|
|||||
|
Zero vector constant. Definition at line 324 of file itkLevelSetFunction.h. |
|
|||||
|
Definition at line 280 of file itkLevelSetFunction.h. |
|
|||||
|
Definition at line 266 of file itkLevelSetFunction.h. |
|
|
|
|
|||||
|
Definition at line 197 of file itkLevelSetFunction.h. |
|
|||||
|
Slices for the ND neighborhood. Definition at line 309 of file itkLevelSetFunction.h. |
1.4.2 written by Dimitri van Heesch,
© 1997-2000