MeshLib Python Docs
Loading...
Searching...
No Matches
meshlib.mrmeshpy.VolumeSegmentationParameters Class Reference

Public Member Functions

None __init__ (self)
 
None __init__ (self, VolumeSegmentationParameters arg0)
 
None __init__ (self, float buildPathExponentModifier, float segmentationExponentModifier, int voxelsExpansion)
 
float buildPathExponentModifier (self)
 
None buildPathExponentModifier (self, float arg1)
 
float segmentationExponentModifier (self)
 
None segmentationExponentModifier (self, float arg1)
 
int voxelsExpansion (self)
 
None voxelsExpansion (self, int arg1)
 

Detailed Description

Generated from:  MR::VolumeSegmentationParameters


 \\brief Parameters for volume segmentation
 
 \\sa \\ref segmentVolume

Constructor & Destructor Documentation

◆ __init__() [1/3]

None meshlib.mrmeshpy.VolumeSegmentationParameters.__init__ ( self)
Implicit default constructor.

◆ __init__() [2/3]

None meshlib.mrmeshpy.VolumeSegmentationParameters.__init__ ( self,
VolumeSegmentationParameters arg0 )
Implicit copy constructor.

◆ __init__() [3/3]

None meshlib.mrmeshpy.VolumeSegmentationParameters.__init__ ( self,
float buildPathExponentModifier,
float segmentationExponentModifier,
int voxelsExpansion )
Implicit aggregate constructor.

Member Function Documentation

◆ buildPathExponentModifier() [1/2]

float meshlib.mrmeshpy.VolumeSegmentationParameters.buildPathExponentModifier ( self)
Exponent modifier of path building metric (paths are built between voxel pairs and then marked as tooth seed)

◆ buildPathExponentModifier() [2/2]

None meshlib.mrmeshpy.VolumeSegmentationParameters.buildPathExponentModifier ( self,
float arg1 )

◆ segmentationExponentModifier() [1/2]

float meshlib.mrmeshpy.VolumeSegmentationParameters.segmentationExponentModifier ( self)
Exponent modifier of graph cutting metric (volume presents graph with seeds, this graph are min cut)

◆ segmentationExponentModifier() [2/2]

None meshlib.mrmeshpy.VolumeSegmentationParameters.segmentationExponentModifier ( self,
float arg1 )

◆ voxelsExpansion() [1/2]

int meshlib.mrmeshpy.VolumeSegmentationParameters.voxelsExpansion ( self)
Segment box expansion (only part of volume are segmented, this parameter shows how much to expand this part)

◆ voxelsExpansion() [2/2]

None meshlib.mrmeshpy.VolumeSegmentationParameters.voxelsExpansion ( self,
int arg1 )

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