SoImageVizEngineComputeModes Enumeration |
Compute Mode This enum specifies whether the main input will be interpreted as a 3D volume or a stack of 2D images for processing.
Namespace: OIV.ImageViz.Engines
Member name | Value | Description | |
---|---|---|---|
MODE_2D | 0 | The engine processes the input image as a stack of 2D images (slice by slice). | |
MODE_3D | 1 | The engine processes the input image as a 3D volume. | |
MODE_AUTO | 2 | The inputs determine if the processing should be applied in 2D or 3D mode. Depending on the expected results, it may be necessary to set explicitly MODE_2D or MODE_3D. |