#include <itkGeodesicActiveContourLevelSetFunction.h>
Inheritance diagram for itk::GeodesicActiveContourLevelSetFunction< TImageType, TFeatureImageType >:
where is image intensity and is the derivative of Gaussian operator.
The edge potential image is set via the SetFeatureImage() method.
In this function both the propagation term and the curvature spatial modifier term are taken directly from the edge potential image such that:
An advection term is constructed from the negative gradient of the edge potential image.
This term behaves like a doublet attracting the contour to the edges.
This implementation is based on: "Geodesic Active Contours", V. Caselles, R. Kimmel and G. Sapiro. International Journal on Computer Vision, Vol 22, No. 1, pp 61-97, 1997
SegmentationLevelSetImageFunction
Definition at line 75 of file itkGeodesicActiveContourLevelSetFunction.h.
|
Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >. Definition at line 83 of file itkGeodesicActiveContourLevelSetFunction.h. |
|
Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >. Definition at line 84 of file itkGeodesicActiveContourLevelSetFunction.h. |
|
Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >. Definition at line 96 of file itkGeodesicActiveContourLevelSetFunction.h. |
|
A floating point offset from an image grid location. Used for interpolation among grid values in a neighborhood. Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >. Definition at line 98 of file itkGeodesicActiveContourLevelSetFunction.h. Referenced by itk::GeodesicActiveContourLevelSetFunction< TImageType, TFeatureImageType >::CurvatureSpeed(). |
|
Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >. Definition at line 100 of file itkGeodesicActiveContourLevelSetFunction.h. Referenced by itk::GeodesicActiveContourLevelSetFunction< TImageType, TFeatureImageType >::CurvatureSpeed(). |
|
Extract some parameters from the superclass. Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >. Definition at line 93 of file itkGeodesicActiveContourLevelSetFunction.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::SegmentationLevelSetFunction< TImageType, TFeatureImageType >. Definition at line 94 of file itkGeodesicActiveContourLevelSetFunction.h. Referenced by itk::GeodesicActiveContourLevelSetFunction< TImageType, TFeatureImageType >::CurvatureSpeed(). |
|
Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >. Definition at line 82 of file itkGeodesicActiveContourLevelSetFunction.h. |
|
Neighborhood radius type Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >. Definition at line 97 of file itkGeodesicActiveContourLevelSetFunction.h. |
|
Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >. Definition at line 95 of file itkGeodesicActiveContourLevelSetFunction.h. Referenced by itk::GeodesicActiveContourLevelSetFunction< TImageType, TFeatureImageType >::CurvatureSpeed(). |
|
Standard class typedefs. Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >. Definition at line 80 of file itkGeodesicActiveContourLevelSetFunction.h. Referenced by itk::GeodesicActiveContourLevelSetFunction< TImageType, TFeatureImageType >::~GeodesicActiveContourLevelSetFunction(). |
|
Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >. Definition at line 81 of file itkGeodesicActiveContourLevelSetFunction.h. |
|
Define an image type for the advection field. Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >. Definition at line 99 of file itkGeodesicActiveContourLevelSetFunction.h. |
|
Definition at line 135 of file itkGeodesicActiveContourLevelSetFunction.h. |
|
Definition at line 143 of file itkGeodesicActiveContourLevelSetFunction.h. References itk::GeodesicActiveContourLevelSetFunction< TImageType, TFeatureImageType >::Self. |
|
|
|
Compute the advection field from feature image. Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >. |
|
Compute speed image from feature image. Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >. |
|
The curvature speed is same as the propagation speed. Reimplemented from itk::LevelSetFunction< TImageType >. Definition at line 113 of file itkGeodesicActiveContourLevelSetFunction.h. References itk::GeodesicActiveContourLevelSetFunction< TImageType, TFeatureImageType >::FloatOffsetType, itk::GeodesicActiveContourLevelSetFunction< TImageType, TFeatureImageType >::GlobalDataStruct, itk::GeodesicActiveContourLevelSetFunction< TImageType, TFeatureImageType >::NeighborhoodType, and itk::GeodesicActiveContourLevelSetFunction< TImageType, TFeatureImageType >::ScalarValueType. |
|
Set/Get the sigma for the Gaussian kernel used to compute the gradient of the feature image needed for the advection term of the equation. Definition at line 121 of file itkGeodesicActiveContourLevelSetFunction.h. |
|
Run-time type information (and related methods) Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >. |
|
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 125 of file itkGeodesicActiveContourLevelSetFunction.h. |
|
Extract some parameters from the superclass. Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >. |
|
Method for creation through the object factory. Reimplemented from itk::LevelSetFunction< TImageType >. |
|
Reimplemented from itk::LevelSetFunction< TImageType >. |
|
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 >. Definition at line 148 of file itkGeodesicActiveContourLevelSetFunction.h. |
|
Set/Get the sigma for the Gaussian kernel used to compute the gradient of the feature image needed for the advection term of the equation. Definition at line 119 of file itkGeodesicActiveContourLevelSetFunction.h. |