ITK
5.0.0
Insight Segmentation and Registration Toolkit
|
#include <itkCannySegmentationLevelSetFunction.h>
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.
Public Types | |
using | ConstPointer = SmartPointer< const Self > |
using | FeatureImageType = TFeatureImageType |
using | FeatureScalarType = typename Superclass::FeatureScalarType |
using | ImageType = typename Superclass::ImageType |
using | Pointer = SmartPointer< Self > |
using | RadiusType = typename Superclass::RadiusType |
using | ScalarValueType = typename Superclass::ScalarValueType |
using | Self = CannySegmentationLevelSetFunction |
using | Superclass = SegmentationLevelSetFunction< TImageType, TFeatureImageType > |
using | VectorImageType = typename Superclass::VectorImageType |
Public Types inherited from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType > | |
using | ConstPointer = SmartPointer< const Self > |
using | ContinuousIndexType = typename InterpolatorType::ContinuousIndexType |
using | FeatureImageType = TFeatureImageType |
using | FeatureScalarType = typename FeatureImageType::PixelType |
using | FloatOffsetType = typename Superclass::FloatOffsetType |
using | GlobalDataStruct = typename Superclass::GlobalDataStruct |
using | ImageType = typename Superclass::ImageType |
using | IndexType = typename ImageType::IndexType |
using | InterpolatorType = LinearInterpolateImageFunction< ImageType > |
using | NeighborhoodType = typename Superclass::NeighborhoodType |
using | PixelRealType = typename Superclass::PixelRealType |
using | Pointer = SmartPointer< Self > |
using | RadiusType = typename Superclass::RadiusType |
using | ScalarValueType = typename Superclass::ScalarValueType |
using | Self = SegmentationLevelSetFunction |
using | Superclass = LevelSetFunction< TImageType > |
using | VectorImageType = Image< VectorType, Self::ImageDimension > |
using | VectorInterpolatorType = VectorLinearInterpolateImageFunction< VectorImageType > |
using | VectorType = typename Superclass::VectorType |
Public Types inherited from itk::LevelSetFunction< TImageType > | |
using | ConstPointer = SmartPointer< const Self > |
using | FloatOffsetType = typename Superclass::FloatOffsetType |
using | ImageType = typename Superclass::ImageType |
using | NeighborhoodScalesType = typename Superclass::NeighborhoodScalesType |
using | NeighborhoodType = typename Superclass::NeighborhoodType |
using | PixelRealType = typename Superclass::PixelRealType |
using | PixelType = typename Superclass::PixelType |
using | Pointer = SmartPointer< Self > |
using | RadiusType = typename Superclass::RadiusType |
using | ScalarValueType = PixelType |
using | Self = LevelSetFunction |
using | Superclass = FiniteDifferenceFunction< TImageType > |
using | TimeStepType = double |
using | VectorType = FixedArray< ScalarValueType, Self::ImageDimension > |
Public Types inherited from itk::FiniteDifferenceFunction< TImageType > | |
using | ConstPointer = SmartPointer< const Self > |
using | DefaultBoundaryConditionType = ZeroFluxNeumannBoundaryCondition< ImageType > |
using | FloatOffsetType = Vector< float, Self::ImageDimension > |
using | ImageType = TImageType |
using | NeighborhoodScalesType = Vector< PixelRealType, Self::ImageDimension > |
using | NeighborhoodType = ConstNeighborhoodIterator< TImageType, DefaultBoundaryConditionType > |
using | PixelRealType = double |
using | PixelType = typename ImageType::PixelType |
using | Pointer = SmartPointer< Self > |
using | RadiusType = typename ConstNeighborhoodIterator< TImageType >::RadiusType |
using | Self = FiniteDifferenceFunction |
using | Superclass = LightObject |
using | TimeStepType = double |
Public Types inherited from itk::LightObject | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = LightObject |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::LevelSetFunction< TImageType > | |
static double | GetMaximumCurvatureTimeStep () |
static double | GetMaximumPropagationTimeStep () |
static Pointer | New () |
static void | SetMaximumCurvatureTimeStep (double n) |
static void | SetMaximumPropagationTimeStep (double n) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Static Public Attributes | |
static constexpr unsigned int | ImageDimension = Superclass::ImageDimension |
Static Public Attributes inherited from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType > | |
static constexpr unsigned int | ImageDimension = Superclass::ImageDimension |
Static Public Attributes inherited from itk::LevelSetFunction< TImageType > | |
static constexpr unsigned int | ImageDimension = Superclass::ImageDimension |
Static Public Attributes inherited from itk::FiniteDifferenceFunction< TImageType > | |
static constexpr unsigned int | ImageDimension = ImageType::ImageDimension |
Private Member Functions | |
template<typename 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 |
using itk::CannySegmentationLevelSetFunction< TImageType, TFeatureImageType >::ConstPointer = SmartPointer< const Self > |
Definition at line 45 of file itkCannySegmentationLevelSetFunction.h.
using itk::CannySegmentationLevelSetFunction< TImageType, TFeatureImageType >::FeatureImageType = TFeatureImageType |
Definition at line 46 of file itkCannySegmentationLevelSetFunction.h.
using itk::CannySegmentationLevelSetFunction< TImageType, TFeatureImageType >::FeatureScalarType = typename Superclass::FeatureScalarType |
Definition at line 58 of file itkCannySegmentationLevelSetFunction.h.
using itk::CannySegmentationLevelSetFunction< TImageType, TFeatureImageType >::ImageType = typename Superclass::ImageType |
Extract some parameters from the superclass.
Definition at line 55 of file itkCannySegmentationLevelSetFunction.h.
using itk::CannySegmentationLevelSetFunction< TImageType, TFeatureImageType >::Pointer = SmartPointer< Self > |
Definition at line 44 of file itkCannySegmentationLevelSetFunction.h.
using itk::CannySegmentationLevelSetFunction< TImageType, TFeatureImageType >::RadiusType = typename Superclass::RadiusType |
Definition at line 59 of file itkCannySegmentationLevelSetFunction.h.
using itk::CannySegmentationLevelSetFunction< TImageType, TFeatureImageType >::ScalarValueType = typename Superclass::ScalarValueType |
Definition at line 56 of file itkCannySegmentationLevelSetFunction.h.
using itk::CannySegmentationLevelSetFunction< TImageType, TFeatureImageType >::Self = CannySegmentationLevelSetFunction |
Standard class type aliases.
Definition at line 42 of file itkCannySegmentationLevelSetFunction.h.
using itk::CannySegmentationLevelSetFunction< TImageType, TFeatureImageType >::Superclass = SegmentationLevelSetFunction< TImageType, TFeatureImageType > |
Definition at line 43 of file itkCannySegmentationLevelSetFunction.h.
using itk::CannySegmentationLevelSetFunction< TImageType, TFeatureImageType >::VectorImageType = typename Superclass::VectorImageType |
Definition at line 57 of file itkCannySegmentationLevelSetFunction.h.
|
inlineprotected |
Definition at line 103 of file itkCannySegmentationLevelSetFunction.h.
References itk::DanielssonDistanceMapImageFilter< TInputImage, TOutputImage, TVoronoiImage >::New(), itk::CastImageFilter< TInputImage, TOutputImage >::New(), and itk::CannyEdgeDetectionImageFilter< TInputImage, TOutputImage >::New().
|
overrideprotecteddefault |
|
inlineprivate |
If FeatureImageType != ImageType, use the CastImageFilter to match them.
Definition at line 128 of file itkCannySegmentationLevelSetFunction.h.
|
inlineprivate |
If FeatureImageType == ImageType, assign directly to the Canny filter
Definition at line 138 of file itkCannySegmentationLevelSetFunction.h.
|
overridevirtual |
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.
|
overridevirtual |
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::LightObject.
|
inline |
Definition at line 99 of file itkCannySegmentationLevelSetFunction.h.
|
virtual |
Run-time type information (and related methods)
Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >.
|
inline |
Definition at line 67 of file itkCannySegmentationLevelSetFunction.h.
|
inline |
Definition at line 74 of file itkCannySegmentationLevelSetFunction.h.
|
inlineoverridevirtual |
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::LevelSetFunction< TImageType >.
Definition at line 90 of file itkCannySegmentationLevelSetFunction.h.
|
static |
Method for creation through the object factory.
|
inline |
Definition at line 65 of file itkCannySegmentationLevelSetFunction.h.
|
inline |
Definition at line 72 of file itkCannySegmentationLevelSetFunction.h.
|
static |
Extract some parameters from the superclass.
Definition at line 62 of file itkCannySegmentationLevelSetFunction.h.
|
private |
Definition at line 118 of file itkCannySegmentationLevelSetFunction.h.
|
private |
Definition at line 122 of file itkCannySegmentationLevelSetFunction.h.
|
private |
Definition at line 120 of file itkCannySegmentationLevelSetFunction.h.
|
private |
Definition at line 116 of file itkCannySegmentationLevelSetFunction.h.
|
private |
Definition at line 115 of file itkCannySegmentationLevelSetFunction.h.