ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkRegionBasedLevelSetFunction.h>
Classes | |
struct | GlobalDataStruct |
Static Public Attributes | |
static const unsigned int | ImageDimension = Superclass::ImageDimension |
Static Public Attributes inherited from itk::FiniteDifferenceFunction< TInput > |
Static Protected Member Functions | |
static VectorType | InitializeZeroVectorConstant () |
Static Protected Attributes | |
static double | m_DT |
static double | m_WaveDT |
static VectorType | m_ZeroVectorConstant |
RegionBasedLevelSetFunction (const Self &) | |
void | operator= (const Self &) |
Additional Inherited Members |
LevelSet function that computes a speed image based on regional integrals.
This class implements a level set function that computes the speed image by integrating values on the image domain.
Based on 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" http://www.insight-journal.org/browse/publication/642 http://hdl.handle.net/10380/3055
That is based on the papers:
"Level Set Segmentation: Active Contours without edge" http://www.insight-journal.org/browse/publication/322 http://hdl.handle.net/1926/1532 and "Level set segmentation using coupled active surfaces" http://www.insight-journal.org/browse/publication/323 http://hdl.handle.net/1926/1533
NOTE: The convention followed is inside of the level-set function is negative and outside is positive.
Definition at line 67 of file itkRegionBasedLevelSetFunction.h.
typedef SmartPointer< const Self > itk::RegionBasedLevelSetFunction< TInput, TFeature, TSharedData >::ConstPointer |
Reimplemented from itk::FiniteDifferenceFunction< TInput >.
Reimplemented in itk::ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage, TSharedData >, and itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >.
Definition at line 75 of file itkRegionBasedLevelSetFunction.h.
typedef FeatureImageType::ConstPointer itk::RegionBasedLevelSetFunction< TInput, TFeature, TSharedData >::FeatureImageConstPointer |
Reimplemented in itk::ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage, TSharedData >, and itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >.
Definition at line 139 of file itkRegionBasedLevelSetFunction.h.
typedef TFeature itk::RegionBasedLevelSetFunction< TInput, TFeature, TSharedData >::FeatureImageType |
Reimplemented in itk::ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage, TSharedData >, and itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >.
Definition at line 138 of file itkRegionBasedLevelSetFunction.h.
typedef FeatureImageType::IndexType itk::RegionBasedLevelSetFunction< TInput, TFeature, TSharedData >::FeatureIndexType |
Reimplemented in itk::ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage, TSharedData >, and itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >.
Definition at line 141 of file itkRegionBasedLevelSetFunction.h.
typedef FeatureImageType::OffsetType itk::RegionBasedLevelSetFunction< TInput, TFeature, TSharedData >::FeatureOffsetType |
Reimplemented in itk::ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage, TSharedData >, and itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >.
Definition at line 143 of file itkRegionBasedLevelSetFunction.h.
typedef FeatureImageType::PixelType itk::RegionBasedLevelSetFunction< TInput, TFeature, TSharedData >::FeaturePixelType |
Reimplemented in itk::ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage, TSharedData >, and itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >.
Definition at line 140 of file itkRegionBasedLevelSetFunction.h.
typedef FeatureImageType::SpacingType itk::RegionBasedLevelSetFunction< TInput, TFeature, TSharedData >::FeatureSpacingType |
Definition at line 142 of file itkRegionBasedLevelSetFunction.h.
typedef Superclass::FloatOffsetType itk::RegionBasedLevelSetFunction< TInput, TFeature, TSharedData >::FloatOffsetType |
A floating point offset from an image grid location. Used for interpolation among grid values in a neighborhood.
Reimplemented from itk::FiniteDifferenceFunction< TInput >.
Reimplemented in itk::ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage, TSharedData >, and itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >.
Definition at line 92 of file itkRegionBasedLevelSetFunction.h.
typedef HeavisideFunctionType::ConstPointer itk::RegionBasedLevelSetFunction< TInput, TFeature, TSharedData >::HeavisideFunctionConstPointer |
Definition at line 149 of file itkRegionBasedLevelSetFunction.h.
typedef HeavisideStepFunctionBase< InputPixelType, InputPixelType > itk::RegionBasedLevelSetFunction< TInput, TFeature, TSharedData >::HeavisideFunctionType |
Definition at line 148 of file itkRegionBasedLevelSetFunction.h.
typedef Superclass::ImageType itk::RegionBasedLevelSetFunction< TInput, TFeature, TSharedData >::ImageType |
Extract some parameters from the image type
Reimplemented from itk::FiniteDifferenceFunction< TInput >.
Definition at line 86 of file itkRegionBasedLevelSetFunction.h.
typedef InputImageType::ConstPointer itk::RegionBasedLevelSetFunction< TInput, TFeature, TSharedData >::InputImageConstPointer |
Reimplemented in itk::ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage, TSharedData >, and itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >.
Definition at line 128 of file itkRegionBasedLevelSetFunction.h.
typedef InputImageType::Pointer itk::RegionBasedLevelSetFunction< TInput, TFeature, TSharedData >::InputImagePointer |
Reimplemented in itk::ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage, TSharedData >, and itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >.
Definition at line 129 of file itkRegionBasedLevelSetFunction.h.
typedef TInput itk::RegionBasedLevelSetFunction< TInput, TFeature, TSharedData >::InputImageType |
Reimplemented in itk::ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage, TSharedData >, and itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >.
Definition at line 127 of file itkRegionBasedLevelSetFunction.h.
typedef InputImageType::IndexType itk::RegionBasedLevelSetFunction< TInput, TFeature, TSharedData >::InputIndexType |
Reimplemented in itk::ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage, TSharedData >, and itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >.
Definition at line 131 of file itkRegionBasedLevelSetFunction.h.
typedef InputImageType::IndexValueType itk::RegionBasedLevelSetFunction< TInput, TFeature, TSharedData >::InputIndexValueType |
Reimplemented in itk::ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage, TSharedData >, and itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >.
Definition at line 132 of file itkRegionBasedLevelSetFunction.h.
typedef InputImageType::PixelType itk::RegionBasedLevelSetFunction< TInput, TFeature, TSharedData >::InputPixelType |
Reimplemented in itk::ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage, TSharedData >, and itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >.
Definition at line 130 of file itkRegionBasedLevelSetFunction.h.
typedef InputImageType::PointType itk::RegionBasedLevelSetFunction< TInput, TFeature, TSharedData >::InputPointType |
Reimplemented in itk::ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage, TSharedData >, and itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >.
Definition at line 136 of file itkRegionBasedLevelSetFunction.h.
typedef InputImageType::RegionType itk::RegionBasedLevelSetFunction< TInput, TFeature, TSharedData >::InputRegionType |
Reimplemented in itk::ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage, TSharedData >, and itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >.
Definition at line 135 of file itkRegionBasedLevelSetFunction.h.
typedef InputImageType::SizeType itk::RegionBasedLevelSetFunction< TInput, TFeature, TSharedData >::InputSizeType |
Reimplemented in itk::ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage, TSharedData >, and itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >.
Definition at line 133 of file itkRegionBasedLevelSetFunction.h.
typedef InputImageType::SizeValueType itk::RegionBasedLevelSetFunction< TInput, TFeature, TSharedData >::InputSizeValueType |
Reimplemented in itk::ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage, TSharedData >, and itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >.
Definition at line 134 of file itkRegionBasedLevelSetFunction.h.
typedef Superclass::NeighborhoodScalesType itk::RegionBasedLevelSetFunction< TInput, TFeature, TSharedData >::NeighborhoodScalesType |
The type of data structure that holds the scales with which the neighborhood is weighted to properly account for spacing and neighborhood radius.
Reimplemented from itk::FiniteDifferenceFunction< TInput >.
Definition at line 91 of file itkRegionBasedLevelSetFunction.h.
typedef Superclass::NeighborhoodType itk::RegionBasedLevelSetFunction< TInput, TFeature, TSharedData >::NeighborhoodType |
The type of data structure that is passed to this function object to evaluate at a pixel that does not lie on a data set boundary.
Reimplemented from itk::FiniteDifferenceFunction< TInput >.
Reimplemented in itk::ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage, TSharedData >, and itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >.
Definition at line 90 of file itkRegionBasedLevelSetFunction.h.
typedef Superclass::PixelType itk::RegionBasedLevelSetFunction< TInput, TFeature, TSharedData >::PixelType |
Reimplemented from itk::FiniteDifferenceFunction< TInput >.
Reimplemented in itk::ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage, TSharedData >, and itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >.
Definition at line 87 of file itkRegionBasedLevelSetFunction.h.
typedef SmartPointer< Self > itk::RegionBasedLevelSetFunction< TInput, TFeature, TSharedData >::Pointer |
Reimplemented from itk::FiniteDifferenceFunction< TInput >.
Reimplemented in itk::ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage, TSharedData >, and itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >.
Definition at line 74 of file itkRegionBasedLevelSetFunction.h.
typedef Superclass::RadiusType itk::RegionBasedLevelSetFunction< TInput, TFeature, TSharedData >::RadiusType |
Neighborhood radius type
Reimplemented from itk::FiniteDifferenceFunction< TInput >.
Reimplemented in itk::ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage, TSharedData >, and itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >.
Definition at line 89 of file itkRegionBasedLevelSetFunction.h.
typedef PixelType itk::RegionBasedLevelSetFunction< TInput, TFeature, TSharedData >::ScalarValueType |
Reimplemented in itk::ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage, TSharedData >, and itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >.
Definition at line 88 of file itkRegionBasedLevelSetFunction.h.
typedef RegionBasedLevelSetFunction itk::RegionBasedLevelSetFunction< TInput, TFeature, TSharedData >::Self |
Standard class typedefs.
Reimplemented from itk::FiniteDifferenceFunction< TInput >.
Reimplemented in itk::ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage, TSharedData >, and itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >.
Definition at line 72 of file itkRegionBasedLevelSetFunction.h.
typedef SharedDataType::Pointer itk::RegionBasedLevelSetFunction< TInput, TFeature, TSharedData >::SharedDataPointer |
Reimplemented in itk::ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage, TSharedData >, and itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >.
Definition at line 146 of file itkRegionBasedLevelSetFunction.h.
typedef TSharedData itk::RegionBasedLevelSetFunction< TInput, TFeature, TSharedData >::SharedDataType |
Reimplemented in itk::ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage, TSharedData >, and itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >.
Definition at line 145 of file itkRegionBasedLevelSetFunction.h.
typedef FiniteDifferenceFunction< TInput > itk::RegionBasedLevelSetFunction< TInput, TFeature, TSharedData >::Superclass |
Reimplemented from itk::FiniteDifferenceFunction< TInput >.
Reimplemented in itk::ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage, TSharedData >, and itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >.
Definition at line 73 of file itkRegionBasedLevelSetFunction.h.
typedef double itk::RegionBasedLevelSetFunction< TInput, TFeature, TSharedData >::TimeStepType |
Extract some parameters from the superclass.
Reimplemented from itk::FiniteDifferenceFunction< TInput >.
Reimplemented in itk::ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage, TSharedData >, and itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >.
Definition at line 82 of file itkRegionBasedLevelSetFunction.h.
typedef FixedArray< ScalarValueType, itkGetStaticConstMacro(ImageDimension) > itk::RegionBasedLevelSetFunction< TInput, TFeature, TSharedData >::VectorType |
Reimplemented in itk::ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage, TSharedData >, and itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >.
Definition at line 94 of file itkRegionBasedLevelSetFunction.h.
|
protected |
|
inlineprotectedvirtual |
Definition at line 310 of file itkRegionBasedLevelSetFunction.h.
|
private |
Zero vector constant.
|
inlinevirtual |
Advection field. Default implementation returns a vector of zeros.
Definition at line 213 of file itkRegionBasedLevelSetFunction.h.
|
inlinevirtual |
This method must be defined in a subclass to implement a working function object. This method is called before the solver begins its work to produce the speed image used as the level set function's Advection field term. See LevelSetFunction for more information.
Definition at line 306 of file itkRegionBasedLevelSetFunction.h.
|
virtual |
|
protectedpure virtual |
|
protected |
Compute the global term as a combination of the internal, external, overlapping and volume regularization terms.
|
virtual |
Computes the time step for an update given a global data structure. The data used in the computation may take different forms depending on the nature of the equations. This global data cannot be kept in the instance of the equation object itself since the equation object must remain stateless for thread safety. The global data is therefore managed for each thread by the finite difference solver filters.
Implements itk::FiniteDifferenceFunction< TInput >.
|
protected |
Compute Hessian Matrix.
|
protected |
|
protectedpure virtual |
|
protected |
Compute the laplacian term.
\return \form#442
For details see @inproceedings{bb30335, AUTHOR = "Li, C.M. and Xu, C.Y. and Gui, C. and Fox, M.D.", TITLE = "Level Set Evolution without Re-Initialization: A New Variational Formulation", BOOKTITLE = CVPR05, YEAR = "2005", PAGES = "I: 430-436"}
Compute the laplacian
|
protectedpure virtual |
Compute the overlap term.
[in] | featIndex | |
[out] | pr | = |
|
protectedpure virtual |
Compute Parameters for the inner and outer parts.
Implemented in itk::ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage, TSharedData >.
|
virtual |
Compute the equation value.
Implements itk::FiniteDifferenceFunction< TInput >.
|
protected |
Compute the overlap term.
|
inlinevirtual |
Curvature speed can be used to spatially modify the effects of curvature . The default implementation returns one.
Definition at line 297 of file itkRegionBasedLevelSetFunction.h.
|
inline |
Definition at line 254 of file itkRegionBasedLevelSetFunction.h.
|
inline |
Nu. Area regularization values
Definition at line 220 of file itkRegionBasedLevelSetFunction.h.
|
inline |
Gamma. Scales all curvature weight values
Definition at line 248 of file itkRegionBasedLevelSetFunction.h.
|
inlinevirtual |
Definition at line 199 of file itkRegionBasedLevelSetFunction.h.
|
inlinevirtual |
Returns a pointer to a global data structure that is passed to this object from the solver at each calculation. The idea is that the solver holds the state of any global values needed to calculate the time step, while the equation object performs the actual calculations.
The global data should also be initialized in this method.
Implements itk::FiniteDifferenceFunction< TInput >.
Definition at line 183 of file itkRegionBasedLevelSetFunction.h.
|
inline |
Lambda1. Internal intensity difference weight
Definition at line 227 of file itkRegionBasedLevelSetFunction.h.
|
inline |
Lambda2. External intensity difference weight
Definition at line 234 of file itkRegionBasedLevelSetFunction.h.
|
virtual |
Run-time type information (and related methods)
Reimplemented from itk::FiniteDifferenceFunction< TInput >.
Reimplemented in itk::ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage, TSharedData >, and itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >.
|
inline |
Gamma. Overlap penalty
Definition at line 241 of file itkRegionBasedLevelSetFunction.h.
|
inline |
Weight of the laplacian smoothing term
Definition at line 260 of file itkRegionBasedLevelSetFunction.h.
|
inline |
Pixel Volume = Number of pixels inside the level-set
Definition at line 274 of file itkRegionBasedLevelSetFunction.h.
|
inline |
Volume matching weight.
Definition at line 267 of file itkRegionBasedLevelSetFunction.h.
|
inlinevirtual |
Definition at line 156 of file itkRegionBasedLevelSetFunction.h.
|
staticprotected |
This method's only purpose is to initialize the zero vector constant.
|
inlinevirtual |
Laplacian smoothing speed can be used to spatially modify the effects of laplacian smoothing of the level set function.
Definition at line 290 of file itkRegionBasedLevelSetFunction.h.
|
private |
Zero vector constant.
Reimplemented from itk::FiniteDifferenceFunction< TInput >.
Reimplemented in itk::ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage, TSharedData >, and itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >.
|
inlinevirtual |
When the finite difference solver filter has finished using a global data pointer, it passes it to this method, which frees the memory.
The solver cannot free the memory because it does not know the type to which the pointer points.
Implements itk::FiniteDifferenceFunction< TInput >.
Definition at line 282 of file itkRegionBasedLevelSetFunction.h.
|
inline |
Definition at line 252 of file itkRegionBasedLevelSetFunction.h.
|
inline |
Nu. Area regularization values
Definition at line 218 of file itkRegionBasedLevelSetFunction.h.
|
inlinevirtual |
Gamma. Scales all curvature weight values
Definition at line 246 of file itkRegionBasedLevelSetFunction.h.
|
inline |
Definition at line 151 of file itkRegionBasedLevelSetFunction.h.
|
inlinevirtual |
Definition at line 201 of file itkRegionBasedLevelSetFunction.h.
|
inline |
Set function id.
Definition at line 279 of file itkRegionBasedLevelSetFunction.h.
|
inline |
Definition at line 194 of file itkRegionBasedLevelSetFunction.h.
|
inline |
Lambda1. Internal intensity difference weight
Definition at line 225 of file itkRegionBasedLevelSetFunction.h.
|
inline |
Lambda2. External intensity difference weight
Definition at line 232 of file itkRegionBasedLevelSetFunction.h.
|
inline |
Gamma. Overlap penalty
Definition at line 239 of file itkRegionBasedLevelSetFunction.h.
|
inline |
Weight of the laplacian smoothing term
Definition at line 258 of file itkRegionBasedLevelSetFunction.h.
|
inline |
Definition at line 175 of file itkRegionBasedLevelSetFunction.h.
|
inline |
Pixel Volume = Number of pixels inside the level-set
Definition at line 272 of file itkRegionBasedLevelSetFunction.h.
|
inline |
Volume matching weight.
Definition at line 265 of file itkRegionBasedLevelSetFunction.h.
void itk::RegionBasedLevelSetFunction< TInput, TFeature, TSharedData >::UpdateSharedData | ( | bool | forceUpdate | ) |
|
protectedpure virtual |
Update and save the inner and outer parameters in the shared data structure.
Implemented in itk::ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage, TSharedData >.
|
static |
Save image dimension.
Reimplemented from itk::FiniteDifferenceFunction< TInput >.
Reimplemented in itk::ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage, TSharedData >, and itk::ScalarRegionBasedLevelSetFunction< TInputImage, TFeatureImage, TSharedData >.
Definition at line 77 of file itkRegionBasedLevelSetFunction.h.
|
protected |
Definition at line 343 of file itkRegionBasedLevelSetFunction.h.
|
protected |
Area regularization weight
Definition at line 323 of file itkRegionBasedLevelSetFunction.h.
|
protected |
Definition at line 351 of file itkRegionBasedLevelSetFunction.h.
|
protected |
Curvature Regularization Weight
Definition at line 341 of file itkRegionBasedLevelSetFunction.h.
|
protected |
Definition at line 320 of file itkRegionBasedLevelSetFunction.h.
|
staticprotected |
Definition at line 356 of file itkRegionBasedLevelSetFunction.h.
|
protected |
The feature image
Definition at line 316 of file itkRegionBasedLevelSetFunction.h.
|
protected |
Definition at line 348 of file itkRegionBasedLevelSetFunction.h.
|
protected |
The initial level set image
Definition at line 313 of file itkRegionBasedLevelSetFunction.h.
|
protected |
Definition at line 353 of file itkRegionBasedLevelSetFunction.h.
|
protected |
Internal functional of the level set weight
Definition at line 326 of file itkRegionBasedLevelSetFunction.h.
|
protected |
External functional of the level set weight
Definition at line 329 of file itkRegionBasedLevelSetFunction.h.
|
protected |
Overlap Penalty Weight
Definition at line 332 of file itkRegionBasedLevelSetFunction.h.
|
protected |
Laplacian Regularization Weight
Definition at line 346 of file itkRegionBasedLevelSetFunction.h.
|
protected |
Definition at line 318 of file itkRegionBasedLevelSetFunction.h.
|
protected |
Definition at line 418 of file itkRegionBasedLevelSetFunction.h.
|
protected |
Volume Constraint in pixels
Definition at line 338 of file itkRegionBasedLevelSetFunction.h.
|
protected |
Volume Regularization Weight
Definition at line 335 of file itkRegionBasedLevelSetFunction.h.
|
staticprotected |
Definition at line 355 of file itkRegionBasedLevelSetFunction.h.
|
protected |
Definition at line 352 of file itkRegionBasedLevelSetFunction.h.
|
staticprotected |
Zero vector constant.
Definition at line 425 of file itkRegionBasedLevelSetFunction.h.
|
protected |
Definition at line 350 of file itkRegionBasedLevelSetFunction.h.