Parameters for volume segmentation.
More...
|
| new unsafe ref float | buildPathExponentModifier [get] |
| | Exponent modifier of path building metric (paths are built between voxel pairs and then marked as tooth seed)
|
| |
| new unsafe ref float | segmentationExponentModifier [get] |
| | Exponent modifier of graph cutting metric (volume presents graph with seeds, this graph are min cut)
|
| |
| new unsafe ref int | voxelsExpansion [get] |
| | Segment box expansion (only part of volume are segmented, this parameter shows how much to expand this part)
|
| |
Parameters for volume segmentation.
- See also
- segmentVolume Generated from class
MR.VolumeSegmentationParameters. This is the non-const half of the class.
◆ VolumeSegmentationParameters() [1/4]
| unsafe MR.VolumeSegmentationParameters.VolumeSegmentationParameters |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ VolumeSegmentationParameters() [2/4]
| unsafe MR.VolumeSegmentationParameters.VolumeSegmentationParameters |
( |
float | buildPathExponentModifier, |
|
|
float | segmentationExponentModifier, |
|
|
int | voxelsExpansion ) |
|
inline |
◆ VolumeSegmentationParameters() [3/4]
| unsafe MR.VolumeSegmentationParameters.VolumeSegmentationParameters |
( |
MR.Const_VolumeSegmentationParameters | _other | ) |
|
|
inline |
Generated from constructor MR.VolumeSegmentationParameters.VolumeSegmentationParameters.
◆ VolumeSegmentationParameters() [4/4]
Generated from constructor MR.VolumeSegmentationParameters.VolumeSegmentationParameters.
◆ assign()
Generated from method MR.VolumeSegmentationParameters.operator=.
◆ buildPathExponentModifier
| new unsafe ref float MR.VolumeSegmentationParameters.buildPathExponentModifier |
|
get |
Exponent modifier of path building metric (paths are built between voxel pairs and then marked as tooth seed)
◆ segmentationExponentModifier
| new unsafe ref float MR.VolumeSegmentationParameters.segmentationExponentModifier |
|
get |
Exponent modifier of graph cutting metric (volume presents graph with seeds, this graph are min cut)
◆ voxelsExpansion
| new unsafe ref int MR.VolumeSegmentationParameters.voxelsExpansion |
|
get |
Segment box expansion (only part of volume are segmented, this parameter shows how much to expand this part)
The documentation for this class was generated from the following file: