#include <itkScalarChanAndVeseSparseLevelSetImageFilter.h>
Sparse implementation of the Chan and Vese multiphase level set image filter.
This code was adapted from the paper [22].
This code was taken from the Insight Journal paper [87] that is based on the papers [86] and [85].
Definition at line 54 of file itkScalarChanAndVeseSparseLevelSetImageFilter.h.
Static Public Member Functions | |
static Pointer | New () |
![]() | |
static Pointer | New () |
![]() | |
static double | GetGlobalDefaultCoordinateTolerance () |
static double | GetGlobalDefaultDirectionTolerance () |
static void | SetGlobalDefaultCoordinateTolerance (double) |
static void | SetGlobalDefaultDirectionTolerance (double) |
![]() | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool val) |
![]() | |
static void | BreakOnError () |
static Pointer | New () |
Static Public Attributes | |
static constexpr unsigned int | ImageDimension = TInputImage::ImageDimension |
![]() | |
static constexpr unsigned int | ImageDimension = Superclass::ImageDimension |
![]() | |
static constexpr unsigned int | ImageDimension |
![]() | |
static constexpr unsigned int | InputImageDimension |
static constexpr unsigned int | InputImageDimension |
static constexpr unsigned int | OutputImageDimension |
static constexpr unsigned int | OutputImageDimension |
![]() | |
static constexpr unsigned int | InputImageDimension = TInputImage::ImageDimension |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
![]() | |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
using itk::ScalarChanAndVeseSparseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData, TIdCell >::ConstPointer = SmartPointer<const Self> |
Definition at line 62 of file itkScalarChanAndVeseSparseLevelSetImageFilter.h.
using itk::ScalarChanAndVeseSparseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData, TIdCell >::FeatureImagePointer = typename FeatureImageType::Pointer |
Definition at line 80 of file itkScalarChanAndVeseSparseLevelSetImageFilter.h.
using itk::ScalarChanAndVeseSparseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData, TIdCell >::FeatureImageType = TFeatureImage |
Definition at line 79 of file itkScalarChanAndVeseSparseLevelSetImageFilter.h.
using itk::ScalarChanAndVeseSparseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData, TIdCell >::FeatureIndexType = typename FeatureImageType::IndexType |
Definition at line 82 of file itkScalarChanAndVeseSparseLevelSetImageFilter.h.
using itk::ScalarChanAndVeseSparseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData, TIdCell >::FeatureIndexValueType = typename FeatureIndexType::IndexValueType |
Definition at line 83 of file itkScalarChanAndVeseSparseLevelSetImageFilter.h.
using itk::ScalarChanAndVeseSparseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData, TIdCell >::FeaturePixelType = typename FeatureImageType::PixelType |
Definition at line 81 of file itkScalarChanAndVeseSparseLevelSetImageFilter.h.
using itk::ScalarChanAndVeseSparseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData, TIdCell >::FeatureRegionType = typename FeatureImageType::RegionType |
Definition at line 84 of file itkScalarChanAndVeseSparseLevelSetImageFilter.h.
The value type of the time step. This is distinct from PixelType because PixelType may often be a vector value, while the TimeStep is a scalar value.
using itk::ScalarChanAndVeseSparseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData, TIdCell >::FunctionPtr = typename FunctionType::Pointer |
Definition at line 97 of file itkScalarChanAndVeseSparseLevelSetImageFilter.h.
using itk::ScalarChanAndVeseSparseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData, TIdCell >::FunctionType = TFunction |
Definition at line 96 of file itkScalarChanAndVeseSparseLevelSetImageFilter.h.
using itk::ScalarChanAndVeseSparseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData, TIdCell >::IndexType = typename OutputImageType::IndexType |
Definition at line 88 of file itkScalarChanAndVeseSparseLevelSetImageFilter.h.
Input and output image types.
using itk::ScalarChanAndVeseSparseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData, TIdCell >::OutputImageType = TOutputImage |
Output image type alias
Definition at line 87 of file itkScalarChanAndVeseSparseLevelSetImageFilter.h.
using itk::ScalarChanAndVeseSparseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData, TIdCell >::OutputPixelType = typename OutputImageType::PixelType |
Definition at line 89 of file itkScalarChanAndVeseSparseLevelSetImageFilter.h.
using itk::ScalarChanAndVeseSparseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData, TIdCell >::Pointer = SmartPointer<Self> |
Definition at line 61 of file itkScalarChanAndVeseSparseLevelSetImageFilter.h.
using itk::ScalarChanAndVeseSparseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData, TIdCell >::ROIFilterPointer = typename ROIFilterType::Pointer |
Definition at line 103 of file itkScalarChanAndVeseSparseLevelSetImageFilter.h.
using itk::ScalarChanAndVeseSparseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData, TIdCell >::ROIFilterType = RegionOfInterestImageFilter<FeatureImageType, FeatureImageType> |
Definition at line 102 of file itkScalarChanAndVeseSparseLevelSetImageFilter.h.
using itk::ScalarChanAndVeseSparseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData, TIdCell >::Self = ScalarChanAndVeseSparseLevelSetImageFilter |
Definition at line 58 of file itkScalarChanAndVeseSparseLevelSetImageFilter.h.
using itk::ScalarChanAndVeseSparseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData, TIdCell >::SharedDataPointer = typename SharedDataType::Pointer |
Definition at line 100 of file itkScalarChanAndVeseSparseLevelSetImageFilter.h.
using itk::ScalarChanAndVeseSparseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData, TIdCell >::SharedDataType = TSharedData |
Definition at line 99 of file itkScalarChanAndVeseSparseLevelSetImageFilter.h.
using itk::ScalarChanAndVeseSparseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData, TIdCell >::Superclass |
Definition at line 59 of file itkScalarChanAndVeseSparseLevelSetImageFilter.h.
|
inlineprotected |
Definition at line 116 of file itkScalarChanAndVeseSparseLevelSetImageFilter.h.
References m_SharedData, and itk::MultiphaseSparseFiniteDifferenceImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TIdCell >::SetNumberOfLayers().
Referenced by GetNameOfClass().
|
overrideprotecteddefault |
|
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::MultiphaseSparseFiniteDifferenceImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TIdCell >.
|
overridevirtual |
|
overrideprotectedvirtual |
Constructs the sparse field layers and initializes their values.
Reimplemented from itk::MultiphaseSparseFiniteDifferenceImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TIdCell >.
|
overrideprotectedvirtual |
This method is optionally defined by a subclass and is called immediately prior to each iterative CalculateChange-ApplyUpdate cycle. It can be used to set global variables needed for the next iteration (ie. average gradient magnitude of the image in anisotropic diffusion functions), or otherwise prepare for the next iteration.
Reimplemented from itk::MultiphaseSparseFiniteDifferenceImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TIdCell >.
|
static |
Method for creation through the object factory.
|
inlinevirtual |
Set/Get the feature image to be used for speed function of the level set equation. Equivalent to calling Set/GetInput(1, ..)
Definition at line 110 of file itkScalarChanAndVeseSparseLevelSetImageFilter.h.
References itk::ImageToImageFilter< TInputImage, TOutputImage >::SetInput().
|
overrideprotectedvirtual |
|
staticconstexpr |
Definition at line 70 of file itkScalarChanAndVeseSparseLevelSetImageFilter.h.
|
protected |
Definition at line 124 of file itkScalarChanAndVeseSparseLevelSetImageFilter.h.
Referenced by ScalarChanAndVeseSparseLevelSetImageFilter().