|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkScalarChanAndVeseDenseLevelSetImageFilter_h
19 #define itkScalarChanAndVeseDenseLevelSetImageFilter_h
58 template <
typename TInputImage,
59 typename TFeatureImage,
60 typename TOutputImage,
61 typename TFunction = ScalarChanAndVeseLevelSetFunction<TInputImage, TFeatureImage>,
62 class TSharedData =
typename TFunction::SharedDataType>
80 static constexpr
unsigned int ImageDimension = TInputImage::ImageDimension;
113 #ifdef ITK_USE_CONCEPT_CHECKING
135 Initialize()
override;
138 InitializeIteration()
override;
142 #ifndef ITK_MANUAL_INSTANTIATION
143 # include "itkScalarChanAndVeseDenseLevelSetImageFilter.hxx"
typename InputImageType::SpacingType InputSpacingType
TSharedData SharedDataType
typename Superclass::ValueType ValueType
typename FeatureImageType::RegionType FeatureRegionType
virtual void SetFeatureImage(const FeatureImagePointer f)
typename Superclass::InputImageType InputImageType
typename FeatureImageType::Pointer FeatureImagePointer
typename FeatureIndexType::IndexValueType FeatureIndexValueType
ImageBaseType::IndexType IndexType
Base class for all process objects that output image data.
typename SharedDataType::Pointer SharedDataPointer
typename Superclass::InputImagePointer InputImagePointer
typename Superclass::FiniteDifferenceFunctionType FiniteDifferenceFunctionType
ImageBaseType::RegionType RegionType
typename FunctionType::Pointer FunctionPointer
Dense implementation of the Chan and Vese multiphase level set image filter.
typename Superclass::TimeStepType TimeStepType
typename ROIFilterType::Pointer ROIFilterPointer
TFeatureImage FeatureImageType
typename FeatureImageType::PixelType FeaturePixelType
typename OutputImageType::PixelType OutputPixelType
#define itkConceptMacro(name, concept)
typename Superclass::InputPointType InputPointType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
typename OutputImageType::IndexType IndexType
typename FeatureImageType::IndexType FeatureIndexType
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
ScalarChanAndVeseDenseLevelSetImageFilter()
signed long IndexValueType
SharedDataPointer m_SharedData
Extract a region of interest from the input image.
TOutputImage OutputImageType