ITK
6.0.0
Insight Toolkit
|
#include <itkScalarChanAndVeseDenseLevelSetImageFilter.h>
Dense implementation of the Chan and Vese multiphase level set image filter.
This code was adapted from the paper:
"An active contour model without edges" T. Chan and L. Vese. In Scale-Space Theories in Computer Vision, pages 141-151, 1999.
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 60 of file itkScalarChanAndVeseDenseLevelSetImageFilter.h.
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::ImageToImageFilter< TFeatureImage, TOutputImage > | |
static double | GetGlobalDefaultCoordinateTolerance () |
static double | GetGlobalDefaultDirectionTolerance () |
static void | SetGlobalDefaultCoordinateTolerance (double) |
static void | SetGlobalDefaultDirectionTolerance (double) |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool val) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Additional Inherited Members | |
Protected Types inherited from itk::ImageToImageFilter< TFeatureImage, TOutputImage > | |
using | InputToOutputRegionCopierType = ImageToImageFilterDetail::ImageRegionCopier< Self::OutputImageDimension, Self::InputImageDimension > |
using | OutputToInputRegionCopierType = ImageToImageFilterDetail::ImageRegionCopier< Self::InputImageDimension, Self::OutputImageDimension > |
Static Protected Member Functions inherited from itk::ImageSource< TOutputImage > | |
static const ImageRegionSplitterBase * | GetGlobalDefaultSplitter () |
static ITK_THREAD_RETURN_FUNCTION_CALL_CONVENTION | ThreaderCallback (void *arg) |
Static Protected Member Functions inherited from itk::ProcessObject | |
template<typename TSourceObject > | |
static void | MakeRequiredOutputs (TSourceObject &sourceObject, const DataObjectPointerArraySizeType numberOfRequiredOutputs) |
static constexpr float | progressFixedToFloat (uint32_t fixed) |
static uint32_t | progressFloatToFixed (float f) |
using itk::ScalarChanAndVeseDenseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData >::ConstPointer = SmartPointer<const Self> |
Definition at line 69 of file itkScalarChanAndVeseDenseLevelSetImageFilter.h.
using itk::ScalarChanAndVeseDenseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData >::FeatureImagePointer = typename FeatureImageType::Pointer |
Definition at line 87 of file itkScalarChanAndVeseDenseLevelSetImageFilter.h.
using itk::ScalarChanAndVeseDenseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData >::FeatureImageType = TFeatureImage |
Definition at line 86 of file itkScalarChanAndVeseDenseLevelSetImageFilter.h.
using itk::ScalarChanAndVeseDenseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData >::FeatureIndexType = typename FeatureImageType::IndexType |
Definition at line 89 of file itkScalarChanAndVeseDenseLevelSetImageFilter.h.
using itk::ScalarChanAndVeseDenseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData >::FeatureIndexValueType = typename FeatureIndexType::IndexValueType |
Definition at line 90 of file itkScalarChanAndVeseDenseLevelSetImageFilter.h.
using itk::ScalarChanAndVeseDenseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData >::FeaturePixelType = typename FeatureImageType::PixelType |
Definition at line 88 of file itkScalarChanAndVeseDenseLevelSetImageFilter.h.
using itk::ScalarChanAndVeseDenseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData >::FeatureRegionType = typename FeatureImageType::RegionType |
Definition at line 91 of file itkScalarChanAndVeseDenseLevelSetImageFilter.h.
using itk::ScalarChanAndVeseDenseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData >::FunctionPointer = typename FunctionType::Pointer |
Definition at line 102 of file itkScalarChanAndVeseDenseLevelSetImageFilter.h.
using itk::ScalarChanAndVeseDenseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData >::FunctionType = TFunction |
Definition at line 101 of file itkScalarChanAndVeseDenseLevelSetImageFilter.h.
using itk::ScalarChanAndVeseDenseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData >::IndexType = typename OutputImageType::IndexType |
Definition at line 95 of file itkScalarChanAndVeseDenseLevelSetImageFilter.h.
using itk::ScalarChanAndVeseDenseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData >::InputSpacingType = typename InputImageType::SpacingType |
Definition at line 84 of file itkScalarChanAndVeseDenseLevelSetImageFilter.h.
using itk::ScalarChanAndVeseDenseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData >::OutputImageType = TOutputImage |
Output image type alias
Definition at line 94 of file itkScalarChanAndVeseDenseLevelSetImageFilter.h.
using itk::ScalarChanAndVeseDenseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData >::OutputPixelType = typename OutputImageType::PixelType |
Definition at line 96 of file itkScalarChanAndVeseDenseLevelSetImageFilter.h.
using itk::ScalarChanAndVeseDenseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData >::Pointer = SmartPointer<Self> |
Definition at line 68 of file itkScalarChanAndVeseDenseLevelSetImageFilter.h.
using itk::ScalarChanAndVeseDenseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData >::ROIFilterPointer = typename ROIFilterType::Pointer |
Definition at line 108 of file itkScalarChanAndVeseDenseLevelSetImageFilter.h.
using itk::ScalarChanAndVeseDenseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData >::ROIFilterType = RegionOfInterestImageFilter<FeatureImageType, FeatureImageType> |
Definition at line 107 of file itkScalarChanAndVeseDenseLevelSetImageFilter.h.
using itk::ScalarChanAndVeseDenseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData >::Self = ScalarChanAndVeseDenseLevelSetImageFilter |
Definition at line 66 of file itkScalarChanAndVeseDenseLevelSetImageFilter.h.
using itk::ScalarChanAndVeseDenseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData >::SharedDataPointer = typename SharedDataType::Pointer |
Definition at line 105 of file itkScalarChanAndVeseDenseLevelSetImageFilter.h.
using itk::ScalarChanAndVeseDenseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData >::SharedDataType = TSharedData |
Definition at line 104 of file itkScalarChanAndVeseDenseLevelSetImageFilter.h.
using itk::ScalarChanAndVeseDenseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData >::Superclass = MultiphaseDenseFiniteDifferenceImageFilter<TInputImage, TFeatureImage, TOutputImage, TFunction> |
Definition at line 67 of file itkScalarChanAndVeseDenseLevelSetImageFilter.h.
|
inlineprotected |
Definition at line 125 of file itkScalarChanAndVeseDenseLevelSetImageFilter.h.
References New().
|
overrideprotecteddefault |
|
overridevirtual |
Reimplemented from itk::ImageSource< TOutputImage >.
|
overrideprotectedvirtual |
This method is optionally defined by a subclass and is called before the loop of iterations of calculate_change & update. It does the global initialization, i.e. in the SparseFieldLevelSetImageFilter, initialize the list of layers.
Reimplemented from itk::MultiphaseFiniteDifferenceImageFilter< TInputImage, TFeatureImage, TOutputImage, ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage >, unsigned int >.
|
overrideprotectedvirtual |
This method is optionally defined by a subclass and is called immediately prior to each iterative CalculateChange-ApplyUpdate cycle. It can be used to set global variables needed for the next iteration (ie. average gradient magnitude of the image in anisotropic diffusion functions), or otherwise prepare for the next iteration.
Reimplemented from itk::MultiphaseFiniteDifferenceImageFilter< TInputImage, TFeatureImage, TOutputImage, ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage >, unsigned int >.
|
static |
Method for creation through the object factory.
|
inlinevirtual |
Set/Get the feature image to be used for speed function of the level set equation. Equivalent to calling Set/GetInput(1, ..)
Definition at line 119 of file itkScalarChanAndVeseDenseLevelSetImageFilter.h.
|
staticconstexpr |
Definition at line 77 of file itkScalarChanAndVeseDenseLevelSetImageFilter.h.
|
protected |
Definition at line 129 of file itkScalarChanAndVeseDenseLevelSetImageFilter.h.