MeshLib Python Docs
Loading...
Searching...
No Matches
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)
 

Static Protected Member Functions

 _pybind11_conduit_v1_ (*args, **kwargs)
 

Detailed Description

Generated from:  MR::VolumeSegmentationParameters


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

Constructor & Destructor Documentation

◆ __init__() [1/3]

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

◆ __init__() [2/3]

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

◆ __init__() [3/3]

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

Member Function Documentation

◆ _pybind11_conduit_v1_()

mrmeshpy.VolumeSegmentationParameters._pybind11_conduit_v1_ ( * args,
** kwargs )
staticprotected

◆ buildPathExponentModifier() [1/2]

float 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 mrmeshpy.VolumeSegmentationParameters.buildPathExponentModifier ( self,
float arg1 )

◆ segmentationExponentModifier() [1/2]

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

◆ segmentationExponentModifier() [2/2]

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

◆ voxelsExpansion() [1/2]

int 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 mrmeshpy.VolumeSegmentationParameters.voxelsExpansion ( self,
int arg1 )

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