#include <itkCannySegmentationLevelSetImageFilter.h>
Inheritance diagram for itk::CannySegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >:
Public Types | |
typedef CannySegmentationLevelSetImageFilter | 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 Superclass::VectorImageType | VectorImageType |
typedef ::itk::CannySegmentationLevelSetFunction< OutputImageType, FeatureImageType > | CannyFunctionType |
typedef CannyFunctionType::ScalarValueType | ScalarValueType |
Public Member Functions | |
virtual const char * | GetClassName () const |
void | SetThreshold (ScalarValueType v) |
ScalarValueType | GetThreshold () const |
void | SetVariance (double v) |
double | GetVariance () const |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
~CannySegmentationLevelSetImageFilter () | |
CannySegmentationLevelSetImageFilter () |
Definition at line 129 of file itkCannySegmentationLevelSetImageFilter.h.
|
Type of the segmentation function Definition at line 150 of file itkCannySegmentationLevelSetImageFilter.h. |
|
|
|
Local image typedefs Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType, Image< TOutputPixelType,::itk::GetImageDimension< TInputImage >::ImageDimension > >. Definition at line 144 of file itkCannySegmentationLevelSetImageFilter.h. |
|
|
Definition at line 152 of file itkCannySegmentationLevelSetImageFilter.h. |
|
Standard class typedefs Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType, Image< TOutputPixelType,::itk::GetImageDimension< TInputImage >::ImageDimension > >. Definition at line 135 of file itkCannySegmentationLevelSetImageFilter.h. |
|
|
Inherited typedef from the superclass. Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType, Image< TOutputPixelType,::itk::GetImageDimension< TInputImage >::ImageDimension > >. Definition at line 143 of file itkCannySegmentationLevelSetImageFilter.h. |
|
The type used for the advection field Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType, Image< TOutputPixelType,::itk::GetImageDimension< TInputImage >::ImageDimension > >. Definition at line 146 of file itkCannySegmentationLevelSetImageFilter.h. |
|
Definition at line 177 of file itkCannySegmentationLevelSetImageFilter.h. |
|
|
|
Run-time type information (and related methods). Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType, Image< TOutputPixelType,::itk::GetImageDimension< TInputImage >::ImageDimension > >. |
|
Set the Threshold parameter of the CannyEdgeDetectionImageFilter used by the underlying level set function. Definition at line 164 of file itkCannySegmentationLevelSetImageFilter.h. |
|
Set the Variance parameter of the CannyEdgeDetectionImageFilter used by the underlying level set function. Definition at line 172 of file itkCannySegmentationLevelSetImageFilter.h. |
|
Method for creation through the object factory Reimplemented from itk::SparseFieldLevelSetImageFilter< TInputImage, Image< TOutputPixelType,::itk::GetImageDimension< TInputImage >::ImageDimension > >. |
|
Set the Threshold parameter of the CannyEdgeDetectionImageFilter used by the underlying level set function. Definition at line 162 of file itkCannySegmentationLevelSetImageFilter.h. |
|
Set the Variance parameter of the CannyEdgeDetectionImageFilter used by the underlying level set function. Definition at line 170 of file itkCannySegmentationLevelSetImageFilter.h. |