ITK
5.2.0
Insight Toolkit
|
#include <itkNarrowBandLevelSetImageFilter.h>
A base class which defines the API for implementing a special class of image segmentation filters using level set methods.
TInputImage is the image type of the initial model you will input to the filter using SetInput() or SetInitialImage().
TFeatureImage is the image type of the image from which the filter will calculate the speed term for segmentation (see INPUTS).
TOutputPixelType is the data type used for the output image phi, the implicit level set image. This should really only ever be set as float (default) or double.
You must identify the initial front (surface) in the input image. You do this by specifying its isovalue through the method SetIsoSurfaceValue(float f). The algorithm will then initialize its solution using the front represented by value f. Note that the front is always represented by isosurface zero in the output and not the isosurface you specified for the input. This is because, for simplicity, the filter will shift your input image so that the active front has zero values.
This parameter can be safely changed as appropriate for a particular application or data set to achieve the desired behavior.
Definition at line 147 of file itkNarrowBandLevelSetImageFilter.h.
|
protected |
Reinitialization filters Internal filter types used for reinitialization
Definition at line 430 of file itkNarrowBandLevelSetImageFilter.h.
using itk::NarrowBandLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType, TOutputImage >::ConstPointer = SmartPointer<const Self> |
Definition at line 156 of file itkNarrowBandLevelSetImageFilter.h.
using itk::NarrowBandLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType, TOutputImage >::FeatureImageType = TFeatureImage |
Definition at line 166 of file itkNarrowBandLevelSetImageFilter.h.
using itk::NarrowBandLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType, TOutputImage >::IndexType = typename Superclass::IndexType |
Definition at line 160 of file itkNarrowBandLevelSetImageFilter.h.
using itk::NarrowBandLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType, TOutputImage >::InputImageType = typename Superclass::InputImageType |
Definition at line 162 of file itkNarrowBandLevelSetImageFilter.h.
|
protected |
Reinitialization filters Internal filter types used for reinitialization
Definition at line 429 of file itkNarrowBandLevelSetImageFilter.h.
using itk::NarrowBandLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType, TOutputImage >::OutputImageType = TOutputImage |
Local image type alias
Definition at line 165 of file itkNarrowBandLevelSetImageFilter.h.
using itk::NarrowBandLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType, TOutputImage >::Pointer = SmartPointer<Self> |
Definition at line 155 of file itkNarrowBandLevelSetImageFilter.h.
using itk::NarrowBandLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType, TOutputImage >::SegmentationFunctionType = SegmentationLevelSetFunction<OutputImageType, FeatureImageType> |
The generic level set function type
Definition at line 169 of file itkNarrowBandLevelSetImageFilter.h.
using itk::NarrowBandLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType, TOutputImage >::Self = NarrowBandLevelSetImageFilter |
Standard class type aliases
Definition at line 153 of file itkNarrowBandLevelSetImageFilter.h.
using itk::NarrowBandLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType, TOutputImage >::Superclass = NarrowBandImageFilterBase<TInputImage, TOutputImage> |
Definition at line 154 of file itkNarrowBandLevelSetImageFilter.h.
using itk::NarrowBandLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType, TOutputImage >::TimeStepType = typename Superclass::TimeStepType |
Definition at line 161 of file itkNarrowBandLevelSetImageFilter.h.
using itk::NarrowBandLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType, TOutputImage >::ValueType = typename Superclass::ValueType |
Inherited type alias from the superclass.
Definition at line 159 of file itkNarrowBandLevelSetImageFilter.h.
using itk::NarrowBandLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType, TOutputImage >::VectorImageType = typename SegmentationFunctionType::VectorImageType |
The type used for the advection field
Definition at line 172 of file itkNarrowBandLevelSetImageFilter.h.
|
overrideprotecteddefault |
Reinitialization filters Internal filter types used for reinitialization
|
protected |
Reinitialization filters Internal filter types used for reinitialization
|
overrideprotectedvirtual |
Tells the solver how to reinitialize the narrowband when the reinitialization criterion meets
Reimplemented from itk::NarrowBandImageFilterBase< TInputImage, TOutputImage >.
|
overrideprotectedvirtual |
Overridden from ProcessObject to set certain values before starting the finite difference solver and then create an appropriate output
Reimplemented from itk::NarrowBandImageFilterBase< TInputImage, TOutputImage >.
|
inlinevirtual |
Reinitialization filters Internal filter types used for reinitialization
Definition at line 208 of file itkNarrowBandLevelSetImageFilter.h.
|
inline |
Reinitialization filters Internal filter types used for reinitialization
Definition at line 327 of file itkNarrowBandLevelSetImageFilter.h.
|
inline |
Reinitialization filters Internal filter types used for reinitialization
Definition at line 347 of file itkNarrowBandLevelSetImageFilter.h.
|
inlinevirtual |
Reinitialization filters Internal filter types used for reinitialization
Definition at line 188 of file itkNarrowBandLevelSetImageFilter.h.
|
inline |
Reinitialization filters Internal filter types used for reinitialization
Definition at line 374 of file itkNarrowBandLevelSetImageFilter.h.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::NarrowBandImageFilterBase< TInputImage, TOutputImage >.
Reimplemented in itk::NarrowBandCurvesLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >, and itk::NarrowBandThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >.
|
inline |
Reinitialization filters Internal filter types used for reinitialization
Definition at line 309 of file itkNarrowBandLevelSetImageFilter.h.
|
virtual |
Reinitialization filters Internal filter types used for reinitialization
|
inlinevirtual |
Reinitialization filters Internal filter types used for reinitialization
Definition at line 358 of file itkNarrowBandLevelSetImageFilter.h.
|
inlinevirtual |
Reinitialization filters Internal filter types used for reinitialization
Definition at line 202 of file itkNarrowBandLevelSetImageFilter.h.
|
inline |
Reinitialization filters Internal filter types used for reinitialization
Definition at line 251 of file itkNarrowBandLevelSetImageFilter.h.
|
inlineoverrideprotectedvirtual |
Overrides parent implementation
Reimplemented from itk::NarrowBandImageFilterBase< TInputImage, TOutputImage >.
Definition at line 403 of file itkNarrowBandLevelSetImageFilter.h.
|
overrideprotectedvirtual |
Reinitialization filters Internal filter types used for reinitialization
Reimplemented from itk::NarrowBandImageFilterBase< TInputImage, TOutputImage >.
|
virtual |
Reinitialization filters Internal filter types used for reinitialization
|
virtual |
Reinitialization filters Internal filter types used for reinitialization
|
inline |
Set/Get the scaling of the advection field. Setting the FeatureScaling parameter will override any existing value for AdvectionScaling.
Definition at line 317 of file itkNarrowBandLevelSetImageFilter.h.
|
inline |
Set/Get the scaling of the curvature. Use this parameter to increase the influence of curvature on the movement of the surface. Higher values relative to Advection and Propagation values will give smoother surfaces.
Definition at line 337 of file itkNarrowBandLevelSetImageFilter.h.
|
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 180 of file itkNarrowBandLevelSetImageFilter.h.
|
inline |
Combined scaling of the propagation and advection speed terms. You should use either this -or- Get/SetPropagationScaling and Get/SetAdvectionScaling (if appropriate). See subclasses for details on when and whether to set these parameters.
Definition at line 283 of file itkNarrowBandLevelSetImageFilter.h.
|
inlinevirtual |
Set/Get the initial level set model. Equivalent to calling SetInput(..)
Definition at line 196 of file itkNarrowBandLevelSetImageFilter.h.
|
inline |
Set/Get the maximum number of iterations allowed for the solver. This prevents infinite loops if a solution "bounces".
Definition at line 366 of file itkNarrowBandLevelSetImageFilter.h.
|
inlineoverridevirtual |
Reinitialization filters Internal filter types used for reinitialization
Reimplemented from itk::FiniteDifferenceImageFilter< TInputImage, TOutputImage >.
Definition at line 381 of file itkNarrowBandLevelSetImageFilter.h.
|
inline |
Set/Get the scaling of the propagation speed. Setting the FeatureScaling parameter overrides any previous values set for PropagationScaling.
Definition at line 299 of file itkNarrowBandLevelSetImageFilter.h.
|
virtual |
Turn On/Off the flag which determines whether Positive or Negative speed terms will cause surface expansion. If set to TRUE then negative speed terms will cause the surface to expand and positive speed terms will cause the surface to contract. If set to FALSE (default) then positive speed terms will cause the surface to expand and negative speed terms will cause the surface to contract. This method can be safely used to reverse the expansion/contraction as appropriate to a particular application or data set.
|
virtual |
Set the segmentation function. In general, this should only be called by a subclass of this object. It is made public to allow itk::Command objects access.
|
inline |
Set/Get the value of the UseNegativeFeatures flag. This method is deprecated. Use Set/Get ReverseExpansionDirection instead.
Definition at line 236 of file itkNarrowBandLevelSetImageFilter.h.
|
inline |
Reinitialization filters Internal filter types used for reinitialization
Definition at line 226 of file itkNarrowBandLevelSetImageFilter.h.
|
inline |
THIS METHOD IS DEPRECATED AND SHOULD NOT BE USED. This method reverses the speed function direction, effectively changing inside feature values to outside feature values and vice versa.
Definition at line 217 of file itkNarrowBandLevelSetImageFilter.h.
|
protected |
Reinitialization filters Internal filter types used for reinitialization
Definition at line 434 of file itkNarrowBandLevelSetImageFilter.h.
|
protected |
Reinitialization filters Internal filter types used for reinitialization
Definition at line 432 of file itkNarrowBandLevelSetImageFilter.h.
|
protected |
Flag which sets the inward/outward direction of propagation speed. See SetReverseExpansionDirection for more information.
Definition at line 424 of file itkNarrowBandLevelSetImageFilter.h.
|
private |
Reinitialization filters Internal filter types used for reinitialization
Definition at line 437 of file itkNarrowBandLevelSetImageFilter.h.