ITK
5.2.0
Insight Toolkit
|
#include <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 Pointer | New () |
static void | SetMaximumCurvatureTimeStep (double n) |
static double | GetMaximumCurvatureTimeStep () |
static void | SetMaximumPropagationTimeStep (double n) |
static double | GetMaximumPropagationTimeStep () |
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 |
ScalarValueType | m_Variance |
double | m_Threshold |
CannyEdgeDetectionImageFilter< ImageType, ImageType >::Pointer | m_Canny |
DanielssonDistanceMapImageFilter< ImageType, ImageType >::Pointer | m_Distance |
CastImageFilter< FeatureImageType, ImageType >::Pointer | m_Caster |
void | SetThreshold (ScalarValueType v) |
ScalarValueType | GetThreshold () const |
void | SetVariance (double v) |
double | GetVariance () const |
void | CalculateSpeedImage () override |
void | CalculateAdvectionImage () override |
virtual void | CalculateDistanceImage () |
void | Initialize (const RadiusType &r) override |
ImageType * | GetCannyImage () |
CannySegmentationLevelSetFunction () | |
~CannySegmentationLevelSetFunction () override=default | |
template<typename DummyImagePointerType > | |
void | AssignCannyInput (typename FeatureImageType::Pointer &feature, DummyImagePointerType &) |
void | AssignCannyInput (typename FeatureImageType::Pointer &feature, typename FeatureImageType::Pointer &) |
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.
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 |
Compute the Speed Image. The Speed Image is the distance to the canny edges.
Definition at line 122 of file itkCannySegmentationLevelSetFunction.h.
References itk::DanielssonDistanceMapImageFilter< TInputImage, TOutputImage, TVoronoiImage >::New(), itk::CastImageFilter< TInputImage, TOutputImage >::New(), itk::CannyEdgeDetectionImageFilter< TInputImage, TOutputImage >::New(), and itk::NumericTraits< T >::ZeroValue().
|
overrideprotecteddefault |
|
inlineprivate |
If FeatureImageType != ImageType, use the CastImageFilter to match them.
Definition at line 148 of file itkCannySegmentationLevelSetFunction.h.
References itk::ImageSource< TOutputImage >::GetOutput(), and itk::ImageToImageFilter< TInputImage, TOutputImage >::SetInput().
|
inlineprivate |
If FeatureImageType == ImageType, assign directly to the Canny filter
Definition at line 158 of file itkCannySegmentationLevelSetFunction.h.
References itk::ImageToImageFilter< TInputImage, TOutputImage >::SetInput().
|
overridevirtual |
Compute the advection image. The Advection Image is the gradient 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 |
Compute the Speed Image. The Speed Image is the distance to the canny edges.
Definition at line 116 of file itkCannySegmentationLevelSetFunction.h.
|
virtual |
Run-time type information (and related methods)
Reimplemented from itk::SegmentationLevelSetFunction< TImageType, TFeatureImageType >.
|
inline |
Compute the Speed Image. The Speed Image is the distance to the canny edges.
Definition at line 71 of file itkCannySegmentationLevelSetFunction.h.
|
inline |
Compute the Speed Image. The Speed Image is the distance to the canny edges.
Definition at line 84 of file itkCannySegmentationLevelSetFunction.h.
|
inlineoverridevirtual |
Compute the Speed Image. The Speed Image is the distance to the canny edges.
Reimplemented from itk::LevelSetFunction< TImageType >.
Definition at line 106 of file itkCannySegmentationLevelSetFunction.h.
|
static |
Method for creation through the object factory.
|
inline |
Compute the Speed Image. The Speed Image is the distance to the canny edges.
Definition at line 66 of file itkCannySegmentationLevelSetFunction.h.
|
inline |
Compute the Speed Image. The Speed Image is the distance to the canny edges.
Definition at line 79 of file itkCannySegmentationLevelSetFunction.h.
|
staticconstexpr |
Extract some parameters from the superclass.
Definition at line 62 of file itkCannySegmentationLevelSetFunction.h.
|
private |
Compute the Speed Image. The Speed Image is the distance to the canny edges.
Definition at line 137 of file itkCannySegmentationLevelSetFunction.h.
|
private |
Compute the Speed Image. The Speed Image is the distance to the canny edges.
Definition at line 141 of file itkCannySegmentationLevelSetFunction.h.
|
private |
Compute the Speed Image. The Speed Image is the distance to the canny edges.
Definition at line 139 of file itkCannySegmentationLevelSetFunction.h.
|
private |
Compute the Speed Image. The Speed Image is the distance to the canny edges.
Definition at line 135 of file itkCannySegmentationLevelSetFunction.h.
|
private |
Compute the Speed Image. The Speed Image is the distance to the canny edges.
Definition at line 134 of file itkCannySegmentationLevelSetFunction.h.