#include <itkCannySegmentationLevelSetFunction.h>
Inheritance diagram for itk::CannySegmentationLevelSetFunction:


Public Types | |
| typedef CannySegmentationLevelSetFunction | Self |
| typedef SegmentationLevelSetFunction< TImageType, TFeatureImageType > | Superclass |
| typedef SmartPointer< Self > | Pointer |
| typedef SmartPointer< const Self > | ConstPointer |
| typedef TFeatureImageType | FeatureImageType |
| typedef Superclass::ImageType | ImageType |
| typedef Superclass::ScalarValueType | ScalarValueType |
| typedef Superclass::VectorImageType | VectorImageType |
| typedef Superclass::FeatureScalarType | FeatureScalarType |
| typedef Superclass::RadiusType | RadiusType |
Public Methods | |
| virtual const char * | GetClassName () const |
| itkStaticConstMacro (ImageDimension, unsigned int, Superclass::ImageDimension) | |
| virtual void | CalculateAdvectionImage () |
| virtual void | Initialize (const RadiusType &r) |
| void | SetThreshold (ScalarValueType v) |
| ScalarValueType | GetThreshold () const |
| void | SetVariance (double v) |
| double | GetVariance () const |
Static Public Methods | |
| Pointer | New () |
Protected Methods | |
| CannySegmentationLevelSetFunction () | |
| virtual | ~CannySegmentationLevelSetFunction () |
| CannySegmentationLevelSetFunction (const Self &) | |
| void | operator= (const Self &) |
Definition at line 30 of file itkCannySegmentationLevelSetFunction.h.
|
|||||
|
Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >. Definition at line 39 of file itkCannySegmentationLevelSetFunction.h. |
|
|||||
|
Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >. Definition at line 40 of file itkCannySegmentationLevelSetFunction.h. |
|
|||||
|
Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >. Definition at line 52 of file itkCannySegmentationLevelSetFunction.h. |
|
|||||
|
Extract some parameters from the superclass. Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >. Definition at line 49 of file itkCannySegmentationLevelSetFunction.h. |
|
|||||
|
Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >. Definition at line 38 of file itkCannySegmentationLevelSetFunction.h. |
|
|||||
|
Neighborhood radius type Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >. Definition at line 53 of file itkCannySegmentationLevelSetFunction.h. |
|
|||||
|
Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >. Definition at line 50 of file itkCannySegmentationLevelSetFunction.h. |
|
|||||
|
Standard class typedefs. Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >. Definition at line 36 of file itkCannySegmentationLevelSetFunction.h. |
|
|||||
|
Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >. Definition at line 37 of file itkCannySegmentationLevelSetFunction.h. |
|
|||||
|
Define an image type for the advection field. Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >. Definition at line 51 of file itkCannySegmentationLevelSetFunction.h. |
|
|||||||||
|
Definition at line 87 of file itkCannySegmentationLevelSetFunction.h. |
|
|||||||||
|
Definition at line 92 of file itkCannySegmentationLevelSetFunction.h. |
|
||||||||||
|
|
|
|||||||||
|
This method also fills in the Speed image, everything is done in one step so that CalculateSpeedImage does not need to be implemented. Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >. |
|
|||||||||
|
Run-time type information (and related methods) Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >. |
|
|||||||||
|
Definition at line 62 of file itkCannySegmentationLevelSetFunction.h. |
|
|||||||||
|
Definition at line 69 of file itkCannySegmentationLevelSetFunction.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 77 of file itkCannySegmentationLevelSetFunction.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 >. |
|
||||||||||
|
Definition at line 60 of file itkCannySegmentationLevelSetFunction.h. |
|
||||||||||
|
Definition at line 67 of file itkCannySegmentationLevelSetFunction.h. |
1.2.15 written by Dimitri van Heesch,
© 1997-2000