Parameters for volume segmentation.
More...
|
| virtual unsafe void | Dispose (bool disposing) |
|
| unsafe float | buildPathExponentModifier [get] |
| | Exponent modifier of path building metric (paths are built between voxel pairs and then marked as tooth seed)
|
| unsafe float | segmentationExponentModifier [get] |
| | Exponent modifier of graph cutting metric (volume presents graph with seeds, this graph are min cut)
|
| unsafe 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 const half of the class.
◆ Const_VolumeSegmentationParameters() [1/4]
| unsafe MR.Const_VolumeSegmentationParameters.Const_VolumeSegmentationParameters |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ Const_VolumeSegmentationParameters() [2/4]
| unsafe MR.Const_VolumeSegmentationParameters.Const_VolumeSegmentationParameters |
( |
float | buildPathExponentModifier, |
|
|
float | segmentationExponentModifier, |
|
|
int | voxelsExpansion ) |
|
inline |
◆ Const_VolumeSegmentationParameters() [3/4]
◆ Const_VolumeSegmentationParameters() [4/4]
◆ Dispose() [1/2]
| virtual void MR.Const_VolumeSegmentationParameters.Dispose |
( |
| ) |
|
|
inlinevirtual |
◆ Dispose() [2/2]
| virtual unsafe void MR.Const_VolumeSegmentationParameters.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |
◆ __ref_storage_buildPathExponentModifier
| unsafe float* MR.Const_VolumeSegmentationParameters.__ref_storage_buildPathExponentModifier |
|
protected |
◆ __ref_storage_segmentationExponentModifier
| unsafe float* MR.Const_VolumeSegmentationParameters.__ref_storage_segmentationExponentModifier |
|
protected |
◆ __ref_storage_voxelsExpansion
| unsafe int* MR.Const_VolumeSegmentationParameters.__ref_storage_voxelsExpansion |
|
protected |
◆ buildPathExponentModifier
| unsafe float MR.Const_VolumeSegmentationParameters.buildPathExponentModifier |
|
get |
Exponent modifier of path building metric (paths are built between voxel pairs and then marked as tooth seed)
◆ segmentationExponentModifier
| unsafe float MR.Const_VolumeSegmentationParameters.segmentationExponentModifier |
|
get |
Exponent modifier of graph cutting metric (volume presents graph with seeds, this graph are min cut)
◆ voxelsExpansion
| unsafe int MR.Const_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: