#include <itkShapeDetectionLevelSetImageFilter.h>
Inheritance diagram for itk::ShapeDetectionLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >:
Public Types | |
typedef ShapeDetectionLevelSetImageFilter | 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 ShapeDetectionLevelSetFunction< OutputImageType, FeatureImageType > | ShapeDetectionFunctionType |
typedef ShapeDetectionFunctionType::Pointer | ShapeDetectionFunctionPointer |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
~ShapeDetectionLevelSetImageFilter () | |
ShapeDetectionLevelSetImageFilter () | |
virtual void | PrintSelf (std::ostream &os, Indent indent) const |
ShapeDetectionLevelSetImageFilter (const Self &) | |
void | operator= (const Self &) |
void | GenerateData () |
where is image intensity and is the derivative of Gaussian operator.
Note that there is no advection term for this filter. Setting the advection scaling will have no effect.
Definition at line 106 of file itkShapeDetectionLevelSetImageFilter.h.
|
Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >. Definition at line 116 of file itkShapeDetectionLevelSetImageFilter.h. |
|
Local image typedefs Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >. Definition at line 121 of file itkShapeDetectionLevelSetImageFilter.h. |
|
Output image type typedefs Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >. Definition at line 120 of file itkShapeDetectionLevelSetImageFilter.h. |
|
Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >. Definition at line 115 of file itkShapeDetectionLevelSetImageFilter.h. |
|
Standard class typedefs Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >. Definition at line 112 of file itkShapeDetectionLevelSetImageFilter.h. |
|
Definition at line 126 of file itkShapeDetectionLevelSetImageFilter.h. |
|
Type of the segmentation function Definition at line 125 of file itkShapeDetectionLevelSetImageFilter.h. |
|
Standard class typedefs Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >. Definition at line 114 of file itkShapeDetectionLevelSetImageFilter.h. |
|
Inherited typedef from the superclass. Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >. Definition at line 119 of file itkShapeDetectionLevelSetImageFilter.h. |
|
Definition at line 135 of file itkShapeDetectionLevelSetImageFilter.h. |
|
|
|
|
|
Overridden from Superclass to handle the case when PropagationScaling is zero and CurvatureScaling is non-zero. Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >. |
|
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 >. |