#include <itkScalarChanAndVeseLevelSetFunction.h>
LevelSet function that computes a speed image based on regional integrals of probabilities.
This class implements a level set function that computes the speed image by integrating values on the image domain.
Based on the papers [22] and [34].
This code was taken from the Insight Journal paper:
"Cell Tracking using Coupled Active Surfaces for Nuclei and Membranes" https://doi.org/10.54294/wvwmf8
That is based on the papers:
"Level Set Segmentation: Active Contours without edge" https://doi.org/10.54294/8jk6oy and "Level set segmentation using coupled active surfaces" https://doi.org/10.54294/23ugmy
Definition at line 69 of file itkScalarChanAndVeseLevelSetFunction.h.
Public Types | |
using | ConstFeatureIteratorType |
using | ConstImageIteratorType |
using | ConstPointer = SmartPointer<const Self> |
using | FeatureImageConstPointer = typename FeatureImageType::ConstPointer |
using | FeatureImageIteratorType |
using | FeatureImageType = TFeatureImage |
using | ImageIteratorType |
using | InputImageType = TInputImage |
using | ListImageType |
using | ListPixelConstIterator |
using | ListPixelIterator |
using | ListPixelType |
using | Pointer = SmartPointer<Self> |
using | Self = ScalarChanAndVeseLevelSetFunction |
using | Superclass = ScalarRegionBasedLevelSetFunction<TInputImage, TFeatureImage, TSharedData> |
Public Member Functions | |
virtual::itk::LightObject::Pointer | CreateAnother () const |
const char * | GetNameOfClass () const override |
Static Public Member Functions | |
static Pointer | New () |
Static Public Attributes | |
static constexpr unsigned int | ImageDimension = TFeatureImage::ImageDimension |
Protected Member Functions | |
ScalarValueType | ComputeExternalTerm (const FeaturePixelType &iValue, const FeatureIndexType &iIdx) override |
ScalarValueType | ComputeInternalTerm (const FeaturePixelType &iValue, const FeatureIndexType &iIdx) override |
void | ComputeParameters () override |
ScalarChanAndVeseLevelSetFunction () | |
void | UpdateSharedDataInsideParameters (const unsigned int &iId, const FeaturePixelType &iVal, const ScalarValueType &iChange) override |
void | UpdateSharedDataOutsideParameters (const unsigned int &iId, const FeaturePixelType &iVal, const ScalarValueType &iChange) override |
void | UpdateSharedDataParameters () override |
~ScalarChanAndVeseLevelSetFunction () override=default | |
using itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >::ConstFeatureIteratorType |
Definition at line 109 of file itkScalarRegionBasedLevelSetFunction.h.
using itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >::ConstImageIteratorType |
Definition at line 107 of file itkScalarRegionBasedLevelSetFunction.h.
using itk::ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage, TSharedData >::ConstPointer = SmartPointer<const Self> |
Definition at line 78 of file itkScalarChanAndVeseLevelSetFunction.h.
using itk::ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage, TSharedData >::FeatureImageConstPointer = typename FeatureImageType::ConstPointer |
Definition at line 100 of file itkScalarChanAndVeseLevelSetFunction.h.
using itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >::FeatureImageIteratorType |
Definition at line 108 of file itkScalarRegionBasedLevelSetFunction.h.
using itk::ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage, TSharedData >::FeatureImageType = TFeatureImage |
Definition at line 99 of file itkScalarChanAndVeseLevelSetFunction.h.
using itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >::ImageIteratorType |
Definition at line 106 of file itkScalarRegionBasedLevelSetFunction.h.
using itk::ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage, TSharedData >::InputImageType = TInputImage |
Definition at line 88 of file itkScalarChanAndVeseLevelSetFunction.h.
using itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >::ListImageType |
Definition at line 114 of file itkScalarRegionBasedLevelSetFunction.h.
using itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >::ListPixelConstIterator |
Definition at line 112 of file itkScalarRegionBasedLevelSetFunction.h.
using itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >::ListPixelIterator |
Definition at line 113 of file itkScalarRegionBasedLevelSetFunction.h.
using itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >::ListPixelType |
Definition at line 111 of file itkScalarRegionBasedLevelSetFunction.h.
using itk::ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage, TSharedData >::Pointer = SmartPointer<Self> |
Definition at line 77 of file itkScalarChanAndVeseLevelSetFunction.h.
using itk::ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage, TSharedData >::Self = ScalarChanAndVeseLevelSetFunction |
Definition at line 75 of file itkScalarChanAndVeseLevelSetFunction.h.
using itk::ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage, TSharedData >::Superclass = ScalarRegionBasedLevelSetFunction<TInputImage, TFeatureImage, TSharedData> |
Definition at line 76 of file itkScalarChanAndVeseLevelSetFunction.h.
|
inlineprotected |
Definition at line 128 of file itkScalarChanAndVeseLevelSetFunction.h.
Referenced by GetNameOfClass().
|
overrideprotecteddefault |
|
overrideprotected |
|
overrideprotected |
|
overrideprotected |
virtual::itk::LightObject::Pointer itk::ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage, TSharedData >::CreateAnother | ( | ) | const |
|
override |
References ScalarChanAndVeseLevelSetFunction().
|
static |
Method for creation through the object factory.
|
overrideprotected |
|
overrideprotected |
|
overrideprotected |
|
staticconstexpr |
Definition at line 86 of file itkScalarChanAndVeseLevelSetFunction.h.