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)
|
| |
|
virtual bool | _IsOwning [get] |
| | Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
|
| |
Parameters for volume segmentation.
- See also
- segmentVolume Generated from class
MR.VolumeSegmentationParameters. This is the const half of the class.
The documentation for this class was generated from the following file: