#include <itkCurvesLevelSetImageFilter.h>
Inheritance diagram for itk::CurvesLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >:
Public Types | |
typedef CurvesLevelSetImageFilter | Self |
typedef SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType > | 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 Member Functions | |
virtual const char * | GetNameOfClass () const |
void | SetDerivativeSigma (float value) |
float | GetDerivativeSigma () const |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
~CurvesLevelSetImageFilter () | |
CurvesLevelSetImageFilter () | |
virtual void | PrintSelf (std::ostream &os, Indent indent) const |
CurvesLevelSetImageFilter (const Self &) | |
void | operator= (const Self &) |
where is image intensity and is the derivative of Gaussian operator.
Definition at line 102 of file itkCurvesLevelSetImageFilter.h.
|
Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >. Definition at line 110 of file itkCurvesLevelSetImageFilter.h. |
|
Definition at line 121 of file itkCurvesLevelSetImageFilter.h. Referenced by itk::CurvesLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::~CurvesLevelSetImageFilter(). |
|
Type of the segmentation function Definition at line 119 of file itkCurvesLevelSetImageFilter.h. |
|
Local image typedefs Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >. Definition at line 115 of file itkCurvesLevelSetImageFilter.h. |
|
Output image type typedefs Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >. Definition at line 114 of file itkCurvesLevelSetImageFilter.h. |
|
Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >. Definition at line 109 of file itkCurvesLevelSetImageFilter.h. |
|
Standard class typedefs Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >. Definition at line 107 of file itkCurvesLevelSetImageFilter.h. Referenced by itk::CurvesLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::~CurvesLevelSetImageFilter(). |
|
Standard class typedefs Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >. Definition at line 108 of file itkCurvesLevelSetImageFilter.h. |
|
Inherited typedef from the superclass. Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >. Definition at line 113 of file itkCurvesLevelSetImageFilter.h. |
|
|
|
|
|
|
Set the value of sigma used to compute derivatives Definition at line 133 of file itkCurvesLevelSetImageFilter.h. |
|
Run-time type information (and related methods). Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >. |
|
Method for creation through the object factory Reimplemented from itk::SparseFieldLevelSetImageFilter< TInputImage, TOutputImage >. |
|
Reimplemented from itk::SparseFieldLevelSetImageFilter< TInputImage, TOutputImage >. |
|
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::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >. |
|
Set the value of sigma used to compute derivatives Definition at line 130 of file itkCurvesLevelSetImageFilter.h. |