#include <itkSegmentationLevelSetFunction.h>
Inheritance diagram for itk::SegmentationLevelSetFunction:
This object defines the API for a class of function objects which perform level set based segmentations. The SegmentationLevelSetImageFilter objects use these SegmentationLevelSetFunction objects to perform the numerical calculations which move a level set front to lock onto image features.
In order to create a working function object, you must subclass the CalculateSpeedImage method to produce a "feature image" that is used by the parent LevelSetFunction class as the PropagationSpeed for its calculations.
Definition at line 45 of file itkSegmentationLevelSetFunction.h.
|
|
Continuous index type recognized by the interpolator Definition at line 81 of file itkSegmentationLevelSetFunction.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::GeodesicActiveContourLevelSetFunction< TImageType, TFeatureImageType >, and itk::ShapeDetectionLevelSetFunction< TImageType, TFeatureImageType >. Definition at line 62 of file itkSegmentationLevelSetFunction.h. |
|
Extract some parameters from the superclass. Reimplemented from itk::LevelSetFunction< TImageType >. Reimplemented in itk::CannySegmentationLevelSetFunction< TImageType, TFeatureImageType >, itk::GeodesicActiveContourLevelSetFunction< TImageType, TFeatureImageType >, itk::LaplacianSegmentationLevelSetFunction< TImageType, TFeatureImageType >, itk::ShapeDetectionLevelSetFunction< TImageType, TFeatureImageType >, and itk::ThresholdSegmentationLevelSetFunction< TImageType, TFeatureImageType >. Definition at line 59 of file itkSegmentationLevelSetFunction.h. |
|
Definition at line 66 of file itkSegmentationLevelSetFunction.h. |
|
Define a scalar interpolator Definition at line 75 of file itkSegmentationLevelSetFunction.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::GeodesicActiveContourLevelSetFunction< TImageType, TFeatureImageType >, and itk::ShapeDetectionLevelSetFunction< TImageType, TFeatureImageType >. Definition at line 64 of file itkSegmentationLevelSetFunction.h. |
|
|
|
|
|
|
Define an image type for the advection field. Reimplemented in itk::CannySegmentationLevelSetFunction< TImageType, TFeatureImageType >, and itk::GeodesicActiveContourLevelSetFunction< TImageType, TFeatureImageType >. Definition at line 71 of file itkSegmentationLevelSetFunction.h. |
|
Define a vector interpolator Definition at line 78 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 149 of file itkSegmentationLevelSetFunction.h. |
|
Definition at line 150 of file itkSegmentationLevelSetFunction.h. |
|
Advection field. Returns a vector from the computed advectionfield. Reimplemented from itk::LevelSetFunctionBase< 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 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 >, and itk::GeodesicActiveContourLevelSetFunction< TImageType, TFeatureImageType >. Definition at line 116 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 in itk::GeodesicActiveContourLevelSetFunction< TImageType, TFeatureImageType >, itk::LaplacianSegmentationLevelSetFunction< TImageType, TFeatureImageType >, itk::ShapeDetectionLevelSetFunction< TImageType, TFeatureImageType >, and itk::ThresholdSegmentationLevelSetFunction< TImageType, TFeatureImageType >. Definition at line 110 of file itkSegmentationLevelSetFunction.h. |
|
Get the image used as the advection field in the level set equation Definition at line 98 of file itkSegmentationLevelSetFunction.h. |
|
|
Set/Get the image which will be used to calculate the speed function. Definition at line 87 of file itkSegmentationLevelSetFunction.h. |
|
Get the image used as the speed function in the level set equation Definition at line 94 of file itkSegmentationLevelSetFunction.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::LevelSetFunction< TImageType >. Reimplemented in itk::CannySegmentationLevelSetFunction< TImageType, TFeatureImageType >, itk::GeodesicActiveContourLevelSetFunction< TImageType, TFeatureImageType >, itk::LaplacianSegmentationLevelSetFunction< TImageType, TFeatureImageType >, itk::ShapeDetectionLevelSetFunction< TImageType, TFeatureImageType >, and itk::ThresholdSegmentationLevelSetFunction< TImageType, TFeatureImageType >. |
|
|
Returns the propagation speed from the precalculated speed image. Reimplemented from itk::LevelSetFunctionBase< TImageType >. |
|
Set/Get the image which will be used to calculate the speed function. Definition at line 89 of file itkSegmentationLevelSetFunction.h. |
|
The image holding the advection field for front propation Definition at line 134 of file itkSegmentationLevelSetFunction.h. |
|
The image whose features will be used to create a speed image Definition at line 128 of file itkSegmentationLevelSetFunction.h. |
|
Definition at line 158 of file itkSegmentationLevelSetFunction.h. |
|
The image holding the speed values for front propagation Definition at line 131 of file itkSegmentationLevelSetFunction.h. |
|
A casting functor to convert between vector types. Definition at line 138 of file itkSegmentationLevelSetFunction.h. |
|
Definition at line 159 of file itkSegmentationLevelSetFunction.h. |