MeshLib C# Docs
Loading...
Searching...
No Matches
MR.Const_VolumeSegmentationParameters Class Reference

Parameters for volume segmentation. More...

Inheritance diagram for MR.Const_VolumeSegmentationParameters:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_VolumeSegmentationParameters ()
 Constructs an empty (default-constructed) instance.
unsafe Const_VolumeSegmentationParameters (float buildPathExponentModifier, float segmentationExponentModifier, int voxelsExpansion)
 Constructs MR.VolumeSegmentationParameters elementwise.
unsafe Const_VolumeSegmentationParameters (MR.Const_VolumeSegmentationParameters _other)
 Generated from constructor MR.VolumeSegmentationParameters.VolumeSegmentationParameters.
 Const_VolumeSegmentationParameters (VolumeSegmentationParameters _other)
 Generated from constructor MR.VolumeSegmentationParameters.VolumeSegmentationParameters.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe float * __ref_storage_buildPathExponentModifier
unsafe float * __ref_storage_segmentationExponentModifier
unsafe int * __ref_storage_voxelsExpansion

Properties

unsafe float buildPathExponentModifier [get]
 Exponent modifier of path building metric (paths are built between voxel pairs and then marked as tooth seed)
unsafe float segmentationExponentModifier [get]
 Exponent modifier of graph cutting metric (volume presents graph with seeds, this graph are min cut)
unsafe int voxelsExpansion [get]
 Segment box expansion (only part of volume are segmented, this parameter shows how much to expand this part)

Detailed Description

Parameters for volume segmentation.

See also
segmentVolume Generated from class MR.VolumeSegmentationParameters. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_VolumeSegmentationParameters() [1/4]

unsafe MR.Const_VolumeSegmentationParameters.Const_VolumeSegmentationParameters ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_VolumeSegmentationParameters() [2/4]

unsafe MR.Const_VolumeSegmentationParameters.Const_VolumeSegmentationParameters ( float buildPathExponentModifier,
float segmentationExponentModifier,
int voxelsExpansion )
inline

Constructs MR.VolumeSegmentationParameters elementwise.

◆ Const_VolumeSegmentationParameters() [3/4]

unsafe MR.Const_VolumeSegmentationParameters.Const_VolumeSegmentationParameters ( MR.Const_VolumeSegmentationParameters _other)
inline

◆ Const_VolumeSegmentationParameters() [4/4]

MR.Const_VolumeSegmentationParameters.Const_VolumeSegmentationParameters ( VolumeSegmentationParameters _other)
inline

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_VolumeSegmentationParameters.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Const_VolumeSegmentationParameters.Dispose ( bool disposing)
inlineprotectedvirtual

Member Data Documentation

◆ __ref_storage_buildPathExponentModifier

unsafe float* MR.Const_VolumeSegmentationParameters.__ref_storage_buildPathExponentModifier
protected

◆ __ref_storage_segmentationExponentModifier

unsafe float* MR.Const_VolumeSegmentationParameters.__ref_storage_segmentationExponentModifier
protected

◆ __ref_storage_voxelsExpansion

unsafe int* MR.Const_VolumeSegmentationParameters.__ref_storage_voxelsExpansion
protected

Property Documentation

◆ buildPathExponentModifier

unsafe float MR.Const_VolumeSegmentationParameters.buildPathExponentModifier
get

Exponent modifier of path building metric (paths are built between voxel pairs and then marked as tooth seed)

◆ segmentationExponentModifier

unsafe float MR.Const_VolumeSegmentationParameters.segmentationExponentModifier
get

Exponent modifier of graph cutting metric (volume presents graph with seeds, this graph are min cut)

◆ voxelsExpansion

unsafe int MR.Const_VolumeSegmentationParameters.voxelsExpansion
get

Segment box expansion (only part of volume are segmented, this parameter shows how much to expand this part)


The documentation for this class was generated from the following file: