ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkCannySegmentationLevelSetFunction.h>
Static Public Member Functions | |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | ImageDimension = Superclass::ImageDimension |
Static Public Attributes inherited from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType > | |
Static Public Attributes inherited from itk::LevelSetFunction< TImageType > | |
Static Public Attributes inherited from itk::FiniteDifferenceFunction< TImageType > |
Private Member Functions | |
template<class DummyImagePointerType > | |
void | AssignCannyInput (typename FeatureImageType::Pointer &feature, DummyImagePointerType &) |
void | AssignCannyInput (typename FeatureImageType::Pointer &feature, typename FeatureImageType::Pointer &) |
Private Attributes | |
CannyEdgeDetectionImageFilter < ImageType, ImageType > ::Pointer | m_Canny |
CastImageFilter < FeatureImageType, ImageType > ::Pointer | m_Caster |
DanielssonDistanceMapImageFilter < ImageType, ImageType > ::Pointer | m_Distance |
double | m_Threshold |
ScalarValueType | m_Variance |
A refinement of the standard level-set function which computes a speed term and advection term based on pseudo-Canny edges. See CannySegmentationLevelSetImageFilter for complete information.
Definition at line 35 of file itkCannySegmentationLevelSetFunction.h.
typedef SmartPointer< const Self > itk::CannySegmentationLevelSetFunction< TImageType, TFeatureImageType >::ConstPointer |
Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >.
Definition at line 43 of file itkCannySegmentationLevelSetFunction.h.
typedef TFeatureImageType itk::CannySegmentationLevelSetFunction< TImageType, TFeatureImageType >::FeatureImageType |
Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >.
Definition at line 44 of file itkCannySegmentationLevelSetFunction.h.
typedef Superclass::FeatureScalarType itk::CannySegmentationLevelSetFunction< TImageType, TFeatureImageType >::FeatureScalarType |
Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >.
Definition at line 56 of file itkCannySegmentationLevelSetFunction.h.
typedef Superclass::ImageType itk::CannySegmentationLevelSetFunction< TImageType, TFeatureImageType >::ImageType |
Extract some parameters from the superclass.
Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >.
Definition at line 50 of file itkCannySegmentationLevelSetFunction.h.
typedef SmartPointer< Self > itk::CannySegmentationLevelSetFunction< TImageType, TFeatureImageType >::Pointer |
Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >.
Definition at line 42 of file itkCannySegmentationLevelSetFunction.h.
typedef Superclass::RadiusType itk::CannySegmentationLevelSetFunction< TImageType, TFeatureImageType >::RadiusType |
Neighborhood radius type
Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >.
Definition at line 57 of file itkCannySegmentationLevelSetFunction.h.
typedef Superclass::ScalarValueType itk::CannySegmentationLevelSetFunction< TImageType, TFeatureImageType >::ScalarValueType |
Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >.
Definition at line 54 of file itkCannySegmentationLevelSetFunction.h.
typedef CannySegmentationLevelSetFunction itk::CannySegmentationLevelSetFunction< TImageType, TFeatureImageType >::Self |
Standard class typedefs.
Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >.
Definition at line 40 of file itkCannySegmentationLevelSetFunction.h.
typedef SegmentationLevelSetFunction< TImageType, TFeatureImageType > itk::CannySegmentationLevelSetFunction< TImageType, TFeatureImageType >::Superclass |
Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >.
Definition at line 41 of file itkCannySegmentationLevelSetFunction.h.
typedef Superclass::VectorImageType itk::CannySegmentationLevelSetFunction< TImageType, TFeatureImageType >::VectorImageType |
Define an image type for the advection field.
Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >.
Definition at line 55 of file itkCannySegmentationLevelSetFunction.h.
|
inlineprotected |
Definition at line 101 of file itkCannySegmentationLevelSetFunction.h.
|
inlineprotectedvirtual |
Definition at line 110 of file itkCannySegmentationLevelSetFunction.h.
|
protected |
|
inlineprivate |
If FeatureImageType != ImageType, use the CastImageFilter to match them.
Definition at line 129 of file itkCannySegmentationLevelSetFunction.h.
References itk::ImageToImageFilter< TInputImage, TOutputImage >::SetInput().
|
inlineprivate |
If FeatureImageType == ImageType, assign directly to the Canny filter
Definition at line 139 of file itkCannySegmentationLevelSetFunction.h.
|
virtual |
Compute the advection image. The Advection Image is the gradeint image attenuated with the distance to the canny edges.
Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >.
|
virtual |
Compute the distance image. This is the distance to the canny edges.
|
virtual |
Compute the Speed Image. The Speed Image is the distance to the canny edges.
Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >.
|
virtual |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::LevelSetFunction< TImageType >.
|
inline |
Definition at line 98 of file itkCannySegmentationLevelSetFunction.h.
|
virtual |
Run-time type information (and related methods)
Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >.
|
inline |
Definition at line 66 of file itkCannySegmentationLevelSetFunction.h.
|
inline |
Definition at line 73 of file itkCannySegmentationLevelSetFunction.h.
|
inlinevirtual |
This method creates the appropriate member variable operators for the level-set calculations. The argument to this function is a the radius necessary for performing the level-set calculations.
Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >.
Definition at line 89 of file itkCannySegmentationLevelSetFunction.h.
|
static |
Method for creation through the object factory.
Reimplemented from itk::LevelSetFunction< TImageType >.
|
protected |
Laplacean smoothing term
Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >.
|
inline |
Definition at line 64 of file itkCannySegmentationLevelSetFunction.h.
|
inline |
Definition at line 71 of file itkCannySegmentationLevelSetFunction.h.
|
static |
Extract some parameters from the superclass.
Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >.
Definition at line 61 of file itkCannySegmentationLevelSetFunction.h.
|
private |
Definition at line 119 of file itkCannySegmentationLevelSetFunction.h.
|
private |
Definition at line 123 of file itkCannySegmentationLevelSetFunction.h.
|
private |
Definition at line 121 of file itkCannySegmentationLevelSetFunction.h.
|
private |
Definition at line 117 of file itkCannySegmentationLevelSetFunction.h.
|
private |
Definition at line 116 of file itkCannySegmentationLevelSetFunction.h.