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

Parameters for volume segmentation. More...

+ Inheritance diagram for MR.VolumeSegmentationParameters:

Public Member Functions

unsafe VolumeSegmentationParameters ()
 Constructs an empty (default-constructed) instance.
 
unsafe VolumeSegmentationParameters (float buildPathExponentModifier, float segmentationExponentModifier, int voxelsExpansion)
 Constructs MR.VolumeSegmentationParameters elementwise.
 
unsafe VolumeSegmentationParameters (MR.Const_VolumeSegmentationParameters _other)
 Generated from constructor MR.VolumeSegmentationParameters.VolumeSegmentationParameters.
 
 VolumeSegmentationParameters (VolumeSegmentationParameters _other)
 Generated from constructor MR.VolumeSegmentationParameters.VolumeSegmentationParameters.
 
unsafe MR.VolumeSegmentationParameters assign (MR.Const_VolumeSegmentationParameters _other)
 Generated from method MR.VolumeSegmentationParameters.operator=.
 

Properties

new unsafe ref float buildPathExponentModifier [get]
 Exponent modifier of path building metric (paths are built between voxel pairs and then marked as tooth seed)
 
new unsafe ref float segmentationExponentModifier [get]
 Exponent modifier of graph cutting metric (volume presents graph with seeds, this graph are min cut)
 
new unsafe ref 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 non-const half of the class.

Constructor & Destructor Documentation

◆ VolumeSegmentationParameters() [1/4]

unsafe MR.VolumeSegmentationParameters.VolumeSegmentationParameters ( )
inline

Constructs an empty (default-constructed) instance.

◆ VolumeSegmentationParameters() [2/4]

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

Constructs MR.VolumeSegmentationParameters elementwise.

◆ VolumeSegmentationParameters() [3/4]

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

Generated from constructor MR.VolumeSegmentationParameters.VolumeSegmentationParameters.

◆ VolumeSegmentationParameters() [4/4]

MR.VolumeSegmentationParameters.VolumeSegmentationParameters ( VolumeSegmentationParameters _other)
inline

Generated from constructor MR.VolumeSegmentationParameters.VolumeSegmentationParameters.

Member Function Documentation

◆ assign()

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

Generated from method MR.VolumeSegmentationParameters.operator=.

Property Documentation

◆ buildPathExponentModifier

new unsafe ref float MR.VolumeSegmentationParameters.buildPathExponentModifier
get

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

◆ segmentationExponentModifier

new unsafe ref float MR.VolumeSegmentationParameters.segmentationExponentModifier
get

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

◆ voxelsExpansion

new unsafe ref int MR.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: