Click or drag to resize
SoVolumeRenderingQualityEdgeDetect2DMethods Enumeration

The edge detection algorithm used when OIV.VolumeViz.Nodes.SoVolumeRenderingQuality.edgeDetect2D is true, can work on the image luminance, depth buffer and/or gradient.

Namespace: OIV.VolumeViz.Nodes
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
[FlagsAttribute]
public enum EdgeDetect2DMethods
Members
  Member nameValueDescription
LUMINANCE1

Edge detection will use the image's luminance.

This method has a very little impact on speed.

DEPTH2

Edge detection will use the image's depth buffer.

GRADIENT4

Edge detection will use the volume's gradient.

These gradients are affected by the OIV.VolumeViz.Nodes.SoVolumeRenderingQuality.surfaceScalarExponent fied. This method is the most computationally expensive.

Remarks

These enums can be combined in the field OIV.VolumeViz.Nodes.SoVolumeRenderingQuality.edgeDetect2DMethod.

See Also