MeshLib
 
Loading...
Searching...
No Matches
MR::VolumeSegmentationParameters Struct Reference

Parameters for volume segmentation. More...

#include <MRVolumeSegment.h>

Public Attributes

float buildPathExponentModifier {-1.0f}
 Exponent modifier of path building metric (paths are built between voxel pairs and then marked as tooth seed)
 
float segmentationExponentModifier {3000.0f}
 Exponent modifier of graph cutting metric (volume presents graph with seeds, this graph are min cut)
 
int voxelsExpansion {25}
 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

Member Data Documentation

◆ buildPathExponentModifier

float MR::VolumeSegmentationParameters::buildPathExponentModifier {-1.0f}

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

◆ segmentationExponentModifier

float MR::VolumeSegmentationParameters::segmentationExponentModifier {3000.0f}

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

◆ voxelsExpansion

int MR::VolumeSegmentationParameters::voxelsExpansion {25}

Segment box expansion (only part of volume are segmented, this parameter shows how much to expand this part)


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