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 Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| VolumeSegmentationParameters | operator (*args, **kwargs) |
| VolumeSegmentationParameters | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_buildPathExponentModifier = 0 |
| typing | _offsetof_segmentationExponentModifier = 4 |
| typing | _offsetof_voxelsExpansion = 8 |
Generated from: MR::VolumeSegmentationParameters \\brief Parameters for volume segmentation \\sa \\ref segmentVolume
|
static |
| None mrmeshpy.VolumeSegmentationParameters.__init__ | ( | self | ) |
| None mrmeshpy.VolumeSegmentationParameters.__init__ | ( | self, | |
| VolumeSegmentationParameters | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.VolumeSegmentationParameters.__init__ | ( | self, | |
| float | buildPathExponentModifier, | ||
| float | segmentationExponentModifier, | ||
| int | voxelsExpansion ) |
Implicit aggregate constructor.
| float mrmeshpy.VolumeSegmentationParameters.buildPathExponentModifier | ( | self | ) |
Exponent modifier of path building metric (paths are built between voxel pairs and then marked as tooth seed)
| None mrmeshpy.VolumeSegmentationParameters.buildPathExponentModifier | ( | self, | |
| float | arg1 ) |
|
static |
|
static |
| float mrmeshpy.VolumeSegmentationParameters.segmentationExponentModifier | ( | self | ) |
Exponent modifier of graph cutting metric (volume presents graph with seeds, this graph are min cut)
| None mrmeshpy.VolumeSegmentationParameters.segmentationExponentModifier | ( | self, | |
| float | arg1 ) |
| int mrmeshpy.VolumeSegmentationParameters.voxelsExpansion | ( | self | ) |
Segment box expansion (only part of volume are segmented, this parameter shows how much to expand this part)
| None mrmeshpy.VolumeSegmentationParameters.voxelsExpansion | ( | self, | |
| int | arg1 ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |