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.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

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)
 
- Properties inherited from MR.Misc.Object< Const_VolumeSegmentationParameters >
virtual bool _IsOwning [get]
 Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
 

Additional Inherited Members

- Protected Attributes inherited from MR.Misc.Object< Const_VolumeSegmentationParameters >
bool _IsOwningVal
 

Detailed Description

Parameters for volume segmentation.

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

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