|
ITK
6.0.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkScalarChanAndVeseLevelSetFunction_h
19 #define itkScalarChanAndVeseLevelSetFunction_h
72 template <
typename TInputImage,
73 typename TFeatureImage,
74 typename TSharedData = ConstrainedRegionBasedLevelSetFunctionSharedData<
77 ScalarChanAndVeseLevelSetFunctionData<TInputImage, TFeatureImage>>>
95 static constexpr
unsigned int ImageDimension = TFeatureImage::ImageDimension;
119 using typename Superclass::GlobalDataStruct;
143 ComputeParameters()
override;
146 UpdateSharedDataParameters()
override;
149 ComputeInternalTerm(
const FeaturePixelType & iValue,
const FeatureIndexType & iIdx)
override;
152 ComputeExternalTerm(
const FeaturePixelType & iValue,
const FeatureIndexType & iIdx)
override;
155 UpdateSharedDataInsideParameters(
const unsigned int & iId,
156 const FeaturePixelType & iVal,
157 const ScalarValueType & iChange)
override;
160 UpdateSharedDataOutsideParameters(
const unsigned int & iId,
161 const FeaturePixelType & iVal,
162 const ScalarValueType & iChange)
override;
166 #ifndef ITK_MANUAL_INSTANTIATION
167 # include "itkScalarChanAndVeseLevelSetFunction.hxx"
typename InputImageType::IndexType InputIndexType
typename ConstNeighborhoodIterator< TInputImage >::RadiusType RadiusType
SmartPointer< const Self > ConstPointer
A multi-dimensional iterator templated over image type that walks an image region and is specialized ...
typename InputImageType::SizeValueType InputSizeValueType
ImageBaseType::SpacingType VectorType
typename InputImageType::PointType InputPointType
A templated class holding a n-Dimensional vector.
typename ListPixelType::iterator ListPixelIterator
typename InputImageType::SizeType InputSizeType
TSharedData SharedDataType
TFeatureImage FeatureImageType
typename FeatureImageType::ConstPointer FeatureImageConstPointer
Light weight base class for most itk classes.
typename FeatureImageType::OffsetType FeatureOffsetType
LevelSet function that computes a speed image based on regional integrals.
typename FeatureImageType::PixelType FeaturePixelType
typename InputImageType::PixelType InputPixelType
typename ImageType::PixelType PixelType
ScalarChanAndVeseLevelSetFunction()
std::list< unsigned int > ListPixelType
A multi-dimensional iterator templated over image type that walks pixels within a region and is speci...
LevelSet function that computes a speed image based on regional integrals of probabilities.
TInputImage InputImageType
typename ListPixelType::const_iterator ListPixelConstIterator
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
Const version of NeighborhoodIterator, defining iteration of a local N-dimensional neighborhood of pi...
typename InputImageType::ConstPointer InputImageConstPointer
typename FeatureImageType::IndexType FeatureIndexType
typename InputImageType::IndexValueType InputIndexValueType
A multi-dimensional iterator templated over image type that walks a region of pixels.
Templated n-dimensional image class.
PixelType ScalarValueType
typename SharedDataType::Pointer SharedDataPointer
typename InputImageType::Pointer InputImagePointer
typename InputImageType::RegionType InputRegionType