#include <itkCannySegmentationLevelSetImageFilter.h>
Inheritance diagram for itk::CannySegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >:
[NOHEADER] | |
OutputImageType * | GetCannyImage (void) |
~CannySegmentationLevelSetImageFilter () | |
CannySegmentationLevelSetImageFilter () | |
Public Types | |
typedef CannySegmentationLevelSetImageFilter | 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 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 () |
Definition at line 129 of file itkCannySegmentationLevelSetImageFilter.h.
|
Type of the segmentation function Definition at line 147 of file itkCannySegmentationLevelSetImageFilter.h. |
|
Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >. Definition at line 137 of file itkCannySegmentationLevelSetImageFilter.h. |
|
Local image typedefs Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >. Definition at line 142 of file itkCannySegmentationLevelSetImageFilter.h. |
|
Output image type typedefs Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >. Definition at line 141 of file itkCannySegmentationLevelSetImageFilter.h. |
|
Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >. Definition at line 136 of file itkCannySegmentationLevelSetImageFilter.h. |
|
Definition at line 149 of file itkCannySegmentationLevelSetImageFilter.h. |
|
Standard class typedefs Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >. Definition at line 134 of file itkCannySegmentationLevelSetImageFilter.h. |
|
Standard class typedefs Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >. Definition at line 135 of file itkCannySegmentationLevelSetImageFilter.h. |
|
Inherited typedef from the superclass. Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >. Definition at line 140 of file itkCannySegmentationLevelSetImageFilter.h. |
|
The type used for the advection field Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >. Definition at line 143 of file itkCannySegmentationLevelSetImageFilter.h. |
|
Get the Canny image that was used to create the speed and advection images Definition at line 178 of file itkCannySegmentationLevelSetImageFilter.h. |
|
Get the Canny image that was used to create the speed and advection images |
|
Get the Canny image that was used to create the speed and advection images Definition at line 175 of file itkCannySegmentationLevelSetImageFilter.h. |
|
Run-time type information (and related methods). Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >. |
|
Set the Threshold parameter of the CannyEdgeDetectionImageFilter used by the underlying level set function. Definition at line 161 of file itkCannySegmentationLevelSetImageFilter.h. |
|
Set the Variance parameter of the CannyEdgeDetectionImageFilter used by the underlying level set function. Definition at line 169 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 159 of file itkCannySegmentationLevelSetImageFilter.h. |
|
Set the Variance parameter of the CannyEdgeDetectionImageFilter used by the underlying level set function. Definition at line 167 of file itkCannySegmentationLevelSetImageFilter.h. |