 |
ITK
5.4.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkScalarChanAndVeseLevelSetFunction_h
19 #define itkScalarChanAndVeseLevelSetFunction_h
75 template <
typename TInputImage,
76 typename TFeatureImage,
77 typename TSharedData = ConstrainedRegionBasedLevelSetFunctionSharedData<
80 ScalarChanAndVeseLevelSetFunctionData<TInputImage, TFeatureImage>>>
98 static constexpr
unsigned int ImageDimension = TFeatureImage::ImageDimension;
122 using typename Superclass::GlobalDataStruct;
146 ComputeParameters()
override;
149 UpdateSharedDataParameters()
override;
152 ComputeInternalTerm(
const FeaturePixelType & iValue,
const FeatureIndexType & iIdx)
override;
155 ComputeExternalTerm(
const FeaturePixelType & iValue,
const FeatureIndexType & iIdx)
override;
158 UpdateSharedDataInsideParameters(
const unsigned int & iId,
159 const FeaturePixelType & iVal,
160 const ScalarValueType & iChange)
override;
163 UpdateSharedDataOutsideParameters(
const unsigned int & iId,
164 const FeaturePixelType & iVal,
165 const ScalarValueType & iChange)
override;
169 #ifndef ITK_MANUAL_INSTANTIATION
170 # 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