18#ifndef itkScalarChanAndVeseSparseLevelSetImageFilter_h
19#define itkScalarChanAndVeseSparseLevelSetImageFilter_h
63template <
typename TInputImage,
64 typename TFeatureImage,
65 typename TOutputImage,
67 class TSharedData =
typename TFunction::SharedDataType,
68 typename TIdCell =
unsigned int>
85 static constexpr unsigned int ImageDimension = TInputImage::ImageDimension;
88 using typename Superclass::InputImageType;
89 using typename Superclass::InputImagePointer;
90 using typename Superclass::InputPointType;
91 using typename Superclass::ValueType;
92 using typename Superclass::InputSpacingType;
106 using typename Superclass::TimeStepType;
107 using typename Superclass::FiniteDifferenceFunctionType;
109 using typename Superclass::IdCellType;
120#ifdef ITK_USE_CONCEPT_CHECKING
137 this->SetNumberOfLayers(2);
146 Initialize()
override;
149 InitializeIteration()
override;
152 UpdatePixel(
unsigned int functionIndex,
156 bool & status)
override;
160#ifndef ITK_MANUAL_INSTANTIATION
161# include "itkScalarChanAndVeseSparseLevelSetImageFilter.hxx"
Base class for all process objects that output image data.
TOutputImage OutputImageType
This class implements a finite difference partial differential equation solver for evolving surfaces ...
typename InputImageType::ValueType ValueType
Defines iteration of a local N-dimensional neighborhood of pixels across an itk::Image.
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
Extract a region of interest from the input image.
LevelSet function that computes a speed image based on regional integrals of probabilities.
Sparse implementation of the Chan and Vese multiphase level set image filter.
TSharedData SharedDataType
TFeatureImage FeatureImageType
typename SharedDataType::Pointer SharedDataPointer
typename OutputImageType::PixelType OutputPixelType
typename FeatureImageType::PixelType FeaturePixelType
typename ROIFilterType::Pointer ROIFilterPointer
typename FeatureIndexType::IndexValueType FeatureIndexValueType
typename FeatureImageType::Pointer FeatureImagePointer
typename FeatureImageType::RegionType FeatureRegionType
typename FeatureImageType::IndexType FeatureIndexType
typename OutputImageType::IndexType IndexType
typename FunctionType::Pointer FunctionPtr
SmartPointer< Self > Pointer
#define itkConceptMacro(name, concept)
ImageBaseType::RegionType RegionType
ImageBaseType::IndexType IndexType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....