#include <itkNarrowBandCurvesLevelSetImageFilter.h>
Inheritance diagram for itk::NarrowBandCurvesLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >:
Public Types | |
typedef NarrowBandCurvesLevelSetImageFilter | Self |
typedef NarrowBandLevelSetImageFilter< 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 Member Functions | |
virtual const char * | GetClassName () const |
void | SetDerivativeSigma (float value) |
float | GetDerivativeSigma () const |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
~NarrowBandCurvesLevelSetImageFilter () | |
NarrowBandCurvesLevelSetImageFilter () | |
virtual void | PrintSelf (std::ostream &os, Indent indent) const |
NarrowBandCurvesLevelSetImageFilter (const Self &) | |
void | operator= (const Self &) |
void | GenerateData () |
where is image intensity and
is the derivative of Gaussian operator.
Definition at line 101 of file itkNarrowBandCurvesLevelSetImageFilter.h.
|
|
Definition at line 120 of file itkNarrowBandCurvesLevelSetImageFilter.h. |
|
Type of the segmentation function Definition at line 118 of file itkNarrowBandCurvesLevelSetImageFilter.h. |
|
|
Local image typedefs Reimplemented from itk::NarrowBandLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType, Image< TOutputPixelType,::itk::GetImageDimension< TInputImage >::ImageDimension > >. Definition at line 113 of file itkNarrowBandCurvesLevelSetImageFilter.h. |
|
|
Standard class typedefs Reimplemented from itk::NarrowBandLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType, Image< TOutputPixelType,::itk::GetImageDimension< TInputImage >::ImageDimension > >. Definition at line 106 of file itkNarrowBandCurvesLevelSetImageFilter.h. |
|
|
Inherited typedef from the superclass. Reimplemented from itk::NarrowBandLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType, Image< TOutputPixelType,::itk::GetImageDimension< TInputImage >::ImageDimension > >. Definition at line 112 of file itkNarrowBandCurvesLevelSetImageFilter.h. |
|
Definition at line 137 of file itkNarrowBandCurvesLevelSetImageFilter.h. References HardConnectedComponentImageFilter::GenerateData(), and HardConnectedComponentImageFilter::PrintSelf(). |
|
|
|
|
|
Overridden from Superclass to handle the case when Propagation Scaling is zero. Reimplemented from itk::NarrowBandLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType, Image< TOutputPixelType,::itk::GetImageDimension< TInputImage >::ImageDimension > >. |
|
Run-time type information (and related methods). Reimplemented from itk::NarrowBandLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType, Image< TOutputPixelType,::itk::GetImageDimension< TInputImage >::ImageDimension > >. |
|
Set the value of sigma used to compute derivatives Definition at line 132 of file itkNarrowBandCurvesLevelSetImageFilter.h. |
|
Method for creation through the object factory Reimplemented from itk::Object. |
|
Reimplemented from itk::NarrowBandLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType, Image< TOutputPixelType,::itk::GetImageDimension< TInputImage >::ImageDimension > >. |
|
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::NarrowBandLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType, Image< TOutputPixelType,::itk::GetImageDimension< TInputImage >::ImageDimension > >. |
|
Set the value of sigma used to compute derivatives Definition at line 129 of file itkNarrowBandCurvesLevelSetImageFilter.h. |