#include <itkCurvesLevelSetImageFilter.h>
Inheritance diagram for itk::CurvesLevelSetImageFilter:


Public Types | |
| typedef CurvesLevelSetImageFilter | Self |
| typedef SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType, Image< TOutputPixelType,::itk::GetImageDimension< TInputImage >::ImageDimension > > | Superclass |
| typedef SmartPointer< Self > | Pointer |
| typedef SmartPointer< const Self > | ConstPointer |
| typedef Superclass::ValueType | ValueType |
| typedef Superclass::OutputImageType | OutputImageType |
| typedef Superclass::FeatureImageType | FeatureImageType |
| typedef CurvesLevelSetFunction< OutputImageType, FeatureImageType > | CurvesFunctionType |
| typedef CurvesFunctionType::Pointer | CurvesFunctionPointer |
Public Methods | |
| virtual const char * | GetClassName () const |
| void | SetDerivativeSigma (float value) |
| float | GetDerivativeSigma () const |
Static Public Methods | |
| Pointer | New () |
Protected Methods | |
| ~CurvesLevelSetImageFilter () | |
| CurvesLevelSetImageFilter () | |
| virtual void | PrintSelf (std::ostream &os, Indent indent) const |
| CurvesLevelSetImageFilter (const Self &) | |
| void | operator= (const Self &) |
The second input is the feature image. For this filter, this is the edge potential map. General characteristics of an edge potential map is that it has values close to zero in regions near the edges and values close to one inside the shape itself. Typically, the edge potential map is compute from the image gradient, for example:
where
is image intensity and
is the derivative of Gaussian operator.
See SegmentationLevelSetImageFilter and SparseFieldLevelSetImageFilter for more information on Inputs.
(the inflation or ballon force) and AdvectionScaling and CurvatureScaling both to 1.0.See SparseFieldLevelSetImageFilter and SegmentationLevelSetImageFilter for more information.
Definition at line 102 of file itkCurvesLevelSetImageFilter.h.
|
|||||
|
Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType, Image< TOutputPixelType,::itk::GetImageDimension< TInputImage >::ImageDimension > >. Definition at line 110 of file itkCurvesLevelSetImageFilter.h. |
|
|||||
|
Definition at line 121 of file itkCurvesLevelSetImageFilter.h. |
|
|||||
|
Type of the segmentation function Definition at line 119 of file itkCurvesLevelSetImageFilter.h. |
|
|||||
|
Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType, Image< TOutputPixelType,::itk::GetImageDimension< TInputImage >::ImageDimension > >. Definition at line 115 of file itkCurvesLevelSetImageFilter.h. |
|
|||||
|
Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType, Image< TOutputPixelType,::itk::GetImageDimension< TInputImage >::ImageDimension > >. Definition at line 114 of file itkCurvesLevelSetImageFilter.h. |
|
|||||
|
Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType, Image< TOutputPixelType,::itk::GetImageDimension< TInputImage >::ImageDimension > >. Definition at line 109 of file itkCurvesLevelSetImageFilter.h. |
|
|||||
|
Standard class typedefs Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType, Image< TOutputPixelType,::itk::GetImageDimension< TInputImage >::ImageDimension > >. Definition at line 107 of file itkCurvesLevelSetImageFilter.h. |
|
|||||
|
Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType, Image< TOutputPixelType,::itk::GetImageDimension< TInputImage >::ImageDimension > >. Definition at line 108 of file itkCurvesLevelSetImageFilter.h. |
|
|||||
|
Inherited typedef from the superclass. Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType, Image< TOutputPixelType,::itk::GetImageDimension< TInputImage >::ImageDimension > >. Definition at line 113 of file itkCurvesLevelSetImageFilter.h. |
|
|||||||||
|
Definition at line 138 of file itkCurvesLevelSetImageFilter.h. References HardConnectedComponentImageFilter::PrintSelf(). |
|
|||||||||
|
|
|
||||||||||
|
|
|
|||||||||
|
Run-time type information (and related methods). Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType, Image< TOutputPixelType,::itk::GetImageDimension< TInputImage >::ImageDimension > >. |
|
|||||||||
|
Set the value of sigma used to compute derivatives Definition at line 133 of file itkCurvesLevelSetImageFilter.h. |
|
|||||||||
|
Method for creation through the object factory |
|
||||||||||
|
|
|
||||||||||||||||
|
Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType, Image< TOutputPixelType,::itk::GetImageDimension< TInputImage >::ImageDimension > >. |
|
||||||||||
|
Set the value of sigma used to compute derivatives Definition at line 130 of file itkCurvesLevelSetImageFilter.h. |
1.2.15 written by Dimitri van Heesch,
© 1997-2000