#include <itkGeodesicActiveContourLevelSetFunction.h>
Inheritance diagram for itk::GeodesicActiveContourLevelSetFunction:
Public Types | |
typedef GeodesicActiveContourLevelSetFunction | Self |
typedef SegmentationLevelSetFunction< TImageType > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef TFeatureImageType | FeatureImageType |
typedef Superclass::ImageType | ImageType |
typedef Superclass::NeighborhoodType | NeighborhoodType |
typedef Superclass::ScalarValueType | ScalarValueType |
typedef Superclass::FeatureScalarType | FeatureScalarType |
typedef Superclass::RadiusType | RadiusType |
typedef Superclass::FloatOffsetType | FloatOffsetType |
typedef Superclass::VectorImageType | VectorImageType |
Public Methods | |
virtual const char * | GetClassName () const |
itkStaticConstMacro (ImageDimension, unsigned int, Superclass::ImageDimension) | |
virtual void | CalculateSpeedImage () |
virtual void | CalculateAdvectionImage () |
virtual ScalarValueType | CurvatureSpeed (const NeighborhoodType &neighborhood, const FloatOffsetType &offset) const |
virtual void | Initialize (const RadiusType &r) |
void | SetDerivativeSigma (const double v) |
double | GetDerivativeSigma () |
Static Public Methods | |
Pointer | New () |
Protected Methods | |
GeodesicActiveContourLevelSetFunction () | |
virtual | ~GeodesicActiveContourLevelSetFunction () |
GeodesicActiveContourLevelSetFunction (const Self &) | |
void | operator= (const Self &) |
void | PrintSelf (std::ostream &os, Indent indent) const |
where is image intensity and is the derivative of Gaussian operator.
Definition at line 61 of file itkGeodesicActiveContourLevelSetFunction.h.
|
Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >. Definition at line 69 of file itkGeodesicActiveContourLevelSetFunction.h. |
|
Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >. Definition at line 70 of file itkGeodesicActiveContourLevelSetFunction.h. |
|
Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >. Definition at line 82 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 84 of file itkGeodesicActiveContourLevelSetFunction.h. |
|
Extract some parameters from the superclass. Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >. Definition at line 79 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 80 of file itkGeodesicActiveContourLevelSetFunction.h. |
|
Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >. Definition at line 68 of file itkGeodesicActiveContourLevelSetFunction.h. |
|
Neighborhood radius type Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >. Definition at line 83 of file itkGeodesicActiveContourLevelSetFunction.h. |
|
Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >. Definition at line 81 of file itkGeodesicActiveContourLevelSetFunction.h. |
|
Standard class typedefs. Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >. Definition at line 66 of file itkGeodesicActiveContourLevelSetFunction.h. |
|
Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >. Definition at line 67 of file itkGeodesicActiveContourLevelSetFunction.h. |
|
Define an image type for the advection field. Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >. Definition at line 85 of file itkGeodesicActiveContourLevelSetFunction.h. |
|
Definition at line 120 of file itkGeodesicActiveContourLevelSetFunction.h. |
|
Definition at line 128 of file itkGeodesicActiveContourLevelSetFunction.h. References HardConnectedComponentImageFilter::PrintSelf(). |
|
|
|
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::LevelSetFunctionBase< TImageType >. Definition at line 98 of file itkGeodesicActiveContourLevelSetFunction.h. |
|
Run-time type information (and related methods) Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >. |
|
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 106 of file itkGeodesicActiveContourLevelSetFunction.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 110 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 133 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 104 of file itkGeodesicActiveContourLevelSetFunction.h. |