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) | |
Parameters for volume segmentation.
float MR::VolumeSegmentationParameters::buildPathExponentModifier {-1.0f} |
Exponent modifier of path building metric (paths are built between voxel pairs and then marked as tooth seed)
float MR::VolumeSegmentationParameters::segmentationExponentModifier {3000.0f} |
Exponent modifier of graph cutting metric (volume presents graph with seeds, this graph are min cut)
int MR::VolumeSegmentationParameters::voxelsExpansion {25} |
Segment box expansion (only part of volume are segmented, this parameter shows how much to expand this part)